Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp30 if (!DWARF.ARanges.empty() || !IO.outputting()) in mapping()
31 IO.mapOptional("debug_aranges", DWARF.ARanges); in mapping()
DDWARFEmitter.cpp96 for (auto Range : DI.ARanges) { in EmitDebugAranges()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h148 std::vector<ARange> ARanges; member
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp79 Y.ARanges.push_back(Range); in dumpDebugARanges()