Searched refs:getTargetInputSection (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DThunks.h48 virtual InputSection *getTargetInputSection() const { return nullptr; } function in class:lld::elf::Thunk
H A DThunks.cpp216 InputSection *getTargetInputSection() const override;
227 InputSection *getTargetInputSection() const override;
238 InputSection *getTargetInputSection() const override;
677 InputSection *MipsThunk::getTargetInputSection() const { function in class:MipsThunk
701 InputSection *MicroMipsThunk::getTargetInputSection() const { function in class:MicroMipsThunk
725 InputSection *MicroMipsR6Thunk::getTargetInputSection() const { function in class:MicroMipsR6Thunk
H A DRelocations.cpp1535 if (ta && ta->getTargetInputSection() == b)
1540 if (ta && !tb && !ta->getTargetInputSection())
1592 // getTargetInputSection().
1601 // getTargetInputSection().
1966 if (auto *tis = t->getTargetInputSection())
H A DSyntheticSections.h1078 InputSection *getTargetInputSection() const;
H A DSyntheticSections.cpp3509 InputSection *ThunkSection::getTargetInputSection() const {
3513 return t->getTargetInputSection();

Completed in 138 milliseconds