Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp75 template <class ELFT> struct OutputSection { struct
76 Elf_Shdrllvm::ifs::__anone42b97300111::OutputSection global() argument
77 Namellvm::ifs::__anone42b97300111::OutputSection global() argument
78 Shdrllvm::ifs::__anone42b97300111::OutputSection global() argument
79 Addrllvm::ifs::__anone42b97300111::OutputSection global() argument
80 Offsetllvm::ifs::__anone42b97300111::OutputSection global() argument
81 Sizellvm::ifs::__anone42b97300111::OutputSection global() argument
82 Alignllvm::ifs::__anone42b97300111::OutputSection global() argument
83 Indexllvm::ifs::__anone42b97300111::OutputSection global() argument
84 NoBitsllvm::ifs::__anone42b97300111::OutputSection global() argument
/freebsd-src/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-src/contrib/llvm-project/lld/COFF/
H A DWriter.h41 OutputSection(llvm::StringRef n, uint32_t chars) : name(n) { in OutputSection() function
H A DChunks.h38 class OutputSection; global() variable
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DWriter.h18 class OutputSection; variable
H A DRelocations.h21 class OutputSection; global() variable
H A DInputSection.h34 class OutputSection; variable
H A DLinkerScript.h32 class OutputSection; global() variable
[all...]
H A DOutputSections.cpp76 OutputSection::OutputSection(StringRef name, uint32_t type, uint64_t flags) OutputSection() function in OutputSection
[all...]
H A DSymbols.h34 class OutputSection; variable
H A DRelocations.cpp1828 forEachInputSectionDescription(ArrayRef<OutputSection * > outputSections,llvm::function_ref<void (OutputSection *,InputSectionDescription *)> fn) forEachInputSectionDescription() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2975 MCSection *OutputSection = emitXXStructorList() local