Home
last modified time | relevance | path

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

/llvm-project/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
/llvm-project/clang-tools-extra/clang-tidy/misc/
H A DMisleadingBidirectional.cpp26 RLE = 0x202B, in containsMisleadingBidi() enumerator
/llvm-project/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp164 for (const auto &RLE : DwarfRanges.getEntries()) in dumpDebugRanges() local
/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp882 StringRef llvm::dwarf::RLEString(unsigned RLE) { in RLEString()