Searched refs:LinkedObjects (Results 1 – 2 of 2) sorted by relevance
398 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 …]
1024 std::unique_ptr<raw_fd_ostream> LinkedObjects = CreateLinkedObjectsFile(); in runLTO() local1029 LinkedObjects.get()); in runLTO()