Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h101 virtual bool isThreadSafe() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp583 bool ThreadSafe = isThreadSafe(); in getDWOContext()
593 bool isThreadSafe() const override { return false; } in isThreadSafe() function in __anonfc0a132e0411::ThreadUnsafeDWARFContextState
732 bool isThreadSafe() const override { return true; } in isThreadSafe() function in __anonfc0a132e0411::ThreadSafeState