Home
last modified time | relevance | path

Searched defs:getOutputSection (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSymbols.cpp164 OutputSection *Symbol::getOutputSection() const { in getOutputSection() function in Symbol
H A DInputSection.h76 const OutputSection *getOutputSection() const { in getOutputSection() function
H A DInputSection.cpp192 OutputSection *SectionBase::getOutputSection() { in getOutputSection() function in SectionBase
/freebsd-12.1/contrib/llvm/tools/lld/COFF/
H A DChunks.h99 OutputSection *getOutputSection() const { return Out; } in getOutputSection() function