HomeSort by relevance Sort by last modified time
    Searched refs:isDefine (Results 1 - 17 of 17) sorted by null

  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLA25Stub.cpp 58 if (!rsym->isDefine())
  /frameworks/compile/mclinker/unittests/
StaticResolverTest.cpp 273 ASSERT_FALSE(sym->isDefine());
289 ASSERT_FALSE(sym->isDefine());
305 ASSERT_TRUE(sym->isDefine());
322 ASSERT_FALSE(sym->isDefine());
337 ASSERT_FALSE(sym->isDefine());
353 ASSERT_FALSE(sym->isDefine());
372 ASSERT_FALSE(sym->isDefine());
387 ASSERT_FALSE(sym->isDefine());
403 ASSERT_FALSE(sym->isDefine());
418 ASSERT_FALSE(sym->isDefine());
    [all...]
  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 157 if (!sym->isDefine() || !sym->outSymbol()->hasFragRef())
211 if (!info->isDefine() || info->isLocal() ||
246 if (!info->isDefine() || info->isLocal())
277 if (!info->isDefine() || !sym->hasFragRef())
ResolveInfo.cpp 142 bool ResolveInfo::isDefine() const {
229 (isGlobal() || isWeak()) && (isDefine() || isCommon()))
StaticResolver.cpp 172 if (pOld.isDefine() && pNew.isDefine() && pOld.isAbsolute() &&
  /frameworks/compile/mclinker/include/mcld/LD/
StaticResolver.h 118 if (pInfo.isCommon() && pInfo.isDefine())
ResolveInfo.h 146 bool isDefine() const;
  /external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.h 334 bool ParseFunctionHeader(Function *&Fn, bool isDefine);
LLParser.cpp     [all...]
  /bionic/libc/kernel/tools/
cpp.py     [all...]
  /external/llvm/lib/AsmParser/
LLParser.h 452 bool ParseFunctionHeader(Function *&Fn, bool isDefine);
LLParser.cpp     [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86Relocator.cpp 588 if (rsym->isDefine() && !rsym->isDyn() &&
    [all...]
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 314 if (rsym->isDefine() && !rsym->isDyn() &&
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 589 if (!sym->isDefine() || !sym->outSymbol()->hasFragRef())
    [all...]
ARMRelocator.cpp 679 if (rsym->isDefine() && !rsym->isDyn() &&
    [all...]
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp     [all...]

Completed in 690 milliseconds