Home
last modified time | relevance | path

Searched refs:FuncLowPc (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()
432 LowPc = std::min(*LowPc, FuncLowPc + PcOffset); in addFunctionRange()
434 LowPc = FuncLowPc + PcOffset; in addFunctionRange()