Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h186 uint64_t endAddress() const { return Range.end(); } in endAddress() function
/src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp318 const uint64_t EndAddress = FI.endAddress(); in convertFunctionLineTable()