Home
last modified time | relevance | path

Searched defs:InputSection (Results 1 – 16 of 16) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/MachO/
DWriter.h18 class InputSection; variable
DSymbolTable.h26 class InputSection; variable
DOutputSegment.h40 class InputSection; variable
DOutputSection.h23 class InputSection; variable
DInputSection.h82 InputSection(Kind kind, StringRef segname, StringRef name) in InputSection() function
86 InputSection(Kind kind, StringRef segname, StringRef name, InputFile *file, in InputSection() function
105 : InputSection(ConcatKind, segname, name, file, data, align, flags) {} in InputSection() function
DRelocations.h25 class InputSection; variable
DTarget.h29 class InputSection; variable
DSymbols.h23 class InputSection; variable
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DARMErrataFix.h21 class InputSection; variable
DAArch64ErrataFix.h20 class InputSection; variable
DThunks.h53 virtual bool isCompatibleWith(const InputSection &, in isCompatibleWith()
DDWARF.h20 class InputSection; variable
DOutputSections.h25 class InputSection; variable
DRelocations.h20 class InputSection; variable
DInputSection.cpp356 InputSection::InputSection(InputFile *f, uint64_t flags, uint32_t type, in InputSection() function in InputSection
364 InputSection::InputSection(ObjFile<ELFT> &f, const typename ELFT::Shdr &header, in InputSection() function in InputSection
DLinkerScript.h33 class InputSection; variable