Searched refs:DebugTypes (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/orc/ |
| H A D | debug.cpp | 26 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 D | debug.h | 22 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 D | DWARFDebugInfo.cpp | 71 DWARFDataExtractor data = section == DIERef::Section::DebugTypes in ParseUnitsFor() 100 ParseUnitsFor(DIERef::Section::DebugTypes); in ParseUnitHeadersIfNeeded()
|
| H A D | DIERef.h | 28 enum Section : uint8_t { DebugInfo, DebugTypes }; enumerator
|
| H A D | DWARFUnit.cpp | 876 section == DIERef::Section::DebugTypes ? DW_UT_type : DW_UT_compile; in extract() 980 return m_section == DIERef::Section::DebugTypes in GetData()
|
| H A D | SymbolFileDWARF.cpp | 1378 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 D | CMakeLists.txt | 9 DebugTypes.cpp
|
| /llvm-project-15.0.7/llvm/utils/gn/secondary/lld/COFF/ |
| H A D | BUILD.gn | 34 "DebugTypes.cpp",
|
| /llvm-project-15.0.7/lldb/unittests/SymbolFile/DWARF/ |
| H A D | DWARFIndexCachingTest.cpp | 43 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 D | DWARFRewriter.cpp | 1088 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 D | irtranslator-extract-used-by-dbg.ll | 180 !152 = !DIEnumerator(name: "DebugTypes", value: 19)
|
| /llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.def | 1162 HANDLE_DWARF_SECTION(DebugTypes, ".debug_types", "debug-types", OffsetOption)
|
| /llvm-project-15.0.7/clang/docs/tools/ |
| H A D | clang-formatted-files.txt | 3463 lld/COFF/DebugTypes.cpp
|