Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h205 uint64_t endAddress() const { return Range.end(); } in endAddress() function
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DBPSectionOrdererBase.inc375 uint64_t endAddress = startAddress + D::getSymSize(*sym);
380 uint64_t lastPage = endAddress / pageSize;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp315 const uint64_t EndAddress = FI.endAddress(); in convertFunctionLineTable()