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