Home
last modified time | relevance | path

Searched defs:OutputSection (Results 1 – 15 of 15) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp75 template <class ELFT> struct OutputSection { struct
76 using Elf_Shdr = typename ELFT::Shdr;
77 std::string Name;
78 Elf_Shdr Shdr;
79 uint64_t Addr;
80 uint64_t Offset;
81 uint64_t Size;
82 uint64_t Align;
83 uint32_t Index;
84 bool NoBits = true;
/freebsd/contrib/llvm-project/lld/MachO/
H A DWriter.h16 class OutputSection; variable
H A DOutputSegment.h38 class OutputSection; variable
H A DOutputSection.h42 OutputSection(Kind kind, StringRef name) : name(name), sectionKind(kind) {} in OutputSection() function
H A DInputSection.h28 class OutputSection; variable
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.h41 OutputSection(llvm::StringRef n, uint32_t chars) : name(n) { in OutputSection() function
H A DChunks.h39 class OutputSection; variable
/freebsd/contrib/llvm-project/lld/ELF/
H A DWriter.h18 class OutputSection; variable
H A DInputSection.h34 class OutputSection; variable
H A DRelocations.h22 class OutputSection; variable
H A DLinkerScript.h34 class OutputSection; variable
H A DSymbols.h34 class OutputSection; variable
H A DOutputSections.cpp77 OutputSection::OutputSection(StringRef name, uint32_t type, uint64_t flags) in OutputSection() function in OutputSection
H A DRelocations.cpp1904 llvm::function_ref<void(OutputSection *, InputSectionDescription *)> fn) { in forEachInputSectionDescription()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2985 MCSection *OutputSection = in emitXXStructorList() local