Home
last modified time | relevance | path

Searched defs:RLE (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp82 for (const RangeListEntry &RLE : Entries) in dump() local
93 for (const RangeListEntry &RLE : Entries) { in getAbsoluteRanges() local
H A DDWARFDebugRnglists.cpp101 for (const RangeListEntry &RLE : Entries) { in getAbsoluteRanges() local
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp160 for (const auto &RLE : DwarfRanges.getEntries()) in dumpDebugRanges() local
/openbsd/gnu/llvm/llvm/lib/BinaryFormat/
H A DDwarf.cpp805 StringRef llvm::dwarf::RLEString(unsigned RLE) { in RLEString()