OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PcOffset
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinkerCompileUnit.cpp
102
void CompileUnit::addLabelLowPc(uint64_t LabelLowPc, int64_t
PcOffset
) {
103
Labels.insert({LabelLowPc,
PcOffset
});
107
int64_t
PcOffset
) {
112
Ranges.insert(FuncLowPc, FuncHighPc,
PcOffset
);
113
this->LowPc = std::min(LowPc, FuncLowPc +
PcOffset
);
114
this->HighPc = std::max(HighPc, FuncHighPc +
PcOffset
);
124
void CompileUnit::noteLocationAttribute(PatchLocation Attr, int64_t
PcOffset
) {
125
LocationAttributes.emplace_back(Attr,
PcOffset
);
DWARFStreamer.cpp
317
int64_t
PcOffset
= Entries.empty() ? 0 : FuncRange.value() + UnitPcOffset;
332
MS->emitIntValue(Range.StartAddress +
PcOffset
, AddressSize);
333
MS->emitIntValue(Range.EndAddress +
PcOffset
, AddressSize);
410
int64_t
PcOffset
= -Unit.getLowPc();
413
MS->emitIntValue(Range->first +
PcOffset
, AddressSize);
416
MS->emitIntValue(Range->second +
PcOffset
, AddressSize);
/src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinkerCompileUnit.h
175
/// offset \p
PCOffset
.
176
void addLabelLowPc(uint64_t LabelLowPc, int64_t
PcOffset
);
179
/// offset \p
PCOffset
.
180
void addFunctionRange(uint64_t LowPC, uint64_t HighPC, int64_t
PCOffset
);
187
void noteLocationAttribute(PatchLocation Attr, int64_t
PcOffset
);
Completed in 58 milliseconds
Indexes created Sun Aug 16 00:25:19 UTC 2026