Home
last modified time | relevance | path

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

/freebsd-13.1/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.cpp141 assert(DI.DebugAranges && "unexpected emitDebugAranges() call"); in emitDebugAranges()
142 for (const auto &Range : *DI.DebugAranges) { in emitDebugAranges()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h216 Optional<std::vector<ARange>> DebugAranges; member
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def1155 HANDLE_DWARF_SECTION(DebugAranges, ".debug_aranges", "debug-aranges",