Home
last modified time | relevance | path

Searched defs:PcOffset (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp102 void CompileUnit::addLabelLowPc(uint64_t LabelLowPc, int64_t PcOffset) { in addLabelLowPc()
107 int64_t PcOffset) { in addFunctionRange()
124 void CompileUnit::noteLocationAttribute(PatchLocation Attr, int64_t PcOffset) { in noteLocationAttribute()
H A DDWARFStreamer.cpp317 int64_t PcOffset = Entries.empty() ? 0 : FuncRange.value() + UnitPcOffset; in emitRangesEntries() local
410 int64_t PcOffset = -Unit.getLowPc(); in emitUnitRangesEntries() local