Home
last modified time | relevance | path

Searched defs:MutexGuard (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/Support/
DMutexGuard.h32 MutexGuard(sys::Mutex &m) : M(m) { M.acquire(); } in MutexGuard() function
/external/llvm/include/llvm/ExecutionEngine/
DExecutionEngine.h46 class MutexGuard; variable
83 GlobalAddressMapTy &getGlobalAddressMap(const MutexGuard &) { in getGlobalAddressMap()
88 getGlobalAddressReverseMap(const MutexGuard &) { in getGlobalAddressReverseMap()
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.h205 getBasicBlockAddressMap(const MutexGuard &) { in getBasicBlockAddressMap()
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp142 void *ExecutionEngineState::RemoveMapping(const MutexGuard &, in RemoveMapping()