Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp103 std::vector<DWARFYAML::ARange> DebugAranges; in dumpDebugARanges() local
126 DebugAranges.push_back(Range); in dumpDebugARanges()
129 Y.DebugAranges = DebugAranges; in dumpDebugARanges()
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp29 if (DebugAranges) in getNonEmptySectionNames()
97 IO.mapOptional("debug_aranges", DWARF.DebugAranges); in mapping()
DDWARFEmitter.cpp142 assert(DI.DebugAranges && "unexpected emitDebugAranges() call"); in emitDebugAranges()
143 for (const auto &Range : *DI.DebugAranges) { in emitDebugAranges()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h216 Optional<std::vector<ARange>> DebugAranges; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DDwarf.def912 HANDLE_DWARF_SECTION(DebugAranges, ".debug_aranges", "debug-aranges")
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DDwarf.def949 HANDLE_DWARF_SECTION(DebugAranges, ".debug_aranges", "debug-aranges", BoolOption)