Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/json/tests/thirdparty/Fuzzer/
DFuzzerTracePC.cpp120 uintptr_t PcOffset = reinterpret_cast<uintptr_t>(OffsetRaw); in PrintCoverage() local
121 ModuleOffsets[Module] = FixedPC - PcOffset; in PrintCoverage()
122 CoveredPCsPerModule[Module].push_back(PcOffset); in PrintCoverage()
160 uintptr_t PcOffset = std::stol(S, 0, 16); in PrintCoverage() local
162 PcOffset)) { in PrintCoverage()
163 uintptr_t PC = ModuleOffset + PcOffset; in PrintCoverage()
/third_party/skia/third_party/externals/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);