Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp257 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() local
322 if (auto ExpectedData = getFunctionInfoDataForAddress(Addr, FuncStartAddr)) in getFunctionInfo()
323 return FunctionInfo::decode(*ExpectedData, FuncStartAddr); in getFunctionInfo()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h412 getFunctionInfoDataForAddress(uint64_t Addr, uint64_t &FuncStartAddr) const;
422 getFunctionInfoDataAtIndex(uint64_t AddrIdx, uint64_t &FuncStartAddr) const;