Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h259 DenseMap<JITDylib *, uint64_t> JITDylibToPThreadKey; variable
H A DELFNixPlatform.h242 DenseMap<JITDylib *, uint64_t> JITDylibToPThreadKey; variable
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp337 JITDylibToPThreadKey.erase(&JD); in teardownJITDylib()
1031 auto I = MP.JITDylibToPThreadKey.find(&JD); in fixTLVSectionsAndEdges()
1032 if (I != MP.JITDylibToPThreadKey.end()) in fixTLVSectionsAndEdges()
H A DELFNixPlatform.cpp857 auto I = MP.JITDylibToPThreadKey.find(&JD); in fixTLVSectionsAndEdges()
858 if (I != MP.JITDylibToPThreadKey.end()) in fixTLVSectionsAndEdges()