Home
last modified time | relevance | path

Searched refs:Type3 (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/test/tools/llvm-readobj/ELF/
H A Dreloc-types-mips64.test73 Type3: R_MIPS_16
76 Type3: R_MIPS_32
79 Type3: R_MIPS_REL32
82 Type3: R_MIPS_26
85 Type3: R_MIPS_HI16
88 Type3: R_MIPS_LO16
100 Type3: R_MIPS_PC16
115 Type3: R_MIPS_64
133 Type3: R_MIPS_SUB
172 Type3: R_MIPS_JALR
[all …]
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-cpp/
H A Dmain.cpp19 typedef Type2 Type3; // should show as char typedef
20 typedef Type3 Type4; // should show as char
81 Type3 T3ILookChar = 13; in main()
/llvm-project-15.0.7/llvm/test/Object/Mips/
H A Delf-mips64-rel.yaml21 # YAML-NEXT: Type3: R_MIPS_HI16
27 # YAML-NEXT: Type3: R_MIPS_LO16
68 Type3: R_MIPS_HI16
74 Type3: R_MIPS_LO16
/llvm-project-15.0.7/clang/test/Misc/
H A Dinteger-literal-printing.cpp16 template <boolTy T, typename Type3Helper<T>::Ty U> struct Type3 {}; struct
71 …struct Type3<boolTy::b, "3"> t3; // expected-error{{value of type 'const char[2]' is not implicitl… in Function()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1753 Type3(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType()
1757 Type3(Original >> 16 & 0xFF), SpecSym(Original >> 24 & 0xFF) {} in NormalizedMips64RelType()
1760 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24; in denormalize()
1766 ELFYAML::ELF_REL Type3; member
1866 IO.mapOptional("Type3", Key->Type3, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DELF.h566 uint8_t Type3 = (Type >> 16) & 0xFF; in getRelocationTypeName() local
576 Name = getRelocationTypeName(Type3); in getRelocationTypeName()