Searched defs:InputSection (Results 1 – 17 of 17) sorted by relevance
/freebsd/contrib/llvm-project/lld/MachO/ |
H A D | Writer.h | 17 class InputSection; variable
|
H A D | SymbolTable.h | 25 class InputSection; variable
|
H A D | OutputSegment.h | 39 class InputSection; variable
|
H A D | OutputSection.h | 22 class InputSection; variable
|
H A D | InputSection.h | 67 InputSection(Kind kind, const Section §ion, ArrayRef<uint8_t> data, in InputSection() function 72 InputSection(const InputSection &rhs) in InputSection() function 109 : InputSection(ConcatKind, section, data, align) {} in InputSection() function
|
H A D | Relocations.h | 24 class InputSection; variable
|
H A D | Target.h | 31 class InputSection; variable
|
H A D | Config.h | 36 class InputSection; variable
|
/freebsd/contrib/llvm-project/lld/ELF/ |
H A D | AArch64ErrataFix.h | 19 class InputSection; variable
|
H A D | ARMErrataFix.h | 19 class InputSection; variable
|
H A D | Thunks.h | 52 virtual bool isCompatibleWith(const InputSection &, in isCompatibleWith()
|
H A D | DWARF.h | 21 class InputSection; variable
|
H A D | InputFiles.h | 39 class InputSection; variable
|
H A D | InputSection.cpp | 356 InputSection::InputSection(InputFile *f, uint64_t flags, uint32_t type, in InputSection() function in InputSection 366 InputSection::InputSection(ObjFile<ELFT> &f, const typename ELFT::Shdr &header, in InputSection() function in InputSection
|
H A D | Relocations.h | 20 class InputSection; variable
|
H A D | LinkerScript.h | 32 class InputSection; variable
|
H A D | OutputSections.cpp | 837 SmallVector<InputSection *, 0> &storage) { in getInputSections()
|