Home
last modified time | relevance | path

Searched refs:SHT_LLVM_ODRTAB (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionELF.cpp157 else if (Type == ELF::SHT_LLVM_ODRTAB) in printSwitchToSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp665 Type = ELF::SHT_LLVM_ODRTAB; in ParseSectionArguments()
/freebsd/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DELF.h1095 SHT_LLVM_ODRTAB = 0x6fff4c00, // LLVM ODR table. enumerator
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DELF.cpp310 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_ODRTAB); in getELFSectionTypeName()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DELFYAML.cpp695 ECase(SHT_LLVM_ODRTAB); in enumeration()