OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RLE
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugRangeList.cpp
61
for (const RangeListEntry &
RLE
: Entries) {
65
OS << format(format_str, Offset,
RLE
.StartAddress,
RLE
.EndAddress);
76
for (const RangeListEntry &
RLE
: Entries) {
77
if (
RLE
.isBaseAddressSelectionEntry(AddressSize)) {
78
BaseAddr = {
RLE
.EndAddress,
RLE
.SectionIndex};
83
E.LowPC =
RLE
.StartAddress;
86
E.HighPC =
RLE
.EndAddress;
87
E.SectionIndex =
RLE
.SectionIndex
[
all
...]
DWARFDebugRnglists.cpp
101
for (const RangeListEntry &
RLE
: Entries) {
102
if (
RLE
.EntryKind == dwarf::DW_RLE_end_of_list)
104
if (
RLE
.EntryKind == dwarf::DW_RLE_base_addressx) {
105
BaseAddr = LookupPooledAddress(
RLE
.Value0);
107
BaseAddr = {
RLE
.Value0, -1ULL};
110
if (
RLE
.EntryKind == dwarf::DW_RLE_base_address) {
111
BaseAddr = {
RLE
.Value0,
RLE
.SectionIndex};
116
E.SectionIndex =
RLE
.SectionIndex;
120
switch (
RLE
.EntryKind)
[
all
...]
/src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
dwarf2yaml.cpp
158
for (const auto &
RLE
: DwarfRanges.getEntries())
159
YamlRanges.Entries.push_back({
RLE
.StartAddress,
RLE
.EndAddress});
/src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/
Dwarf.cpp
804
StringRef llvm::dwarf::RLEString(unsigned
RLE
) {
805
switch (
RLE
) {
/src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
README
71
directional codes (LRE,
RLE
, LRO, RLO, PDF). It should now produce the same
149
Other Neutral, the NSM, LRE,
RLE
, PDF, LRO, and RLO controls all get marked
/src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
Dwarf.h
579
StringRef RLEString(unsigned
RLE
);
/src/external/gpl3/gcc/dist/libcpp/
lex.cc
1176
NONE, LRE,
RLE
, LRO, RLO, LRI, RLI, FSI, PDF, PDI, LTR, RTL
1264
case kind::
RLE
:
1274
/* PDF terminates the scope of the last LRE,
RLE
, LRO, or RLO
1310
case kind::
RLE
:
1387
return bidi::kind::
RLE
;
1479
return bidi::kind::
RLE
;
1566
result = bidi::kind::
RLE
;
/src/external/gpl3/gcc.old/dist/libcpp/
lex.cc
1170
NONE, LRE,
RLE
, LRO, RLO, LRI, RLI, FSI, PDF, PDI, LTR, RTL
1258
case kind::
RLE
:
1268
/* PDF terminates the scope of the last LRE,
RLE
, LRO, or RLO
1304
case kind::
RLE
:
1380
return bidi::kind::
RLE
;
1456
return bidi::kind::
RLE
;
Completed in 21 milliseconds
Indexes created Tue Apr 21 00:23:25 UTC 2026