Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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); \
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugInfo.cpp71 DWARFDataExtractor data = section == DIERef::Section::DebugTypes in ParseUnitsFor()
100 ParseUnitsFor(DIERef::Section::DebugTypes); in ParseUnitHeadersIfNeeded()
H A DDIERef.h28 enum Section : uint8_t { DebugInfo, DebugTypes }; enumerator
H A DDWARFUnit.cpp876 section == DIERef::Section::DebugTypes ? DW_UT_type : DW_UT_compile; in extract()
980 return m_section == DIERef::Section::DebugTypes in GetData()
H A DSymbolFileDWARF.cpp1378 lldb::user_id_t(ref.section() == DIERef::Section::DebugTypes) << 63; in GetUID()
1404 uid >> 63 ? DIERef::Section::DebugTypes : DIERef::Section::DebugInfo; in DecodeUID()
/llvm-project-15.0.7/lld/COFF/
H A DCMakeLists.txt9 DebugTypes.cpp
/llvm-project-15.0.7/llvm/utils/gn/secondary/lld/COFF/
H A DBUILD.gn34 "DebugTypes.cpp",
/llvm-project-15.0.7/lldb/unittests/SymbolFile/DWARF/
H A DDWARFIndexCachingTest.cpp43 EncodeDecode(DIERef(llvm::None, DIERef::Section::DebugTypes, 0x11223344)); in TEST()
45 EncodeDecode(DIERef(200, DIERef::Section::DebugTypes, 0x11223344)); in TEST()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1088 ErrorOr<BinarySection &> DebugTypes = in finalizeDebugSections() local
1090 DebugTypes->registerPatcher(std::make_unique<SimpleBinaryPatcher>()); in finalizeDebugSections()
1092 static_cast<SimpleBinaryPatcher *>(DebugTypes->getPatcher()); in finalizeDebugSections()
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dirtranslator-extract-used-by-dbg.ll180 !152 = !DIEnumerator(name: "DebugTypes", value: 19)
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1162 HANDLE_DWARF_SECTION(DebugTypes, ".debug_types", "debug-types", OffsetOption)
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt3463 lld/COFF/DebugTypes.cpp