Home
last modified time | relevance | path

Searched refs:PcOffset (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/
DDWARFLinkerCompileUnit.cpp94 void CompileUnit::addLabelLowPc(uint64_t LabelLowPc, int64_t PcOffset) { in addLabelLowPc() argument
95 Labels.insert({LabelLowPc, PcOffset}); in addLabelLowPc()
99 int64_t PcOffset) { in addFunctionRange() argument
104 Ranges.insert(FuncLowPc, FuncHighPc, PcOffset); in addFunctionRange()
105 this->LowPc = std::min(LowPc, FuncLowPc + PcOffset); in addFunctionRange()
106 this->HighPc = std::max(HighPc, FuncHighPc + PcOffset); in addFunctionRange()
116 void CompileUnit::noteLocationAttribute(PatchLocation Attr, int64_t PcOffset) { in noteLocationAttribute() argument
117 LocationAttributes.emplace_back(Attr, PcOffset); in noteLocationAttribute()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinkerCompileUnit.cpp102 void CompileUnit::addLabelLowPc(uint64_t LabelLowPc, int64_t PcOffset) { in addLabelLowPc() argument
103 Labels.insert({LabelLowPc, PcOffset}); in addLabelLowPc()
107 int64_t PcOffset) { in addFunctionRange() argument
112 Ranges.insert(FuncLowPc, FuncHighPc, PcOffset); in addFunctionRange()
113 this->LowPc = std::min(LowPc, FuncLowPc + PcOffset); in addFunctionRange()
114 this->HighPc = std::max(HighPc, FuncHighPc + PcOffset); in addFunctionRange()
124 void CompileUnit::noteLocationAttribute(PatchLocation Attr, int64_t PcOffset) { in noteLocationAttribute() argument
125 LocationAttributes.emplace_back(Attr, PcOffset); in noteLocationAttribute()
DDWARFStreamer.cpp291 int64_t PcOffset = Entries.empty() ? 0 : FuncRange.value() + UnitPcOffset; in emitRangesEntries() local
306 MS->emitIntValue(Range.StartAddress + PcOffset, AddressSize); in emitRangesEntries()
307 MS->emitIntValue(Range.EndAddress + PcOffset, AddressSize); in emitRangesEntries()
384 int64_t PcOffset = -Unit.getLowPc(); in emitUnitRangesEntries() local
387 MS->emitIntValue(Range->first + PcOffset, AddressSize); in emitUnitRangesEntries()
390 MS->emitIntValue(Range->second + PcOffset, AddressSize); in emitUnitRangesEntries()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h172 void addLabelLowPc(uint64_t LabelLowPc, int64_t PcOffset);
183 void noteLocationAttribute(PatchLocation Attr, int64_t PcOffset);
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinkerCompileUnit.h176 void addLabelLowPc(uint64_t LabelLowPc, int64_t PcOffset);
187 void noteLocationAttribute(PatchLocation Attr, int64_t PcOffset);
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp291 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/
DIceTargetLoweringARM32.cpp978 static constexpr RelocOffsetT PcOffset = -8; in loadNamedConstantRelocatablePIC() local
980 PcOffset, {MovwReloc, AddPcReloc}, Name, Name + " -16"); in loadNamedConstantRelocatablePIC()
982 PcOffset, {MovtReloc, AddPcReloc}, Name, Name + " -12"); in loadNamedConstantRelocatablePIC()