Lines Matching defs:InputSectionBase

40 std::string lld::toString(const InputSectionBase *sec) {
52 InputSectionBase::InputSectionBase(InputFile *file, uint64_t flags,
90 InputSectionBase::InputSectionBase(ObjFile<ELFT> &file,
93 : InputSectionBase(&file, getFlags(hdr.sh_flags), hdr.sh_type,
104 size_t InputSectionBase::getSize() const {
111 static void decompressAux(const InputSectionBase &sec, uint8_t *out,
123 void InputSectionBase::decompress() const {
137 RelsOrRelas<ELFT> InputSectionBase::relsOrRelas(bool supportsCrel) const {
150 InputSectionBase *const &relSec = f->getSections()[relSecIdx];
244 template <typename ELFT> void InputSectionBase::parseCompressedHeader() {
274 InputSection *InputSectionBase::getLinkOrderDep() const {
282 Defined *InputSectionBase::getEnclosingSymbol(uint64_t offset,
295 std::string InputSectionBase::getLocation(uint64_t offset) const {
316 std::string InputSectionBase::getSrcMsg(const Symbol &sym,
330 std::string InputSectionBase::getObjMsg(uint64_t off) const {
348 PotentialSpillSection::PotentialSpillSection(const InputSectionBase &source,
359 : InputSectionBase(f, flags, type,
368 : InputSectionBase(f, header, name, InputSectionBase::Regular) {}
383 ArrayRef<InputSectionBase *> sections = file->getSections();
392 InputSectionBase *InputSection::getRelocatedSection() const {
395 ArrayRef<InputSectionBase *> sections = file->getSections();
405 InputSectionBase *sec = getRelocatedSection();
438 InputSectionBase *sec = getRelocatedSection();
718 uint64_t InputSectionBase::getRelocTargetVA(const InputFile *file, RelType type,
1099 void InputSectionBase::relocate(uint8_t *buf, uint8_t *bufEnd) {
1165 void InputSectionBase::adjustSplitStackFunctionPrologues(uint8_t *buf,
1277 : InputSectionBase(f, header, name, InputSectionBase::EHFrame) {}
1402 : InputSectionBase(f, header, name, InputSectionBase::Merge) {}
1407 : InputSectionBase(nullptr, flags, type, entsize, /*Link*/ 0, /*Info*/ 0,
1453 InputSectionBase::relsOrRelas<ELF32LE>(bool) const;
1455 InputSectionBase::relsOrRelas<ELF32BE>(bool) const;
1457 InputSectionBase::relsOrRelas<ELF64LE>(bool) const;
1459 InputSectionBase::relsOrRelas<ELF64BE>(bool) const;