Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp175 else if (Type == ELF::SHT_LLVM_LTO) in printSwitchToSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp636 Type = ELF::SHT_LLVM_LTO; in parseSectionArguments()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1182 SHT_LLVM_LTO = 0x6fff4c0c, // .llvm.lto for fat LTO. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp322 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_LTO); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp812 case SHT_LLVM_LTO: in initializeSections()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp725 ECase(SHT_LLVM_LTO); in enumeration()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp521 return ELF::SHT_LLVM_LTO; in getELFSectionType()