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.h277 DenseMap<JITDylib *, uint64_t> JITDylibToPThreadKey; variable
H A DMachOPlatform.h382 DenseMap<JITDylib *, uint64_t> JITDylibToPThreadKey; variable
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp1004 auto I = MP.JITDylibToPThreadKey.find(&JD); in fixTLVSectionsAndEdges()
1005 if (I != MP.JITDylibToPThreadKey.end()) in fixTLVSectionsAndEdges()
H A DMachOPlatform.cpp362 JITDylibToPThreadKey.erase(&JD); in teardownJITDylib()
1225 auto I = MP.JITDylibToPThreadKey.find(&JD); in fixTLVSectionsAndEdges()
1226 if (I != MP.JITDylibToPThreadKey.end()) in fixTLVSectionsAndEdges()