Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DLinkerScript.cpp52 static uint64_t getOutputSectionVA(SectionBase *InputSec, StringRef Loc) { in getOutputSectionVA() function
62 return alignTo(Sec->getOffset(Val) + getOutputSectionVA(Sec, Loc), in getValue()
69 return Sec->getOffset(0) + getOutputSectionVA(Sec, Loc); in getSecAddr()