Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp29 if (DebugAranges) in getNonEmptySectionNames()
97 IO.mapOptional("debug_aranges", DWARF.DebugAranges); in mapping()
H A DDWARFEmitter.cpp142 assert(DI.DebugAranges && "unexpected emitDebugAranges() call"); in emitDebugAranges()
143 for (const auto &Range : *DI.DebugAranges) { in emitDebugAranges()
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h239 std::optional<std::vector<ARange>> DebugAranges; member
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1281 HANDLE_DWARF_SECTION(DebugAranges, ".debug_aranges", "debug-aranges",