Home
last modified time | relevance | path

Searched refs:SHT_LLVM_OFFLOADING (Results 1 – 16 of 16) sorted by relevance

/llvm-project-15.0.7/llvm/test/ObjectYAML/ELF/
H A Dsht-offloading.yaml12 Type: SHT_LLVM_OFFLOADING
19 # OBJ-NEXT: Type: SHT_LLVM_OFFLOADING (0x6FFF4C0B)
27 # YAML-NEXT: Type: SHT_LLVM_OFFLOADING
/llvm-project-15.0.7/llvm/test/tools/llvm-objdump/Offloading/
H A Dfailure.test11 Type: SHT_LLVM_OFFLOADING
H A Dcontent-failure.test12 Type: SHT_LLVM_OFFLOADING
H A Dalignment.test18 Type: SHT_LLVM_OFFLOADING
H A Dwarning.test16 Type: SHT_LLVM_OFFLOADING
H A Dbinary.test17 Type: SHT_LLVM_OFFLOADING
/llvm-project-15.0.7/llvm/test/MC/AsmParser/
H A Dllvm_section_types.s32 # CHECK-NEXT: Type: SHT_LLVM_OFFLOADING
/llvm-project-15.0.7/llvm/tools/llvm-objdump/
H A DOffloadDump.cpp76 if (Sec.getType() != ELF::SHT_LLVM_OFFLOADING) in dumpOffloadBinary()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCSectionELF.cpp170 else if (Type == ELF::SHT_LLVM_OFFLOADING) in printSwitchToSection()
/llvm-project-15.0.7/llvm/lib/Object/
H A DELF.cpp300 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_OFFLOADING); in getELFSectionTypeName()
/llvm-project-15.0.7/llvm/include/llvm/BinaryFormat/
H A DELF.h1013 SHT_LLVM_OFFLOADING = 0x6fff4c0b, // LLVM device offloading data. enumerator
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp663 Type = ELF::SHT_LLVM_OFFLOADING; in ParseSectionArguments()
/llvm-project-15.0.7/llvm/docs/
H A DExtensions.rst453 ``SHT_LLVM_OFFLOADING`` Section (offloading data)
/llvm-project-15.0.7/clang/tools/clang-linker-wrapper/
H A DClangLinkerWrapper.cpp322 if (Sec.getType() != ELF::SHT_LLVM_OFFLOADING) in extractFromBinary()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp667 ECase(SHT_LLVM_OFFLOADING); in enumeration()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp502 return ELF::SHT_LLVM_OFFLOADING; in getELFSectionType()