Searched defs:SrcM (Results 1 – 7 of 7) sorted by relevance
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 254 Module &SrcM = LMResources.SourceModule->getResource(); in addLogicalModule() local 390 Module &SrcM = LMResources.SourceModule->getResource(); in extractAndCompile() local 428 Module &SrcM = LMResources.SourceModule->getResource(); in emitPartition() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 341 Module &SrcM = LMResources->SourceModule->getResource(); in updatePointer() local 365 Module &SrcM = *SrcMPtr; in addLogicalModule() local 557 Module &SrcM = LD.getSourceModule(LMId); in extractAndCompile() local 605 Module &SrcM = LD.getSourceModule(LMId); in emitPartition() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Linker/ |
D | LinkModules.cpp | 32 std::unique_ptr<Module> SrcM; member in __anon8fcb3be50111::ModuleLinker 110 ModuleLinker(IRMover &Mover, std::unique_ptr<Module> SrcM, unsigned Flags, in ModuleLinker()
|
D | IRMover.cpp | 385 std::unique_ptr<Module> SrcM; member in __anon0e8d35020211::IRLinker 506 IRMover::IdentifiedStructTypeSet &Set, std::unique_ptr<Module> SrcM, in IRLinker()
|
/external/llvm/lib/Linker/ |
D | LinkModules.cpp | 31 std::unique_ptr<Module> SrcM; member in __anonc41387ad0111::ModuleLinker 120 ModuleLinker(IRMover &Mover, std::unique_ptr<Module> SrcM, unsigned Flags, in ModuleLinker()
|
D | IRMover.cpp | 373 std::unique_ptr<Module> SrcM; member in __anonba36dcca0211::IRLinker 483 IRMover::IdentifiedStructTypeSet &Set, std::unique_ptr<Module> SrcM, in IRLinker()
|
/external/swiftshader/third_party/LLVM/lib/Linker/ |
D | LinkModules.cpp | 321 Module *DstM, *SrcM; member in __anon362dfdd90211::ModuleLinker
|