Searched refs:LLVMValueRef (Results 1 – 9 of 9) sorted by relevance
| /freebsd-10-stable/contrib/llvm/include/llvm-c/ |
| D | Core.h | 94 typedef struct LLVMOpaqueValue *LLVMValueRef; typedef 614 void LLVMGetNamedMetadataOperands(LLVMModuleRef M, const char* name, LLVMValueRef *Dest); 623 LLVMValueRef Val); 630 LLVMValueRef LLVMAddFunction(LLVMModuleRef M, const char *Name, 640 LLVMValueRef LLVMGetNamedFunction(LLVMModuleRef M, const char *Name); 647 LLVMValueRef LLVMGetFirstFunction(LLVMModuleRef M); 654 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M); 662 LLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn); 670 LLVMValueRef LLVMGetPreviousFunction(LLVMValueRef Fn); 1195 LLVMTypeRef LLVMTypeOf(LLVMValueRef Val); [all …]
|
| D | ExecutionEngine.h | 136 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F, 140 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F, 144 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F); 160 LLVMValueRef *OutFn); 163 LLVMValueRef Fn); 167 void LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global, 170 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global);
|
| D | Analysis.h | 50 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action); 54 void LLVMViewFunctionCFG(LLVMValueRef Fn); 55 void LLVMViewFunctionCFGOnly(LLVMValueRef Fn);
|
| D | Target.h | 266 LLVMValueRef GlobalVar);
|
| /freebsd-10-stable/contrib/llvm/lib/IR/ |
| D | Core.cpp | 461 LLVMTypeRef LLVMTypeOf(LLVMValueRef Val) { in LLVMTypeOf() 465 const char *LLVMGetValueName(LLVMValueRef Val) { in LLVMGetValueName() 469 void LLVMSetValueName(LLVMValueRef Val, const char *Name) { in LLVMSetValueName() 473 void LLVMDumpValue(LLVMValueRef Val) { in LLVMDumpValue() 477 char* LLVMPrintValueToString(LLVMValueRef Val) { in LLVMPrintValueToString() 487 void LLVMReplaceAllUsesWith(LLVMValueRef OldVal, LLVMValueRef NewVal) { in LLVMReplaceAllUsesWith() 491 int LLVMHasMetadata(LLVMValueRef Inst) { in LLVMHasMetadata() 495 LLVMValueRef LLVMGetMetadata(LLVMValueRef Inst, unsigned KindID) { in LLVMGetMetadata() 499 void LLVMSetMetadata(LLVMValueRef Inst, unsigned KindID, LLVMValueRef MD) { in LLVMSetMetadata() 506 LLVMValueRef LLVMIsA##name(LLVMValueRef Val) { \ [all …]
|
| /freebsd-10-stable/contrib/llvm/include/llvm/IR/ |
| D | Value.h | 441 DEFINE_ISA_CONVERSION_FUNCTIONS(Value, LLVMValueRef) 445 inline Value **unwrap(LLVMValueRef *Vals) { 450 inline T **unwrap(LLVMValueRef *Vals, unsigned Length) { 452 for (LLVMValueRef *I = Vals, *E = Vals + Length; I != E; ++I) 459 inline LLVMValueRef *wrap(const Value **Vals) { 460 return reinterpret_cast<LLVMValueRef*>(const_cast<Value**>(Vals));
|
| /freebsd-10-stable/contrib/llvm/lib/Analysis/ |
| D | Analysis.cpp | 87 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) { in LLVMVerifyFunction() 92 void LLVMViewFunctionCFG(LLVMValueRef Fn) { in LLVMViewFunctionCFG() 97 void LLVMViewFunctionCFGOnly(LLVMValueRef Fn) { in LLVMViewFunctionCFGOnly()
|
| /freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/ |
| D | ExecutionEngineBindings.cpp | 252 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunctionAsMain() 264 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F, in LLVMRunFunction() 279 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) { in LLVMFreeMachineCodeForFunction() 309 LLVMValueRef *OutFn) { in LLVMFindFunction() 318 LLVMValueRef Fn) { in LLVMRecompileAndRelinkFunction() 326 void LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global, in LLVMAddGlobalMapping() 331 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global) { in LLVMGetPointerToGlobal()
|
| /freebsd-10-stable/contrib/llvm/lib/Target/ |
| D | Target.cpp | 124 LLVMValueRef GlobalVar) { in LLVMPreferredAlignmentOfGlobal()
|