Searched refs:PcOffset (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.cpp | |
| /freebsd/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()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerCompileUnit.cpp | 424 int64_t PcOffset) { in addFunctionRange() argument 427 Ranges.insert({FuncLowPc, FuncHighPc}, PcOffset); in addFunctionRange() 429 LowPc = std::min(*LowPc, FuncLowPc + PcOffset); in addFunctionRange() 431 LowPc = FuncLowPc + PcOffset; in addFunctionRange() 432 this->HighPc = std::max(HighPc, FuncHighPc + PcOffset); in addFunctionRange() 435 void CompileUnit::addLabelLowPc(uint64_t LabelLowPc, int64_t PcOffset) { in addLabelLowPc() argument 437 Labels.insert({LabelLowPc, PcOffset}); in addLabelLowPc()
|
| H A D | DWARFLinkerCompileUnit.h | 379 void addLabelLowPc(uint64_t LabelLowPc, int64_t PcOffset);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.h | |
| /freebsd/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.h | 208 LLVM_ABI void addLabelLowPc(uint64_t LabelLowPc, int64_t PcOffset);
|