Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCSectionELF.cpp159 else if (Type == ELF::SHT_LLVM_SYMPART) in PrintSwitchToSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DELF.cpp283 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_SYMPART); in getELFSectionTypeName()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/
H A DELF.h935 SHT_LLVM_SYMPART = 0x6fff4c05, // Symbol partition specification. enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp640 Type = ELF::SHT_LLVM_SYMPART; in ParseSectionArguments()
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DExtensions.rst382 ``SHT_LLVM_SYMPART`` Section (symbol partition specification)
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DELFYAML.cpp623 ECase(SHT_LLVM_SYMPART); in enumeration()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1912 OutContext.getELFSection(".llvm_sympart", ELF::SHT_LLVM_SYMPART, 0, 0, in doFinalization()