Home
last modified time | relevance | path

Searched defs:TheModule (Results 1 – 24 of 24) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/LTO/
H A DUpdateCompilerUsed.cpp34 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 DThinLTOCodeGenerator.cpp96 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 DLTOCodeGenerator.cpp436 Module &TheModule, in preserveDiscardableGVs()
/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DPartialTranslationUnit.h33 std::unique_ptr<llvm::Module> TheModule; member
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto/
H A Dllvm-lto.cpp592 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 DInternalize.h77 internalizeModule(Module &TheModule, in internalizeModule()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h47 std::unique_ptr<llvm::Module> TheModule; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DNameAnonGlobals.cpp26 Module &TheModule; member in __anon100f665f0111::ModuleHasher
H A DCloneFunction.cpp54 Module *TheModule = F ? F->getParent() : nullptr; in CloneBasicBlock() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTypes.h58 llvm::Module &TheModule; variable
H A DCGCUDANV.cpp47 llvm::Module &TheModule; member in __anon2162a9e90111::CGNVCUDARuntime
H A DBackendUtil.cpp140 llvm::Module *TheModule; member in __anon3496e3440111::EmitAssemblyHelper
H A DCodeGenModule.h309 llvm::Module &TheModule; variable
H A DCGObjCGNU.cpp97 llvm::Module &TheModule; member in __anonbab9bb100111::CGObjCGNU
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h95 const Module *TheModule = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroInternal.h43 Module &TheModule; member
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp409 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 DBitcodeReader.cpp589 Module *TheModule = nullptr; member in __anondf6e26480411::BitcodeReader
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86WinEHState.cpp84 Module *TheModule = nullptr; member in __anone900293d0111::WinEHStatePass
[all...]
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1499 void llvm::thinLTOFinalizeInModule(Module &TheModule, in thinLTOFinalizeInModule()
1627 void llvm::thinLTOInternalizeModule(Module &TheModule, in thinLTOInternalizeModule()
/freebsd/contrib/llvm-project/clang/lib/APINotes/
H A DAPINotesYAMLCompiler.cpp667 YAMLConverter(const Module &TheModule, const FileEntry *SourceFile, in YAMLConverter()
1133 Module TheModule; in compileAPINotes() local
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantFold.cpp763 if (Module *TheModule = GV->getParent()) { in ConstantFoldBinaryInstruction() local
H A DAsmWriter.cpp703 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 DCompilerInstance.cpp2306 Module *TheModule = I->second; in loadGlobalModuleIndex() local