Home
last modified time | relevance | path

Searched refs:Type2 (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/ObjectYAML/
H A DELFYAML.cpp1766 Type2(ELFYAML::ELF_REL(ELF::R_MIPS_NONE)), in NormalizedMips64RelType()
1770 : Type(Original & 0xFF), Type2(Original >> 8 & 0xFF), in NormalizedMips64RelType()
1774 ELFYAML::ELF_REL Res = Type | Type2 << 8 | Type3 << 16 | SpecSym << 24; in denormalize()
1779 ELFYAML::ELF_REL Type2; member
1880 IO.mapOptional("Type2", Key->Type2, ELFYAML::ELF_REL(ELF::R_MIPS_NONE)); in mapping()
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_case.py114 (Type2, instance2, _)) = reversed(MockResult.errors)
116 self.assertEqual((test2, Type2, instance2), (test, Exception, exc2))
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DELF.h567 uint8_t Type2 = (Type >> 8) & 0xFF; in getRelocationTypeName() local
574 Name = getRelocationTypeName(Type2); in getRelocationTypeName()