Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymReader.cpp278 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() local
324 return FunctionInfo::decode(*ExpectedData, FuncStartAddr); in getFunctionInfo()
331 uint64_t FuncStartAddr = 0; in getFunctionInfoAtIndex() local
332 if (auto ExpectedData = getFunctionInfoDataAtIndex(Idx, FuncStartAddr)) in getFunctionInfoAtIndex()
333 return FunctionInfo::decode(*ExpectedData, FuncStartAddr); in getFunctionInfoAtIndex()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h349 getFunctionInfoDataForAddress(uint64_t Addr, uint64_t &FuncStartAddr) const;
359 getFunctionInfoDataAtIndex(uint64_t AddrIdx, uint64_t &FuncStartAddr) const;