| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/ |
| H A D | BitReader.h | 39 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 D | ExecutionEngine.h | 75 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 D | BitWriter.h | 37 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 D | Core.h | 683 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 D | Linker.h | 34 LLVMBool LLVMLinkModules2(LLVMModuleRef Dest, LLVMModuleRef Src);
|
| H A D | TargetMachine.h | 132 LLVMBool LLVMTargetMachineEmitToFile(LLVMTargetMachineRef T, LLVMModuleRef M, 136 LLVMBool LLVMTargetMachineEmitToMemoryBuffer(LLVMTargetMachineRef T, LLVMModuleRef M,
|
| H A D | Target.h | 186 LLVMTargetDataRef LLVMGetModuleDataLayout(LLVMModuleRef M); 193 void LLVMSetModuleDataLayout(LLVMModuleRef M, LLVMTargetDataRef DL);
|
| H A D | IRReader.h | 32 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM,
|
| H A D | Analysis.h | 44 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action,
|
| H A D | Comdat.h | 39 LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, const char *Name);
|
| H A D | Types.h | 61 typedef struct LLVMOpaqueModule *LLVMModuleRef; typedef
|
| H A D | DebugInfo.h | 195 unsigned LLVMGetModuleDebugMetadataVersion(LLVMModuleRef Module); 203 LLVMBool LLVMStripModuleDebugInfo(LLVMModuleRef Module); 209 LLVMDIBuilderRef LLVMCreateDIBuilderDisallowUnresolved(LLVMModuleRef M); 216 LLVMDIBuilderRef LLVMCreateDIBuilder(LLVMModuleRef M);
|
| H A D | Orc.h | 357 void *Ctx, LLVMModuleRef M); 955 LLVMOrcCreateNewThreadSafeModule(LLVMModuleRef M,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitReader.cpp | 24 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 D | BitWriter.cpp | 20 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 D | ExecutionEngineBindings.cpp | 104 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 D | Core.cpp | 256 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 D | Comdat.cpp | 28 LLVMComdatRef LLVMGetOrInsertComdat(LLVMModuleRef M, const char *Name) { in LLVMGetOrInsertComdat()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ |
| H A D | TargetMachineC.cpp | 185 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 D | Target.cpp | 47 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 D | CloneModule.cpp | 198 LLVMModuleRef LLVMCloneModule(LLVMModuleRef M) { in LLVMCloneModule()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/Transforms/ |
| H A D | PassBuilder.h | 42 LLVMErrorRef LLVMRunPasses(LLVMModuleRef M, const char *Passes,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Passes/ |
| H A D | PassBuilderBindings.cpp | 46 LLVMErrorRef LLVMRunPasses(LLVMModuleRef M, const char *Passes, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Analysis.cpp | 99 LLVMBool LLVMVerifyModule(LLVMModuleRef M, LLVMVerifierFailureAction Action, in LLVMVerifyModule()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IRReader/ |
| H A D | IRReader.cpp | 111 LLVMMemoryBufferRef MemBuf, LLVMModuleRef *OutM, in LLVMParseIRInContext()
|