Home
last modified time | relevance | path

Searched refs:DebugAranges (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp104 std::vector<DWARFYAML::ARange> DebugAranges; in dumpDebugARanges() local
127 DebugAranges.push_back(Range); in dumpDebugARanges()
130 Y.DebugAranges = DebugAranges; in dumpDebugARanges()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp29 if (DebugAranges) in getNonEmptySectionNames()
97 IO.mapOptional("debug_aranges", DWARF.DebugAranges); in mapping()
H A DDWARFEmitter.cpp141 assert(DI.DebugAranges && "unexpected emitDebugAranges() call"); in emitDebugAranges()
142 for (const auto &Range : *DI.DebugAranges) { in emitDebugAranges()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h216 Optional<std::vector<ARange>> DebugAranges; member
/llvm-project-15.0.7/llvm/test/CodeGen/AArch64/GlobalISel/
H A Dirtranslator-extract-used-by-dbg.ll163 !135 = !DIEnumerator(name: "DebugAranges", value: 2)
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1159 HANDLE_DWARF_SECTION(DebugAranges, ".debug_aranges", "debug-aranges",