Searched refs:LLVMValueRef (Results 1 - 16 of 16) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h856 LLVMValueRef LLVMGetInlineAsm(LLVMTypeRef Ty,
941 * The passed LLVMValueRef pointer should refer to an array of
942 * LLVMValueRef at least LLVMGetNamedMetadataNumOperands long. This
943 * array will be populated with the LLVMValueRef instances. Each
950 LLVMValueRef *Dest);
959 LLVMValueRef Val);
969 const char *LLVMGetDebugLocDirectory(LLVMValueRef Val, unsigned *Length);
979 const char *LLVMGetDebugLocFilename(LLVMValueRef Val, unsigned *Length);
989 unsigned LLVMGetDebugLocLine(LLVMValueRef Val);
997 unsigned LLVMGetDebugLocColumn(LLVMValueRef Va
[all...]
H A DAnalysis.h49 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action);
53 void LLVMViewFunctionCFG(LLVMValueRef Fn);
54 void LLVMViewFunctionCFGOnly(LLVMValueRef Fn);
H A DComdat.h47 LLVMComdatRef LLVMGetComdat(LLVMValueRef V);
54 void LLVMSetComdat(LLVMValueRef V, LLVMComdatRef C);
H A DExecutionEngine.h118 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F,
122 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F,
126 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F);
134 LLVMValueRef *OutFn);
137 LLVMValueRef Fn);
143 void LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global,
146 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global);
H A DTypes.h75 typedef struct LLVMOpaqueValue *LLVMValueRef; typedef in typeref:struct:LLVMOpaqueValue
H A DDebugInfo.h766 LLVMMetadataRef Type, LLVMDIFlags Flags, LLVMValueRef ConstantVal,
1226 LLVMValueRef LLVMDIBuilderInsertDeclareBefore(
1227 LLVMDIBuilderRef Builder, LLVMValueRef Storage, LLVMMetadataRef VarInfo,
1228 LLVMMetadataRef Expr, LLVMMetadataRef DebugLoc, LLVMValueRef Instr);
1241 LLVMValueRef LLVMDIBuilderInsertDeclareAtEnd(
1242 LLVMDIBuilderRef Builder, LLVMValueRef Storage, LLVMMetadataRef VarInfo,
1254 LLVMValueRef LLVMDIBuilderInsertDbgValueBefore(LLVMDIBuilderRef Builder,
1255 LLVMValueRef Val,
1259 LLVMValueRef Instr);
1272 LLVMValueRef LLVMDIBuilderInsertDbgValueAtEn
[all...]
H A DTarget.h274 LLVMValueRef GlobalVar);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp443 LLVMValueRef LLVMGetInlineAsm(LLVMTypeRef Ty,
813 LLVMTypeRef LLVMTypeOf(LLVMValueRef Val) {
817 LLVMValueKind LLVMGetValueKind(LLVMValueRef Val) {
828 const char *LLVMGetValueName2(LLVMValueRef Val, size_t *Length) {
834 void LLVMSetValueName2(LLVMValueRef Val, const char *Name, size_t NameLen) {
838 const char *LLVMGetValueName(LLVMValueRef Val) {
842 void LLVMSetValueName(LLVMValueRef Val, const char *Name) {
846 void LLVMDumpValue(LLVMValueRef Val) {
850 char* LLVMPrintValueToString(LLVMValueRef Val) {
864 void LLVMReplaceAllUsesWith(LLVMValueRef OldVa
[all...]
H A DComdat.cpp32 LLVMComdatRef LLVMGetComdat(LLVMValueRef V) {
37 void LLVMSetComdat(LLVMValueRef V, LLVMComdatRef C) {
H A DDebugInfo.cpp1071 LLVMMetadataRef Type, LLVMDIFlags Flags, LLVMValueRef ConstantVal,
1352 LLVMValueRef
1353 LLVMDIBuilderInsertDeclareBefore(LLVMDIBuilderRef Builder, LLVMValueRef Storage,
1355 LLVMMetadataRef DL, LLVMValueRef Instr) {
1362 LLVMValueRef LLVMDIBuilderInsertDeclareAtEnd(
1363 LLVMDIBuilderRef Builder, LLVMValueRef Storage, LLVMMetadataRef VarInfo,
1371 LLVMValueRef LLVMDIBuilderInsertDbgValueBefore(LLVMDIBuilderRef Builder,
1372 LLVMValueRef Val,
1376 LLVMValueRef Instr) {
1383 LLVMValueRef LLVMDIBuilderInsertDbgValueAtEn
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm-c/Transforms/
H A DIPO.h85 LLVMBool (*MustPreserve)(LLVMValueRef, void *));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DAnalysis.cpp119 LLVMBool LLVMVerifyFunction(LLVMValueRef Fn, LLVMVerifierFailureAction Action) {
130 void LLVMViewFunctionCFG(LLVMValueRef Fn) {
135 void LLVMViewFunctionCFGOnly(LLVMValueRef Fn) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp230 int LLVMRunFunctionAsMain(LLVMExecutionEngineRef EE, LLVMValueRef F,
239 LLVMGenericValueRef LLVMRunFunction(LLVMExecutionEngineRef EE, LLVMValueRef F,
254 void LLVMFreeMachineCodeForFunction(LLVMExecutionEngineRef EE, LLVMValueRef F) {
270 LLVMValueRef *OutFn) {
279 LLVMValueRef Fn) {
292 void LLVMAddGlobalMapping(LLVMExecutionEngineRef EE, LLVMValueRef Global,
297 void *LLVMGetPointerToGlobal(LLVMExecutionEngineRef EE, LLVMValueRef Global) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DValue.h938 DEFINE_ISA_CONVERSION_FUNCTIONS(Value, LLVMValueRef)
941 inline Value **unwrap(LLVMValueRef *Vals) {
946 inline T **unwrap(LLVMValueRef *Vals, unsigned Length) {
948 for (LLVMValueRef *I = Vals, *E = Vals + Length; I != E; ++I)
955 inline LLVMValueRef *wrap(const Value **Vals) {
956 return reinterpret_cast<LLVMValueRef*>(const_cast<Value**>(Vals));
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIPO.cpp133 LLVMBool (*Pred)(LLVMValueRef, void *)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/
H A DTarget.cpp126 LLVMValueRef GlobalVar) {

Completed in 116 milliseconds