Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp76 template <class ELFT> struct OutputSection { struct
77 using Elf_Shdr = typename ELFT::Shdr;
78 std::string Name;
79 Elf_Shdr Shdr;
80 uint64_t Addr;
81 uint64_t Offset;
82 uint64_t Size;
83 uint64_t Align;
84 uint32_t Index;
85 bool NoBits = true;
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DLLDMapFile.h16 class OutputSection; variable
H A DMapFile.h16 class OutputSection; variable
H A DPDB.h26 class OutputSection; variable
H A DWriter.h41 OutputSection(llvm::StringRef n, uint32_t chars) : name(n) { in OutputSection() function
H A DChunks.h38 class OutputSection; variable
/freebsd-13.1/contrib/llvm-project/lld/MachO/
H A DWriter.h17 class OutputSection; variable
H A DOutputSegment.h39 class OutputSection; variable
H A DOutputSection.h43 OutputSection(Kind kind, StringRef name) : name(name), sectionKind(kind) {} in OutputSection() function
H A DInputSection.h26 class OutputSection; variable
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DARMErrataFix.h23 class OutputSection; variable
H A DAArch64ErrataFix.h22 class OutputSection; variable
H A DWriter.h21 class OutputSection; variable
H A DRelocations.h22 class OutputSection; variable
H A DInputSection.h32 class OutputSection; variable
H A DOutputSections.cpp71 OutputSection::OutputSection(StringRef name, uint32_t type, uint64_t flags) in OutputSection() function in OutputSection
H A DLinkerScript.h35 class OutputSection; variable
H A DRelocations.cpp1650 llvm::function_ref<void(OutputSection *, InputSectionDescription *)> fn) { in forEachInputSectionDescription()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2348 MCSection *OutputSection = in emitXXStructorList() local