Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp159 else if (Type == ELF::SHT_LLVM_SYMPART) in PrintSwitchToSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp283 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_SYMPART); in getELFSectionTypeName()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h940 SHT_LLVM_SYMPART = 0x6fff4c05, // Symbol partition specification. enumerator
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp640 Type = ELF::SHT_LLVM_SYMPART; in ParseSectionArguments()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp626 ECase(SHT_LLVM_SYMPART); in enumeration()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DDriver.cpp2366 if (s->type == SHT_LLVM_SYMPART) { in link()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1932 OutContext.getELFSection(".llvm_sympart", ELF::SHT_LLVM_SYMPART, 0, 0, in doFinalization()