Searched refs:PcOffset (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/ |
D | CompileUnit.cpp | 89 void CompileUnit::addLabelLowPc(uint64_t LabelLowPc, int64_t PcOffset) { in addLabelLowPc() argument 90 Labels.insert({LabelLowPc, PcOffset}); in addLabelLowPc() 94 int64_t PcOffset) { in addFunctionRange() argument 95 Ranges.insert(FuncLowPc, FuncHighPc, PcOffset); in addFunctionRange() 96 this->LowPc = std::min(LowPc, FuncLowPc + PcOffset); in addFunctionRange() 97 this->HighPc = std::max(HighPc, FuncHighPc + PcOffset); in addFunctionRange() 107 void CompileUnit::noteLocationAttribute(PatchLocation Attr, int64_t PcOffset) { in noteLocationAttribute() argument 108 LocationAttributes.emplace_back(Attr, PcOffset); in noteLocationAttribute()
|
D | DwarfStreamer.cpp | 279 int64_t PcOffset = Entries.empty() ? 0 : FuncRange.value() + UnitPcOffset; in emitRangesEntries() local 294 MS->EmitIntValue(Range.StartAddress + PcOffset, AddressSize); in emitRangesEntries() 295 MS->EmitIntValue(Range.EndAddress + PcOffset, AddressSize); in emitRangesEntries() 372 int64_t PcOffset = -Unit.getLowPc(); in emitUnitRangesEntries() local 375 MS->EmitIntValue(Range->first + PcOffset, AddressSize); in emitUnitRangesEntries() 378 MS->EmitIntValue(Range->second + PcOffset, AddressSize); in emitUnitRangesEntries()
|
D | CompileUnit.h | 171 void addLabelLowPc(uint64_t LabelLowPc, int64_t PcOffset); 182 void noteLocationAttribute(PatchLocation Attr, int64_t PcOffset);
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 291 void noteLocationAttribute(PatchLocation Attr, int64_t PcOffset); 432 int64_t PcOffset) { in addFunctionRange() argument 433 Ranges.insert(FuncLowPc, FuncHighPc, PcOffset); in addFunctionRange() 434 this->LowPc = std::min(LowPc, FuncLowPc + PcOffset); in addFunctionRange() 435 this->HighPc = std::max(HighPc, FuncHighPc + PcOffset); in addFunctionRange() 445 void CompileUnit::noteLocationAttribute(PatchLocation Attr, int64_t PcOffset) { in noteLocationAttribute() argument 446 LocationAttributes.emplace_back(Attr, PcOffset); in noteLocationAttribute() 724 int64_t PcOffset = Entries.empty() ? 0 : FuncRange.value() + UnitPcOffset; in emitRangesEntries() local 739 MS->EmitIntValue(Range.StartAddress + PcOffset, AddressSize); in emitRangesEntries() 740 MS->EmitIntValue(Range.EndAddress + PcOffset, AddressSize); in emitRangesEntries() [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringARM32.cpp | 979 static constexpr RelocOffsetT PcOffset = -8; in loadNamedConstantRelocatablePIC() local 981 PcOffset, {MovwReloc, AddPcReloc}, Name, Name + " -16"); in loadNamedConstantRelocatablePIC() 983 PcOffset, {MovtReloc, AddPcReloc}, Name, Name + " -12"); in loadNamedConstantRelocatablePIC()
|