Home
last modified time | relevance | path

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

12

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm-c/
HDBitReader.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);
HDCore.h649 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID);
657 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID,
662 LLVMModuleRef LLVMCloneModule(LLVMModuleRef M);
670 void LLVMDisposeModule(LLVMModuleRef M);
680 const char *LLVMGetModuleIdentifier(LLVMModuleRef M, size_t *Len);
690 void LLVMSetModuleIdentifier(LLVMModuleRef M, const char *Ident, size_t Len);
700 const char *LLVMGetSourceFileName(LLVMModuleRef M, size_t *Len);
711 void LLVMSetSourceFileName(LLVMModuleRef M, const char *Name, size_t Len);
722 const char *LLVMGetDataLayoutStr(LLVMModuleRef M);
723 const char *LLVMGetDataLayout(LLVMModuleRef M);
[all …]
HDExecutionEngine.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);
HDBitWriter.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);
HDLinker.h34 LLVMBool LLVMLinkModules2(LLVMModuleRef Dest, LLVMModuleRef Src);
HDOrcBindings.h96 LLVMModuleRef Mod,
105 LLVMModuleRef Mod,
HDTargetMachine.h132 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M,
136 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, LLVMModuleRef M,
HDTarget.h186 LLVMTargetDataRef LLVMGetModuleDataLayout(LLVMModuleRef M);
193 void LLVMSetModuleDataLayout(LLVMModuleRef M, LLVMTargetDataRef DL);
HDIRReader.h32 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
HDAnalysis.h44 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
HDComdat.h40 LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, const char *Name);
HDDebugInfo.h192 unsigned LLVMGetModuleDebugMetadataVersion(LLVMModuleRef Module);
200 LLVMBool LLVMStripModuleDebugInfo(LLVMModuleRef Module);
206 LLVMDIBuilderRef LLVMCreateDIBuilderDisallowUnresolved(LLVMModuleRef M);
213 LLVMDIBuilderRef LLVMCreateDIBuilder(LLVMModuleRef M);
HDTypes.h61 typedef struct LLVMOpaqueModule *LLVMModuleRef; typedef
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDBitReader.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-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitWriter.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-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/
HDExecutionEngineBindings.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-11-stable/contrib/llvm-project/llvm/lib/IR/
HDCore.cpp230 LLVMModuleRef LLVMModuleCreateWithName(const char *ModuleID) { in LLVMModuleCreateWithName()
234 LLVMModuleRef LLVMModuleCreateWithNameInContext(const char *ModuleID, in LLVMModuleCreateWithNameInContext()
239 void LLVMDisposeModule(LLVMModuleRef M) { in LLVMDisposeModule()
243 const char *LLVMGetModuleIdentifier(LLVMModuleRef M, size_t *Len) { in LLVMGetModuleIdentifier()
249 void LLVMSetModuleIdentifier(LLVMModuleRef M, const char *Ident, size_t Len) { in LLVMSetModuleIdentifier()
253 const char *LLVMGetSourceFileName(LLVMModuleRef M, size_t *Len) { in LLVMGetSourceFileName()
259 void LLVMSetSourceFileName(LLVMModuleRef M, const char *Name, size_t Len) { in LLVMSetSourceFileName()
264 const char *LLVMGetDataLayoutStr(LLVMModuleRef M) { in LLVMGetDataLayoutStr()
268 const char *LLVMGetDataLayout(LLVMModuleRef M) { in LLVMGetDataLayout()
272 void LLVMSetDataLayout(LLVMModuleRef M, const char *DataLayoutStr) { in LLVMSetDataLayout()
[all …]
HDComdat.cpp28 LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, const char *Name) { in LLVMGetOrInsertComdat()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/
HDTargetMachineC.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()
HDTarget.cpp47 LLVMTargetDataRef LLVMGetModuleDataLayout(LLVMModuleRef M) { in LLVMGetModuleDataLayout()
51 void LLVMSetModuleDataLayout(LLVMModuleRef M, LLVMTargetDataRef DL) { in LLVMSetModuleDataLayout()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDOrcCBindings.cpp71 LLVMModuleRef Mod, in LLVMOrcAddEagerlyCompiledIR()
86 LLVMModuleRef Mod, in LLVMOrcAddLazilyCompiledIR()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
HDCloneModule.cpp210 LLVMModuleRef LLVMCloneModule(LLVMModuleRef M) { in LLVMCloneModule()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDAnalysis.cpp98 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IRReader/
HDIRReader.cpp116 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMParseIRInContext()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Linker/
HDLinkModules.cpp602 LLVMBool LLVMLinkModules2(LLVMModuleRef Dest, LLVMModuleRef Src) { in LLVMLinkModules2()

12