Home
last modified time | relevance | path

Searched defs:getLowPc (Results 1 – 2 of 2) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h160 std::optional<uint64_t> getLowPc() const { return LowPc; } getLowPc() function
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h369 std::optional<uint64_t> getLowPc() const { return LowPc; } in getLowPc() function