Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h227 DenseMap<JITDylib *, uint64_t> JITDylibToPThreadKey; variable
H A DELFNixPlatform.h242 DenseMap<JITDylib *, uint64_t> JITDylibToPThreadKey; variable
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp251 JITDylibToPThreadKey.erase(&JD); in teardownJITDylib()
827 auto I = MP.JITDylibToPThreadKey.find(&JD); in fixTLVSectionsAndEdges()
828 if (I != MP.JITDylibToPThreadKey.end()) in fixTLVSectionsAndEdges()
H A DELFNixPlatform.cpp856 auto I = MP.JITDylibToPThreadKey.find(&JD); in fixTLVSectionsAndEdges()
857 if (I != MP.JITDylibToPThreadKey.end()) in fixTLVSectionsAndEdges()