Searched refs:DebugTypes (Results 1 – 10 of 10) sorted by relevance
26 std::atomic<const char *> DebugTypes; variable37 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()
22 extern std::atomic<const char *> DebugTypes;35 ::__orc_rt::DebugTypes.load(std::memory_order_relaxed); \
79 DWARFDataExtractor data = section == DIERef::Section::DebugTypes in ParseUnitsFor()108 ParseUnitsFor(DIERef::Section::DebugTypes); in ParseUnitHeadersIfNeeded()
28 enum Section : uint8_t { DebugInfo, DebugTypes }; enumerator
897 section == DIERef::Section::DebugTypes ? DW_UT_type : DW_UT_compile; in extract()1001 return m_section == DIERef::Section::DebugTypes in GetData()
1406 lldb::user_id_t(ref.section() == DIERef::Section::DebugTypes) << 63; in GetUID()1432 uid >> 63 ? DIERef::Section::DebugTypes : DIERef::Section::DebugInfo; in DecodeUID()
9 DebugTypes.cpp
35 "DebugTypes.cpp",
1180 HANDLE_DWARF_SECTION(DebugTypes, ".debug_types", "debug-types", OffsetOption)
3459 lld/COFF/DebugTypes.cpp