Home
last modified time | relevance | path

Searched refs:FuncHighPc (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp426 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()