Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dlinker-options.test2 ## to dump SHT_LLVM_LINKER_OPTIONS sections.
10 # CHECK-NEXT: warning: '[[FILE]]': SHT_LLVM_LINKER_OPTIONS section at index 2 is broken: an incom…
11 # CHECK-NEXT: warning: '[[FILE]]': SHT_LLVM_LINKER_OPTIONS section at index 4 is broken: the cont…
12 # CHECK-NEXT: warning: '[[FILE]]': unable to read the content of the SHT_LLVM_LINKER_OPTIONS sect…
24 Type: SHT_LLVM_LINKER_OPTIONS
30 ## Case 2: check we do not attempt to dump data from outside the SHT_LLVM_LINKER_OPTIONS section
33 Type: SHT_LLVM_LINKER_OPTIONS
40 Type: SHT_LLVM_LINKER_OPTIONS
42 ## Case 4: check we do not attempt to dump data from outside the SHT_LLVM_LINKER_OPTIONS section
45 Type: SHT_LLVM_LINKER_OPTIONS
[all …]
Dsection-types.test49 # LLVM: Type: SHT_LLVM_LINKER_OPTIONS
194 Type: SHT_LLVM_LINKER_OPTIONS
/external/llvm-project/llvm/test/MC/AsmParser/
Dllvm_section_types.s24 # CHECK-NEXT: Type: SHT_LLVM_LINKER_OPTIONS
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionELF.cpp151 else if (Type == ELF::SHT_LLVM_LINKER_OPTIONS) in PrintSwitchToSection()
/external/llvm-project/llvm/lib/MC/
DMCSectionELF.cpp151 else if (Type == ELF::SHT_LLVM_LINKER_OPTIONS) in PrintSwitchToSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp253 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_LINKER_OPTIONS); in getELFSectionTypeName()
/external/llvm-project/llvm/lib/Object/
DELF.cpp272 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_LINKER_OPTIONS); in getELFSectionTypeName()
/external/llvm-project/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-10.0/llvm/include/llvm/BinaryFormat/
DELF.h842 SHT_LLVM_LINKER_OPTIONS = 0x6fff4c01, // LLVM Linker Options. enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h865 SHT_LLVM_LINKER_OPTIONS = 0x6fff4c01, // LLVM Linker Options. enumerator
/external/llvm-project/llvm/lib/MC/MCParser/
DELFAsmParser.cpp622 Type = ELF::SHT_LLVM_LINKER_OPTIONS; in ParseSectionArguments()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp615 Type = ELF::SHT_LLVM_LINKER_OPTIONS; in ParseSectionArguments()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp466 ECase(SHT_LLVM_LINKER_OPTIONS); in enumeration()
1269 case ELF::SHT_LLVM_LINKER_OPTIONS: in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp488 ECase(SHT_LLVM_LINKER_OPTIONS); in enumeration()
1404 case ELF::SHT_LLVM_LINKER_OPTIONS: in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp271 auto *S = C.getELFSection(".linker-options", ELF::SHT_LLVM_LINKER_OPTIONS, in emitModuleMetadata()
/external/llvm-project/llvm/tools/obj2yaml/
Delf2yaml.cpp577 case ELF::SHT_LLVM_LINKER_OPTIONS: in dumpSections()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp291 auto *S = C.getELFSection(".linker-options", ELF::SHT_LLVM_LINKER_OPTIONS, in emitModuleMetadata()
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp6912 if (Shdr.sh_type != ELF::SHT_LLVM_LINKER_OPTIONS) in printELFLinkerOptions()