/freebsd/contrib/llvm-project/llvm/lib/LTO/ |
H A D | UpdateCompilerUsed.cpp | 34 void findInModule(Module &TheModule) { in findInModule() 59 void initializeLibCalls(const Module &TheModule) { in initializeLibCalls() 123 void llvm::updateCompilerUsed(Module &TheModule, const TargetMachine &TM, in updateCompilerUsed()
|
H A D | ThinLTOCodeGenerator.cpp | 96 static void saveTempBitcode(const Module &TheModule, StringRef TempDir, in saveTempBitcode() 163 static void promoteModule(Module &TheModule, const ModuleSummaryIndex &Index, in promoteModule() 181 static void verifyLoadedModule(Module &TheModule) { in verifyLoadedModule() 216 crossImportIntoModule(Module &TheModule, const ModuleSummaryIndex &Index, in crossImportIntoModule() 240 static void optimizeModule(Module &TheModule, TargetMachine &TM, in optimizeModule() 329 std::unique_ptr<MemoryBuffer> codegenModule(Module &TheModule, in codegenModule() 433 ProcessThinLTOModule(Module &TheModule, ModuleSummaryIndex &Index, in ProcessThinLTOModule() 676 void ThinLTOCodeGenerator::promote(Module &TheModule, ModuleSummaryIndex &Index, in promote() 728 void ThinLTOCodeGenerator::crossModuleImport(Module &TheModule, in crossModuleImport() 768 Module &TheModule, ModuleSummaryIndex &Index, in gatherImportedSummariesForModule() [all …]
|
H A D | LTOCodeGenerator.cpp | 436 Module &TheModule, in preserveDiscardableGVs()
|
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/ |
H A D | PartialTranslationUnit.h | 33 std::unique_ptr<llvm::Module> TheModule; member
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/ |
H A D | llvm-lto.cpp | 592 static void writeModuleToFile(Module &TheModule, StringRef Filename) { in writeModuleToFile() 690 auto TheModule = loadModuleFromInput(*Input, Ctx); in distributedIndexes() local 728 auto TheModule = loadModuleFromInput(*Input, Ctx); in emitImports() local 755 auto TheModule = loadModuleFromInput(*Input, Ctx); in promote() local 788 auto TheModule = loadModuleFromInput(*Input, Ctx); in import() local 821 auto TheModule = loadModuleFromInput(*Input, Ctx); in internalize() local 846 auto TheModule = loadModuleFromInput(*Input, Ctx); in optimize() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/IPO/ |
H A D | Internalize.h | 77 internalizeModule(Module &TheModule, in internalizeModule()
|
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
H A D | CodeGenAction.h | 47 std::unique_ptr<llvm::Module> TheModule; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | NameAnonGlobals.cpp | 26 Module &TheModule; member in __anon100f665f0111::ModuleHasher
|
H A D | CloneFunction.cpp | 54 Module *TheModule = F ? F->getParent() : nullptr; in CloneBasicBlock() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenTypes.h | 58 llvm::Module &TheModule; variable
|
H A D | CGCUDANV.cpp | 47 llvm::Module &TheModule; member in __anon2162a9e90111::CGNVCUDARuntime
|
H A D | BackendUtil.cpp | 140 llvm::Module *TheModule; member in __anon3496e3440111::EmitAssemblyHelper
|
H A D | CodeGenModule.h | 309 llvm::Module &TheModule; variable
|
H A D | CGObjCGNU.cpp | 97 llvm::Module &TheModule; member in __anonbab9bb100111::CGObjCGNU
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineModuleInfo.h | 95 const Module *TheModule = nullptr; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/ |
H A D | CoroInternal.h | 43 Module &TheModule; member
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | MetadataLoader.cpp | 409 Module &TheModule; member in MetadataLoader::MetadataLoaderImpl 725 MetadataLoaderImpl(BitstreamCursor &Stream, Module &TheModule, in MetadataLoaderImpl() 2495 MetadataLoader::MetadataLoader(BitstreamCursor &Stream, Module &TheModule, in MetadataLoader()
|
H A D | BitcodeReader.cpp | 589 Module *TheModule = nullptr; member in __anondf6e26480411::BitcodeReader
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86WinEHState.cpp | 84 Module *TheModule = nullptr; member in __anone900293d0111::WinEHStatePass [all...] |
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | FunctionImport.cpp | 1499 void llvm::thinLTOFinalizeInModule(Module &TheModule, in thinLTOFinalizeInModule() 1627 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule()
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 667 YAMLConverter(const Module &TheModule, const FileEntry *SourceFile, in YAMLConverter() 1133 Module TheModule; in compileAPINotes() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | ConstantFold.cpp | 763 if (Module *TheModule = GV->getParent()) { in ConstantFoldBinaryInstruction() local
|
H A D | AsmWriter.cpp | 703 const Module* TheModule; member in llvm::SlotTracker 2692 const Module *TheModule = nullptr; member in __anon33b632580911::AssemblyWriter
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInstance.cpp | 2306 Module *TheModule = I->second; in loadGlobalModuleIndex() local
|