OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LowPc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinkerCompileUnit.h
132
uint64_t getLowPc() const { return
LowPc
; }
178
/// Add a function range [\p
LowPC
, \p HighPC) that is relocated by applying
180
void addFunctionRange(uint64_t
LowPC
, uint64_t HighPC, int64_t PCOffset);
253
uint64_t
LowPc
= std::numeric_limits<uint64_t>::max();
/src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp
467
auto
LowPc
= dwarf::toAddress(DIE.find(dwarf::DW_AT_low_pc));
468
if (!
LowPc
)
471
assert(
LowPc
.hasValue() && "low_pc attribute is not an address.");
484
if (Unit.hasLabelAt(*
LowPc
))
493
.getValueOr(UINT64_MAX) <=
LowPc
)
495
Unit.addLabelLowPc(*
LowPc
, MyInfo.AddrAdjust);
501
Optional<uint64_t> HighPc = DIE.getHighPC(*
LowPc
);
509
Ranges[*
LowPc
] = ObjFileAddressRange(*HighPc, MyInfo.AddrAdjust);
510
Unit.addFunctionRange(*
LowPc
, *HighPc, MyInfo.AddrAdjust);
Completed in 15 milliseconds
Indexes created Sat Aug 15 00:25:12 UTC 2026