Home
last modified time | relevance | path

Searched refs:SHT_LLVM_LINKER_OPTIONS (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp159 else if (Type == ELF::SHT_LLVM_LINKER_OPTIONS) in printSwitchToSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp667 Type = ELF::SHT_LLVM_LINKER_OPTIONS; in ParseSectionArguments()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1096 SHT_LLVM_LINKER_OPTIONS = 0x6fff4c01, // LLVM Linker Options. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp311 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_LINKER_OPTIONS); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp696 ECase(SHT_LLVM_LINKER_OPTIONS); in enumeration()
1686 case ELF::SHT_LLVM_LINKER_OPTIONS: in mapping()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp310 auto *S = C.getELFSection(".linker-options", ELF::SHT_LLVM_LINKER_OPTIONS, in emitModuleMetadata()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp8089 if (Shdr.sh_type != ELF::SHT_LLVM_LINKER_OPTIONS) in printELFLinkerOptions()