Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryData.h131 BinarySection &getOutputSection() { return *OutputSection; } in getOutputSection() function
132 const BinarySection &getOutputSection() const { return *OutputSection; } in getOutputSection() function
/llvm-project-15.0.7/lld/COFF/
H A DCOFFLinkerContext.h52 OutputSection *getOutputSection(const Chunk *c) const { in getOutputSection() function
/llvm-project-15.0.7/lld/ELF/
H A DSymbols.cpp200 OutputSection *Symbol::getOutputSection() const { in getOutputSection() function in Symbol
H A DInputSection.h79 const OutputSection *getOutputSection() const { in getOutputSection() function
H A DInputSection.cpp184 OutputSection *SectionBase::getOutputSection() { in getOutputSection() function in SectionBase