Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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); \
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp79 DWARFDataExtractor data = section == DIERef::Section::DebugTypes in ParseUnitsFor()
108 ParseUnitsFor(DIERef::Section::DebugTypes); in ParseUnitHeadersIfNeeded()
H A DDIERef.h28 enum Section : uint8_t { DebugInfo, DebugTypes }; enumerator
H A DDWARFUnit.cpp897 section == DIERef::Section::DebugTypes ? DW_UT_type : DW_UT_compile; in extract()
1001 return m_section == DIERef::Section::DebugTypes in GetData()
H A DSymbolFileDWARF.cpp1406 lldb::user_id_t(ref.section() == DIERef::Section::DebugTypes) << 63; in GetUID()
1432 uid >> 63 ? DIERef::Section::DebugTypes : DIERef::Section::DebugInfo; in DecodeUID()
/openbsd-src/gnu/llvm/lld/COFF/
H A DCMakeLists.txt9 DebugTypes.cpp
/openbsd-src/gnu/llvm/llvm/utils/gn/secondary/lld/COFF/
H A DBUILD.gn35 "DebugTypes.cpp",
/openbsd-src/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1180 HANDLE_DWARF_SECTION(DebugTypes, ".debug_types", "debug-types", OffsetOption)
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt3459 lld/COFF/DebugTypes.cpp