Searched refs:FuncHighPc (Results 1 – 2 of 2) sorted by relevance
| /src/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()
|
| /src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerCompileUnit.cpp | 426 void CompileUnit::addFunctionRange(uint64_t FuncLowPc, uint64_t FuncHighPc, in addFunctionRange() argument 430 Ranges.insert({FuncLowPc, FuncHighPc}, PcOffset); in addFunctionRange() 435 this->HighPc = std::max(HighPc, FuncHighPc + PcOffset); in addFunctionRange()
|