Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp52 static uint64_t getOutputSectionVA(SectionBase *sec) { in getOutputSectionVA() function
60 return alignTo(sec->getOffset(val) + getOutputSectionVA(sec), in getValue()
67 return sec->getOffset(0) + getOutputSectionVA(sec); in getSecAddr()