Searched refs:NoType (Results 1 – 7 of 7) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | ELFBinaryReader.cpp | 98 ResolveInfo::NoType, in readBinary() 108 ResolveInfo::NoType, in readBinary() 118 ResolveInfo::NoType, in readBinary()
|
/frameworks/compile/mclinker/unittests/ |
D | StaticResolverTest.cpp | 286 ASSERT_TRUE( ResolveInfo::NoType == sym->type()); in TEST_F() 302 ASSERT_TRUE( ResolveInfo::NoType == sym->type()); in TEST_F() 318 ASSERT_TRUE( ResolveInfo::NoType == sym->type()); in TEST_F() 334 ASSERT_TRUE( ResolveInfo::NoType == sym->type()); in TEST_F() 349 ASSERT_TRUE( ResolveInfo::NoType == sym->type()); in TEST_F() 364 ASSERT_TRUE( ResolveInfo::NoType == sym->type()); in TEST_F() 386 ASSERT_TRUE( ResolveInfo::NoType == sym->type()); in TEST_F() 401 ASSERT_TRUE( ResolveInfo::NoType == sym->type()); in TEST_F() 416 ASSERT_TRUE( ResolveInfo::NoType == sym->type()); in TEST_F() 431 ASSERT_TRUE( ResolveInfo::NoType == sym->type()); in TEST_F()
|
D | NamePoolTest.cpp | 124 ResolveInfo::Type type = ResolveInfo::NoType; in TEST_F()
|
D | LinkerTest.cpp | 453 ResolveInfo::NoType, in TEST_F()
|
/frameworks/compile/mclinker/lib/Target/ |
D | GNULDBackend.cpp | 230 ResolveInfo::NoType, in initStandardSymbols() 243 ResolveInfo::NoType, in initStandardSymbols() 269 ResolveInfo::NoType, in initStandardSymbols() 279 ResolveInfo::NoType, in initStandardSymbols() 301 ResolveInfo::NoType, in initStandardSymbols() 311 ResolveInfo::NoType, in initStandardSymbols() 333 ResolveInfo::NoType, in initStandardSymbols() 343 ResolveInfo::NoType, in initStandardSymbols() 365 ResolveInfo::NoType, in initStandardSymbols() 391 ResolveInfo::NoType, in initStandardSymbols() [all …]
|
/frameworks/compile/mclinker/include/mcld/LD/ |
D | ResolveInfo.h | 51 NoType = 0, enumerator
|
/frameworks/compile/mclinker/lib/Target/ARM/ |
D | ARMLDBackend.cpp | 166 ResolveInfo::NoType, in initTargetSymbols() 177 ResolveInfo::NoType, in initTargetSymbols()
|