OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UnitPcOffset
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFStreamer.cpp
310
int64_t
UnitPcOffset
, uint64_t OrigLowPc,
317
int64_t PcOffset = Entries.empty() ? 0 : FuncRange.value() +
UnitPcOffset
;
446
int64_t
UnitPcOffset
= 0;
448
UnitPcOffset
= int64_t(*OrigLowPc) - Unit.getLowPc();
456
int64_t LocPcOffset = Attr.second +
UnitPcOffset
;
DWARFLinker.cpp
1549
int64_t
UnitPcOffset
= 0;
1551
UnitPcOffset
= int64_t(OrigLowPc) - Unit.getLowPc();
1577
TheDwarfEmitter->emitRangesEntries(
UnitPcOffset
, OrigLowPc, CurrRange,
Completed in 15 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026