Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h245 DenseMap<JITDylib *, uint64_t> JITDylibToPThreadKey; variable
H A DMachOPlatform.h377 DenseMap<JITDylib *, uint64_t> JITDylibToPThreadKey; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp815 auto I = MP.JITDylibToPThreadKey.find(&JD); in fixTLVSectionsAndEdges()
816 if (I != MP.JITDylibToPThreadKey.end()) in fixTLVSectionsAndEdges()
H A DMachOPlatform.cpp375 JITDylibToPThreadKey.erase(&JD); in teardownJITDylib()
1207 auto I = MP.JITDylibToPThreadKey.find(&JD); in fixTLVSectionsAndEdges()
1208 if (I != MP.JITDylibToPThreadKey.end()) in fixTLVSectionsAndEdges()