Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lld/MachO/
H A DWriter.h18 class InputSection; variable
H A DSymbolTable.h26 class InputSection; variable
H A DOutputSegment.h40 class InputSection; variable
H A DOutputSection.h23 class InputSection; variable
H A DInputSection.h65 InputSection(Kind kind, const Section &section, ArrayRef<uint8_t> data, in InputSection() function
69 InputSection(const InputSection &rhs) in InputSection() function
104 : InputSection(ConcatKind, section, data, align) {} in InputSection() function
H A DRelocations.h25 class InputSection; variable
H A DTarget.h30 class InputSection; variable
H A DConfig.h31 class InputSection; variable
/llvm-project-15.0.7/lld/ELF/
H A DARMErrataFix.h20 class InputSection; variable
H A DAArch64ErrataFix.h20 class InputSection; variable
H A DThunks.h53 virtual bool isCompatibleWith(const InputSection &, in isCompatibleWith()
H A DDWARF.h20 class InputSection; variable
H A DInputFiles.h39 class InputSection; variable
H A DRelocations.h20 class InputSection; variable
H A DInputSection.cpp298 InputSection::InputSection(InputFile *f, uint64_t flags, uint32_t type, in InputSection() function in InputSection
306 InputSection::InputSection(ObjFile<ELFT> &f, const typename ELFT::Shdr &header, in InputSection() function in InputSection
H A DLinkerScript.h30 class InputSection; variable
H A DOutputSections.cpp598 SmallVector<InputSection *, 0> &storage) { in getInputSections()
/llvm-project-15.0.7/lld/wasm/
H A DInputFiles.h36 class InputSection; variable
H A DInputChunks.h327 InputSection(const WasmSection &s, ObjFile *f) in InputSection() function
H A DSymbols.h37 class InputSection; variable