Searched refs:DebugTypes (Results 1 – 6 of 6) 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); \
32 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
80 DWARFDataExtractor data = section == DIERef::Section::DebugTypes in ParseUnitsFor()176 ParseUnitsFor(DIERef::Section::DebugTypes); in ParseUnitHeadersIfNeeded()
997 return m_section == DIERef::Section::DebugTypes in GetData()
1284 HANDLE_DWARF_SECTION(DebugTypes, ".debug_types", "debug-types", OffsetOption)