Home
last modified time | relevance | path

Searched refs:DebugTypes (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Ddebug.cpp26 std::atomic<const char *> DebugTypes; variable
37 DebugTypes.store(&DebugTypesAll, std::memory_order_relaxed); in initializeDebug()
44 DebugTypes.store(DT, std::memory_order_relaxed); in initializeDebug()
50 DebugTypes.store(&DebugTypesNone, std::memory_order_relaxed); in initializeDebug()
H A Ddebug.h22 extern std::atomic<const char *> DebugTypes;
35 ::__orc_rt::DebugTypes.load(std::memory_order_relaxed); \
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.h32 enum Section : uint8_t { DebugInfo, DebugTypes }; in DIERef()
47 (uid & k_section_bit) != 0 ? Section::DebugTypes : Section::DebugInfo;
56 (section() == Section::DebugTypes ? k_section_bit : 0);
30 enum Section : uint8_t { DebugInfo, DebugTypes }; global() enumerator
H A DDWARFDebugInfo.cpp80 DWARFDataExtractor data = section == DIERef::Section::DebugTypes in ParseUnitsFor()
176 ParseUnitsFor(DIERef::Section::DebugTypes); in ParseUnitHeadersIfNeeded()
H A DDWARFUnit.cpp997 return m_section == DIERef::Section::DebugTypes in GetData()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1284 HANDLE_DWARF_SECTION(DebugTypes, ".debug_types", "debug-types", OffsetOption)