Home
last modified time | relevance | path

Searched refs:LLVMModuleRef (Results 1 – 25 of 29) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/
H A DBitReader.h39 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule,
45 LLVMModuleRef *OutModule);
50 LLVMModuleRef *OutModule, char **OutMessage);
54 LLVMModuleRef *OutModule);
62 LLVMModuleRef *OutM, char **OutMessage);
68 LLVMModuleRef *OutM);
71 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
74 LLVMBool LLVMGetBitcodeModule2(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM);
H A DExecutionEngine.h75 LLVMModuleRef M,
79 LLVMModuleRef M,
83 LLVMModuleRef M,
108 LLVMExecutionEngineRef *OutJIT, LLVMModuleRef M,
128 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M);
130 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M,
131 LLVMModuleRef *OutMod, char **OutError);
H A DBitWriter.h37 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path);
40 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose,
45 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int Handle);
48 LLVMMemoryBufferRef LLVMWriteBitcodeToMemoryBuffer(LLVMModuleRef M);
H A DCore.h683 LLVMModuleRef LLVMCloneModule(LLVMModuleRef M);
691 void LLVMDisposeModule(LLVMModuleRef M);
743 const char *LLVMGetDataLayoutStr(LLVMModuleRef M);
744 const char *LLVMGetDataLayout(LLVMModuleRef M);
758 const char *LLVMGetTarget(LLVMModuleRef M);
812 LLVMMetadataRef LLVMGetModuleFlag(LLVMModuleRef M,
830 void LLVMDumpModule(LLVMModuleRef M);
847 char *LLVMPrintModuleToString(LLVMModuleRef M);
1045 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M);
2352 LLVMValueRef LLVMGetLastGlobal(LLVMModuleRef M);
[all …]
H A DLinker.h34 LLVMBool LLVMLinkModules2(LLVMModuleRef Dest, LLVMModuleRef Src);
H A DTargetMachine.h132 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M,
136 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, LLVMModuleRef M,
H A DTarget.h186 LLVMTargetDataRef LLVMGetModuleDataLayout(LLVMModuleRef M);
193 void LLVMSetModuleDataLayout(LLVMModuleRef M, LLVMTargetDataRef DL);
H A DIRReader.h32 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
H A DAnalysis.h44 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
H A DComdat.h39 LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, const char *Name);
H A DTypes.h61 typedef struct LLVMOpaqueModule *LLVMModuleRef; typedef
H A DDebugInfo.h195 unsigned LLVMGetModuleDebugMetadataVersion(LLVMModuleRef Module);
203 LLVMBool LLVMStripModuleDebugInfo(LLVMModuleRef Module);
209 LLVMDIBuilderRef LLVMCreateDIBuilderDisallowUnresolved(LLVMModuleRef M);
216 LLVMDIBuilderRef LLVMCreateDIBuilder(LLVMModuleRef M);
H A DOrc.h357 void *Ctx, LLVMModuleRef M);
955 LLVMOrcCreateNewThreadSafeModule(LLVMModuleRef M,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitReader.cpp24 LLVMBool LLVMParseBitcode(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutModule, in LLVMParseBitcode()
31 LLVMModuleRef *OutModule) { in LLVMParseBitcode2()
37 LLVMModuleRef *OutModule, in LLVMParseBitcodeInContext()
60 LLVMModuleRef *OutModule) { in LLVMParseBitcodeInContext2()
80 LLVMModuleRef *OutM, char **OutMessage) { in LLVMGetBitcodeModuleInContext()
107 LLVMModuleRef *OutM) { in LLVMGetBitcodeModuleInContext2()
124 LLVMBool LLVMGetBitcodeModule(LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMGetBitcodeModule()
131 LLVMModuleRef *OutM) { in LLVMGetBitcodeModule2()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitWriter.cpp20 int LLVMWriteBitcodeToFile(LLVMModuleRef M, const char *Path) { in LLVMWriteBitcodeToFile()
31 int LLVMWriteBitcodeToFD(LLVMModuleRef M, int FD, int ShouldClose, in LLVMWriteBitcodeToFD()
39 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int FileHandle) { in LLVMWriteBitcodeToFileHandle()
43 LLVMMemoryBufferRef LLVMWriteBitcodeToMemoryBuffer(LLVMModuleRef M) { in LLVMWriteBitcodeToMemoryBuffer()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp104 LLVMModuleRef M, in LLVMCreateExecutionEngineForModule()
119 LLVMModuleRef M, in LLVMCreateInterpreterForModule()
134 LLVMModuleRef M, in LLVMCreateJITCompilerForModule()
161 LLVMExecutionEngineRef *OutJIT, LLVMModuleRef M, in LLVMCreateMCJITCompilerForModule()
257 void LLVMAddModule(LLVMExecutionEngineRef EE, LLVMModuleRef M){ in LLVMAddModule()
261 LLVMBool LLVMRemoveModule(LLVMExecutionEngineRef EE, LLVMModuleRef M, in LLVMRemoveModule()
262 LLVMModuleRef *OutMod, char **OutError) { in LLVMRemoveModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp256 void LLVMDisposeModule(LLVMModuleRef M) { in LLVMDisposeModule()
281 const char *LLVMGetDataLayoutStr(LLVMModuleRef M) { in LLVMGetDataLayoutStr()
285 const char *LLVMGetDataLayout(LLVMModuleRef M) { in LLVMGetDataLayout()
294 const char * LLVMGetTarget(LLVMModuleRef M) { in LLVMGetTarget()
393 LLVMMetadataRef LLVMGetModuleFlag(LLVMModuleRef M, in LLVMGetModuleFlag()
407 void LLVMDumpModule(LLVMModuleRef M) { in LLVMDumpModule()
434 char *LLVMPrintModuleToString(LLVMModuleRef M) { in LLVMPrintModuleToString()
2148 LLVMValueRef LLVMGetFirstGlobal(LLVMModuleRef M) { in LLVMGetFirstGlobal()
2156 LLVMValueRef LLVMGetLastGlobal(LLVMModuleRef M) { in LLVMGetLastGlobal()
2334 LLVMValueRef LLVMGetLastFunction(LLVMModuleRef M) { in LLVMGetLastFunction()
[all …]
H A DComdat.cpp28 LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, const char *Name) { in LLVMGetOrInsertComdat()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachineC.cpp185 static LLVMBool LLVMTargetMachineEmit(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmit()
219 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, in LLVMTargetMachineEmitToFile()
233 LLVMModuleRef M, LLVMCodeGenFileType codegen, char** ErrorMessage, in LLVMTargetMachineEmitToMemoryBuffer()
H A DTarget.cpp47 LLVMTargetDataRef LLVMGetModuleDataLayout(LLVMModuleRef M) { in LLVMGetModuleDataLayout()
51 void LLVMSetModuleDataLayout(LLVMModuleRef M, LLVMTargetDataRef DL) { in LLVMSetModuleDataLayout()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp198 LLVMModuleRef LLVMCloneModule(LLVMModuleRef M) { in LLVMCloneModule()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/Transforms/
H A DPassBuilder.h42 LLVMErrorRef LLVMRunPasses(LLVMModuleRef M, const char *Passes,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/
H A DPassBuilderBindings.cpp46 LLVMErrorRef LLVMRunPasses(LLVMModuleRef M, const char *Passes, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DAnalysis.cpp99 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IRReader/
H A DIRReader.cpp111 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMParseIRInContext()

12