Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DRTDyldObjectLinkingLayer.h374 assert(!LinkedObjects.count(K) && "VModuleKey already in use"); in addObject()
378 LinkedObjects[K] = createLinkedObject( in addObject()
394 assert(LinkedObjects.count(K) && "VModuleKey not associated with object"); in removeObject()
396 LinkedObjects.erase(K); in removeObject()
405 for (auto &KV : LinkedObjects) in findSymbol()
423 assert(LinkedObjects.count(K) && "VModuleKey not associated with object"); in findSymbolIn()
424 return LinkedObjects[K]->getSymbol(Name, ExportedSymbolsOnly); in findSymbolIn()
431 assert(LinkedObjects.count(K) && "VModuleKey not associated with object"); in mapSectionAddress()
432 LinkedObjects[K]->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress()
440 return LinkedObjects[K]->finalize(); in emitAndFinalize()
[all …]