Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDIERef.h32 enum Section : uint8_t { DebugInfo, DebugTypes }; enumerator
47 (uid & k_section_bit) != 0 ? Section::DebugTypes : Section::DebugInfo; in DIERef()
56 (section() == Section::DebugTypes ? k_section_bit : 0); in get_id()
H A DDWARFDebugInfo.cpp79 DWARFDataExtractor data = section == DIERef::Section::DebugTypes in ParseUnitsFor()
108 ParseUnitsFor(DIERef::Section::DebugTypes); in ParseUnitHeadersIfNeeded()
H A DDWARFUnit.cpp952 section == DIERef::Section::DebugTypes ? DW_UT_type : DW_UT_compile; in extract()
1044 return m_section == DIERef::Section::DebugTypes in GetData()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1206 HANDLE_DWARF_SECTION(DebugTypes, ".debug_types", "debug-types", OffsetOption)