Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp165 else if (Type == ELF::SHT_LLVM_SYMPART) in printSwitchToSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp673 Type = ELF::SHT_LLVM_SYMPART; in ParseSectionArguments()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1101 SHT_LLVM_SYMPART = 0x6fff4c05, // Symbol partition specification. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp315 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_SYMPART); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp860 if (type == SHT_LLVM_SYMPART) in initializeSections()
H A DDriver.cpp3059 if (s->type != SHT_LLVM_SYMPART) in link()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp700 ECase(SHT_LLVM_SYMPART); in enumeration()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2519 OutContext.getELFSection(".llvm_sympart", ELF::SHT_LLVM_SYMPART, 0, 0, in doFinalization()