Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
DCOFFPlatform.cpp282 assert(HeaderAddrToJITDylib.count(I->second) && in teardownJITDylib()
284 HeaderAddrToJITDylib.erase(I->second); in teardownJITDylib()
550 auto I = HeaderAddrToJITDylib.find(JDHeaderAddr); in rt_pushInitializers()
551 if (I != HeaderAddrToJITDylib.end()) in rt_pushInitializers()
591 auto I = HeaderAddrToJITDylib.find(Handle); in rt_lookupSymbol()
592 if (I != HeaderAddrToJITDylib.end()) in rt_lookupSymbol()
804 CP.HeaderAddrToJITDylib[HeaderAddr] = &JD; in associateJITDylibHeaderSymbol()
DMachOPlatform.cpp332 assert(HeaderAddrToJITDylib.count(I->second) && in teardownJITDylib()
334 HeaderAddrToJITDylib.erase(I->second); in teardownJITDylib()
643 auto I = HeaderAddrToJITDylib.find(JDHeaderAddr); in rt_pushInitializers()
644 if (I != HeaderAddrToJITDylib.end()) in rt_pushInitializers()
678 auto I = HeaderAddrToJITDylib.find(Handle); in rt_lookupSymbol()
679 if (I != HeaderAddrToJITDylib.end()) in rt_lookupSymbol()
859 MP.HeaderAddrToJITDylib[MP.Bootstrap.load()->MachOHeaderAddr] = in bootstrapPipelineRecordRuntimeFunctions()
889 MP.HeaderAddrToJITDylib[HeaderAddr] = &JD; in associateJITDylibHeaderSymbol()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/
DCOFFPlatform.h202 DenseMap<ExecutorAddr, JITDylib *> HeaderAddrToJITDylib; variable
DMachOPlatform.h258 DenseMap<ExecutorAddr, JITDylib *> HeaderAddrToJITDylib; variable