Home
last modified time | relevance | path

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

/external/llvm-project/llvm/test/MC/AsmParser/
Dllvm_section_types.s22 # CHECK-NEXT: Type: SHT_LLVM_ODRTAB
/external/llvm-project/llvm/test/tools/llvm-readobj/ELF/
Dsection-types.test47 # LLVM: Type: SHT_LLVM_ODRTAB
192 Type: SHT_LLVM_ODRTAB
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCSectionELF.cpp149 else if (Type == ELF::SHT_LLVM_ODRTAB) in PrintSwitchToSection()
/external/llvm-project/llvm/lib/MC/
DMCSectionELF.cpp149 else if (Type == ELF::SHT_LLVM_ODRTAB) in PrintSwitchToSection()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DELF.cpp252 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_ODRTAB); in getELFSectionTypeName()
/external/llvm-project/llvm/lib/Object/
DELF.cpp271 STRINGIFY_ENUM_CASE(ELF, SHT_LLVM_ODRTAB); in getELFSectionTypeName()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
DELF.h841 SHT_LLVM_ODRTAB = 0x6fff4c00, // LLVM ODR table. enumerator
/external/llvm-project/llvm/include/llvm/BinaryFormat/
DELF.h864 SHT_LLVM_ODRTAB = 0x6fff4c00, // LLVM ODR table. enumerator
/external/llvm-project/llvm/lib/MC/MCParser/
DELFAsmParser.cpp620 Type = ELF::SHT_LLVM_ODRTAB; in ParseSectionArguments()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DELFAsmParser.cpp613 Type = ELF::SHT_LLVM_ODRTAB; in ParseSectionArguments()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFYAML.cpp465 ECase(SHT_LLVM_ODRTAB); in enumeration()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFYAML.cpp487 ECase(SHT_LLVM_ODRTAB); in enumeration()