Searched refs:PcOffset (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.cpp | 161 void CompileUnit::addLabelLowPc(uint64_t LabelLowPc, int64_t PcOffset) { in addLabelLowPc() argument 162 Labels.insert({LabelLowPc, PcOffset}); in addLabelLowPc() 166 int64_t PcOffset) { in addFunctionRange() argument 167 Ranges.insert({FuncLowPc, FuncHighPc}, PcOffset); in addFunctionRange() 169 LowPc = std::min(*LowPc, FuncLowPc + PcOffset); in addFunctionRange() 171 LowPc = FuncLowPc + PcOffset; in addFunctionRange() 172 this->HighPc = std::max(HighPc, FuncHighPc + PcOffset); in addFunctionRange()
|
| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerCompileUnit.cpp | 427 int64_t PcOffset) { in addFunctionRange() argument 430 Ranges.insert({FuncLowPc, FuncHighPc}, PcOffset); in addFunctionRange() 432 LowPc = std::min(*LowPc, FuncLowPc + PcOffset); in addFunctionRange() 434 LowPc = FuncLowPc + PcOffset; in addFunctionRange() 435 this->HighPc = std::max(HighPc, FuncHighPc + PcOffset); in addFunctionRange() 438 void CompileUnit::addLabelLowPc(uint64_t LabelLowPc, int64_t PcOffset) { in addLabelLowPc() argument 440 Labels.insert({LabelLowPc, PcOffset}); in addLabelLowPc()
|
| H A D | DWARFLinkerCompileUnit.h | 379 void addLabelLowPc(uint64_t LabelLowPc, int64_t PcOffset);
|
| /src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.h | 200 void addLabelLowPc(uint64_t LabelLowPc, int64_t PcOffset);
|