Searched refs:FuncStartAddr (Results 1 – 2 of 2) sorted by relevance
258 uint64_t &FuncStartAddr) const { in getFunctionInfoDataForAddress()269 auto ExpextedData = getFunctionInfoDataAtIndex(AddrIdx, FuncStartAddr); in getFunctionInfoDataForAddress()278 if (*FirstFuncStartAddr != FuncStartAddr) in getFunctionInfoDataForAddress()281 FirstFuncStartAddr = FuncStartAddr; in getFunctionInfoDataForAddress()292 AddressRange(FuncStartAddr, FuncStartAddr + FuncSize).contains(Addr)) in getFunctionInfoDataForAddress()301 uint64_t &FuncStartAddr) const { in getFunctionInfoDataAtIndex()317 FuncStartAddr = *OptFuncStartAddr; in getFunctionInfoDataAtIndex()322 uint64_t FuncStartAddr = 0; in getFunctionInfo() local323 if (auto ExpectedData = getFunctionInfoDataForAddress(Addr, FuncStartAddr)) in getFunctionInfo()324 return FunctionInfo::decode(*ExpectedData, FuncStartAddr); in getFunctionInfo()[all …]
349 getFunctionInfoDataForAddress(uint64_t Addr, uint64_t &FuncStartAddr) const;359 getFunctionInfoDataAtIndex(uint64_t AddrIdx, uint64_t &FuncStartAddr) const;