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 }; enumerator47 (uid & k_section_bit) != 0 ? Section::DebugTypes : Section::DebugInfo; in DIERef()56 (section() == Section::DebugTypes ? k_section_bit : 0); in get_id()
79 DWARFDataExtractor data = section == DIERef::Section::DebugTypes in ParseUnitsFor()108 ParseUnitsFor(DIERef::Section::DebugTypes); in ParseUnitHeadersIfNeeded()
952 section == DIERef::Section::DebugTypes ? DW_UT_type : DW_UT_compile; in extract()1044 return m_section == DIERef::Section::DebugTypes in GetData()
1206 HANDLE_DWARF_SECTION(DebugTypes, ".debug_types", "debug-types", OffsetOption)