Searched refs:FuncStartAddr (Results 1 – 2 of 2) sorted by relevance
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() local324 return FunctionInfo::decode(*ExpectedData, FuncStartAddr); in getFunctionInfo()331 uint64_t FuncStartAddr = 0; in getFunctionInfoAtIndex() local332 if (auto ExpectedData = getFunctionInfoDataAtIndex(Idx, FuncStartAddr)) in getFunctionInfoAtIndex()333 return FunctionInfo::decode(*ExpectedData, FuncStartAddr); in getFunctionInfoAtIndex()[all …]
349 getFunctionInfoDataForAddress(uint64_t Addr, uint64_t &FuncStartAddr) const;359 getFunctionInfoDataAtIndex(uint64_t AddrIdx, uint64_t &FuncStartAddr) const;