Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h174 uint64_t endAddress() const { return Range.End; } in endAddress() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp218 DWARFAddressRange(FI.startAddress(), FI.endAddress()); in parseInlineInfo()
254 const uint64_t EndAddress = FI.endAddress(); in convertFunctionLineTable()