Home
last modified time | relevance | path

Searched refs:isThreadSafe (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h100 virtual bool isThreadSafe() const = 0;
/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp585 bool ThreadSafe = isThreadSafe(); in getDWOContext()
595 bool isThreadSafe() const override { return false; } in isThreadSafe() function in __anonc1a899430411::ThreadUnsafeDWARFContextState
736 bool isThreadSafe() const override { return true; } in isThreadSafe() function in __anonc1a899430411::ThreadSafeState