Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCSectionELF.cpp157 else if (Type == ELF::SHT_LLVM_ODRTAB) in printSwitchToSection()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
HDELF.h1095 SHT_LLVM_ODRTAB = 0x6fff4c00, // LLVM ODR table. enumerator
/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
HDELFAsmParser.cpp665 Type = ELF::SHT_LLVM_ODRTAB; in ParseSectionArguments()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Object/
HDELF.cpp310 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_ODRTAB); in getELFSectionTypeName()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
HDELFYAML.cpp695 ECase(SHT_LLVM_ODRTAB); in enumeration()