Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCSectionELF.cpp151 else if (Type == ELF::SHT_LLVM_LINKER_OPTIONS) in PrintSwitchToSection()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DELF.cpp247 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_LINKER_OPTIONS); in getELFSectionTypeName()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DExtensions.rst252 special section of type ``SHT_LLVM_LINKER_OPTIONS`` (usually named
261 The section has type ``SHT_LLVM_LINKER_OPTIONS`` and has the ``SHF_EXCLUDE``
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/BinaryFormat/
DELF.h800 SHT_LLVM_LINKER_OPTIONS = 0x6fff4c01, // LLVM Linker Options. enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp613 Type = ELF::SHT_LLVM_LINKER_OPTIONS; in ParseSectionArguments()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DELFYAML.cpp445 ECase(SHT_LLVM_LINKER_OPTIONS); in enumeration()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp105 auto *S = C.getELFSection(".linker-options", ELF::SHT_LLVM_LINKER_OPTIONS, in emitModuleMetadata()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DELFDumper.cpp2852 case SHT_LLVM_LINKER_OPTIONS: in getSectionTypeString()
4401 if (Shdr.sh_type != ELF::SHT_LLVM_LINKER_OPTIONS) in printELFLinkerOptions()