Home
last modified time | relevance | path

Searched refs:startAddress (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h204 uint64_t startAddress() const { return Range.start(); } in startAddress() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DGsymCreator.cpp123 uint64_t AddrOffset = FuncInfo.startAddress() - Hdr.BaseAddress; in encode()
436 return std::optional<uint64_t>(Funcs.front().startAddress()); in getFirstFunctionAddress()
446 return std::optional<uint64_t>(Funcs.back().startAddress()); in getLastFunctionAddress()
H A DDwarfTransformer.cpp314 const uint64_t StartAddress = FI.startAddress(); in convertFunctionLineTable()
596 CSI.ReturnOffset = *ReturnPC - FI.startAddress(); in parseCallSiteInfoFromDwarf()
/freebsd/contrib/llvm-project/lld/include/lld/Common/
H A DBPSectionOrdererBase.inc374 uint64_t startAddress = currentAddress + D::getSymValue(*sym);
375 uint64_t endAddress = startAddress + D::getSymSize(*sym);
376 uint64_t firstPage = startAddress / pageSize;