Searched refs:ThreadSafe (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h53 /// enabled by setting the ThreadSafe to true when constructing a
141 bool ThreadSafe = false);
446 bool ThreadSafe = false);
455 bool ThreadSafe = false);
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp584 bool ThreadSafe = isThreadSafe(); variable
588 WithColor::defaultWarningHandler, ThreadSafe);
750 bool ThreadSafe)
754 if (ThreadSafe)
2444 bool ThreadSafe) {
2451 ThreadSafe);
2459 bool ThreadSafe) {
2463 std::move(DObj), "", RecoverableErrorHandler, WarningHandler, ThreadSafe);
746 DWARFContext(std::unique_ptr<const DWARFObject> DObj, std::string DWPName, std::function<void(Error)> RecoverableErrorHandler, std::function<void(Error)> WarningHandler, bool ThreadSafe) argument
2439 create(const object::ObjectFile &Obj, ProcessDebugRelocations RelocAction, const LoadedObjectInfo *L, std::string DWPName, std::function<void(Error)> RecoverableErrorHandler, std::function<void(Error)> WarningHandler, bool ThreadSafe) argument
2455 create(const StringMap<std::unique_ptr<MemoryBuffer>> &Sections, uint8_t AddrSize, bool isLittleEndian, std::function<void(Error)> RecoverableErrorHandler, std::function<void(Error)> WarningHandler, bool ThreadSafe) argument

Completed in 168 milliseconds