Searched refs:FuncStartAddr (Results 1 – 2 of 2) sorted by relevance
257 uint64_t &FuncStartAddr) const { in getFunctionInfoDataForAddress()268 auto ExpextedData = getFunctionInfoDataAtIndex(AddrIdx, FuncStartAddr); in getFunctionInfoDataForAddress()277 if (*FirstFuncStartAddr != FuncStartAddr) in getFunctionInfoDataForAddress()280 FirstFuncStartAddr = FuncStartAddr; in getFunctionInfoDataForAddress()291 AddressRange(FuncStartAddr, FuncStartAddr + FuncSize).contains(Addr)) in getFunctionInfoDataForAddress()300 uint64_t &FuncStartAddr) const { in getFunctionInfoDataAtIndex()316 FuncStartAddr = *OptFuncStartAddr; in getFunctionInfoDataAtIndex()321 uint64_t FuncStartAddr = 0; in getFunctionInfo() local322 if (auto ExpectedData = getFunctionInfoDataForAddress(Addr, FuncStartAddr)) in getFunctionInfo()323 return FunctionInfo::decode(*ExpectedData, FuncStartAddr); in getFunctionInfo()[all …]
412 getFunctionInfoDataForAddress(uint64_t Addr, uint64_t &FuncStartAddr) const;422 getFunctionInfoDataAtIndex(uint64_t AddrIdx, uint64_t &FuncStartAddr) const;