Searched refs:DebugTypes (Results 1 – 6 of 6) sorted by relevance
25 std::atomic<const char *> DebugTypes; variable36 DebugTypes.store(&DebugTypesAll, std::memory_order_relaxed); in initializeDebug()43 DebugTypes.store(DT, std::memory_order_relaxed); in initializeDebug()49 DebugTypes.store(&DebugTypesNone, std::memory_order_relaxed); in initializeDebug()
22 extern std::atomic<const char *> DebugTypes;34 const char *Types = ::orc_rt::DebugTypes.load(std::memory_order_relaxed); \
33 enum Section : uint8_t { DebugInfo, DebugTypes }; enumerator48 (uid & k_section_bit) != 0 ? Section::DebugTypes : Section::DebugInfo; in DIERef()57 (section() == Section::DebugTypes ? k_section_bit : 0); in get_id()
80 DWARFDataExtractor data = section == DIERef::Section::DebugTypes in ParseUnitsFor()176 ParseUnitsFor(DIERef::Section::DebugTypes); in ParseUnitHeadersIfNeeded()
1071 return m_section == DIERef::Section::DebugTypes in GetData()
1303 HANDLE_DWARF_SECTION(DebugTypes, ".debug_types", "debug-types", OffsetOption)