Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCSectionELF.cpp170 else if (Type == ELF::SHT_LLVM_OFFLOADING) in printSwitchToSection()
/openbsd/gnu/llvm/llvm/lib/Object/
H A DOffloadBinary.cpp77 static_cast<ELFSectionRef>(Sec).getType() != ELF::SHT_LLVM_OFFLOADING) in extractFromObject()
H A DELF.cpp309 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_OFFLOADING); in getELFSectionTypeName()
/openbsd/gnu/llvm/llvm/include/llvm/BinaryFormat/
H A DELF.h1033 SHT_LLVM_OFFLOADING = 0x6fff4c0b, // LLVM device offloading data. enumerator
/openbsd/gnu/llvm/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp663 Type = ELF::SHT_LLVM_OFFLOADING; in ParseSectionArguments()
/openbsd/gnu/llvm/llvm/docs/
H A DExtensions.rst454 ``SHT_LLVM_OFFLOADING`` Section (offloading data)
/openbsd/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp678 ECase(SHT_LLVM_OFFLOADING); in enumeration()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp536 return ELF::SHT_LLVM_OFFLOADING; in getELFSectionType()