Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDie.cpp469 auto LowPcAddr = toSectionedAddress(F); in getLowAndHighPC() local
470 if (!LowPcAddr) in getLowAndHighPC()
472 if (auto HighPcAddr = getHighPC(LowPcAddr->Address)) { in getLowAndHighPC()
473 LowPC = LowPcAddr->Address; in getLowAndHighPC()
475 SectionIndex = LowPcAddr->SectionIndex; in getLowAndHighPC()