HomeSort by relevance Sort by last modified time
    Searched refs:PcOffset (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
CompileUnit.cpp 89 void CompileUnit::addLabelLowPc(uint64_t LabelLowPc, int64_t PcOffset) {
90 Labels.insert({LabelLowPc, PcOffset});
94 int64_t PcOffset) {
95 Ranges.insert(FuncLowPc, FuncHighPc, PcOffset);
96 this->LowPc = std::min(LowPc, FuncLowPc + PcOffset);
97 this->HighPc = std::max(HighPc, FuncHighPc + PcOffset);
107 void CompileUnit::noteLocationAttribute(PatchLocation Attr, int64_t PcOffset) {
108 LocationAttributes.emplace_back(Attr, PcOffset);
CompileUnit.h 170 /// offset \p PCOffset.
171 void addLabelLowPc(uint64_t LabelLowPc, int64_t PcOffset);
174 /// offset \p PCOffset.
175 void addFunctionRange(uint64_t LowPC, uint64_t HighPC, int64_t PCOffset);
182 void noteLocationAttribute(PatchLocation Attr, int64_t PcOffset);
DwarfStreamer.cpp 279 int64_t PcOffset = Entries.empty() ? 0 : FuncRange.value() + UnitPcOffset;
294 MS->EmitIntValue(Range.StartAddress + PcOffset, AddressSize);
295 MS->EmitIntValue(Range.EndAddress + PcOffset, AddressSize);
372 int64_t PcOffset = -Unit.getLowPc();
375 MS->EmitIntValue(Range->first + PcOffset, AddressSize);
378 MS->EmitIntValue(Range->second + PcOffset, AddressSize);
  /external/llvm/tools/dsymutil/
DwarfLinker.cpp 282 /// relocatad by applying offset \p PCOffset.
283 void addFunctionRange(uint64_t LowPC, uint64_t HighPC, int64_t PCOffset);
291 void noteLocationAttribute(PatchLocation Attr, int64_t PcOffset);
432 int64_t PcOffset) {
433 Ranges.insert(FuncLowPc, FuncHighPc, PcOffset);
434 this->LowPc = std::min(LowPc, FuncLowPc + PcOffset);
435 this->HighPc = std::max(HighPc, FuncHighPc + PcOffset);
445 void CompileUnit::noteLocationAttribute(PatchLocation Attr, int64_t PcOffset) {
446 LocationAttributes.emplace_back(Attr, PcOffset);
724 int64_t PcOffset = Entries.empty() ? 0 : FuncRange.value() + UnitPcOffset
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringARM32.cpp     [all...]

Completed in 340 milliseconds