Searched refs:LowPcAddr (Results 1 – 2 of 2) sorted by relevance
365 auto LowPcAddr = toSectionedAddress(F); in getLowAndHighPC() local366 if (!LowPcAddr) in getLowAndHighPC()368 if (auto HighPcAddr = getHighPC(LowPcAddr->Address)) { in getLowAndHighPC()369 LowPC = LowPcAddr->Address; in getLowAndHighPC()371 SectionIndex = LowPcAddr->SectionIndex; in getLowAndHighPC()
1631 if (auto LowPcAddr = toSectionedAddress(DIE.find(DW_AT_low_pc))) in getFunctionNameAndStartLineForAddress() local1632 StartAddress = LowPcAddr->Address; in getFunctionNameAndStartLineForAddress()1859 if (auto LowPcAddr = toSectionedAddress(FunctionDIE.find(DW_AT_low_pc))) in getInliningInfoForAddress() local1860 Frame.StartAddress = LowPcAddr->Address; in getInliningInfoForAddress()