Searched refs:FuncHighPc (Results 1 – 3 of 3) 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 | 165 void CompileUnit::addFunctionRange(uint64_t FuncLowPc, uint64_t FuncHighPc, in addFunctionRange() argument 167 Ranges.insert({FuncLowPc, FuncHighPc}, 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 | 423 void CompileUnit::addFunctionRange(uint64_t FuncLowPc, uint64_t FuncHighPc, in addFunctionRange() argument 427 Ranges.insert({FuncLowPc, FuncHighPc}, PcOffset); in addFunctionRange() 432 this->HighPc = std::max(HighPc, FuncHighPc + PcOffset); in addFunctionRange()
|