Home
last modified time | relevance | path

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

/llvm-project/bolt/include/bolt/Core/
H A DBinaryData.h129 BinarySection &getOutputSection() { return *OutputSection; } in getOutputSection() function
130 const BinarySection &getOutputSection() const { return *OutputSection; } in getOutputSection() function
/llvm-project/lld/COFF/
H A DCOFFLinkerContext.h54 OutputSection *getOutputSection(const Chunk *c) const { getOutputSection() function
/llvm-project/lld/ELF/
H A DSymbols.cpp205 OutputSection *Symbol::getOutputSection() const { getOutputSection() function in Symbol
H A DInputSection.h85 const OutputSection *getOutputSection() const { getOutputSection() function
H A DInputSection.cpp193 OutputSection *SectionBase::getOutputSection() { getOutputSection() function in SectionBase