Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h333 assert(!LinkedObjects.count(K) && "VModuleKey already in use"); in addObject()
337 LinkedObjects[K] = createLinkedObject( in addObject()
353 assert(LinkedObjects.count(K) && "VModuleKey not associated with object"); in removeObject()
355 LinkedObjects.erase(K); in removeObject()
364 for (auto &KV : LinkedObjects) in findSymbol()
382 assert(LinkedObjects.count(K) && "VModuleKey not associated with object"); in findSymbolIn()
383 return LinkedObjects[K]->getSymbol(Name, ExportedSymbolsOnly); in findSymbolIn()
390 assert(LinkedObjects.count(K) && "VModuleKey not associated with object"); in mapSectionAddress()
391 LinkedObjects[K]->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress()
398 assert(LinkedObjects.count(K) && "VModuleKey not associated with object"); in emitAndFinalize()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/tools/gold/
Dgold-plugin.cpp974 std::unique_ptr<raw_fd_ostream> LinkedObjects = CreateLinkedObjectsFile(); in runLTO() local
979 LinkedObjects.get()); in runLTO()