Home
last modified time | relevance | path

Searched refs:LinkedObjects (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h398 assert(!LinkedObjects.count(K) && "VModuleKey already in use"); in addObject()
402 LinkedObjects[K] = createLinkedObject( in addObject()
418 assert(LinkedObjects.count(K) && "VModuleKey not associated with object"); in removeObject()
420 LinkedObjects.erase(K); in removeObject()
429 for (auto &KV : LinkedObjects) in findSymbol()
447 assert(LinkedObjects.count(K) && "VModuleKey not associated with object"); in findSymbolIn()
448 return LinkedObjects[K]->getSymbol(Name, ExportedSymbolsOnly); in findSymbolIn()
455 assert(LinkedObjects.count(K) && "VModuleKey not associated with object"); in mapSectionAddress()
456 LinkedObjects[K]->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress()
463 assert(LinkedObjects.count(K) && "VModuleKey not associated with object"); in emitAndFinalize()
[all …]
/external/llvm-project/llvm/tools/gold/
Dgold-plugin.cpp1024 std::unique_ptr<raw_fd_ostream> LinkedObjects = CreateLinkedObjectsFile(); in runLTO() local
1029 LinkedObjects.get()); in runLTO()