Searched refs:isTemporary (Results 1 – 14 of 14) sorted by relevance
61 MCSymbol(StringRef name, bool isTemporary) in MCSymbol() argument63 IsTemporary(isTemporary), IsUsed(false) {} in MCSymbol()75 bool isTemporary() const { return IsTemporary; } in isTemporary() function
86 bool isTemporary = false; in CreateSymbol() local88 isTemporary = Name.startswith(MAI.getPrivateGlobalPrefix()); in CreateSymbol()92 assert(isTemporary && "Cannot rename non temporary symbols"); in CreateSymbol()104 MCSymbol *Result = new (*this) MCSymbol(NameEntry->getKey(), isTemporary); in CreateSymbol()
250 if (MCData && MCData->getSymbol().isTemporary()) in should_keep()681 if (coff_symbol->MCData->getSymbol().isTemporary() || CrossSection) { in RecordRelocation()
492 if (Symbol.isTemporary()) in isInSymtab()1310 << Symbol.isVariable() << "/" << Symbol.isTemporary() in ExplicitRelSym()1357 if (! Symbol.isTemporary() && InNormalSection) { in ExplicitRelSym()
589 if (!SA.isTemporary() || !SA.isInSection() || &SecA != &SecB) in IsSymbolRefDifferenceFullyResolvedImpl()
210 if (!Symbol.isTemporary()) in isSymbolLinkerVisible()
350 if (!profile.isTemporary) {378 if (!profile.isTemporary)389 if (!profile || profile.isTemporary)417 if (!profile.isTemporary && profile.typeId === typeId)427 if (this._profiles[i].typeId === typeId && this._profiles[i].isTemporary)701 isTemporary: true property720 isTemporary: true property
149 …RegisterID* newTemporaryOr(RegisterID* suggestion) { return suggestion->isTemporary() ? suggestion… in newTemporaryOr()159 return (dst && dst != ignoredResult() && dst->isTemporary()) ? dst : newTemporary(); in tempDestination()168 if (tempDst && tempDst->isTemporary())179 if (tempDst && tempDst->isTemporary())187 return dst->isTemporary() ? dst : newTemporary(); in destinationForAssignResult()208 ASSERT(!dst || dst == ignoredResult() || !dst->isTemporary() || dst->refCount()); in emitNode()
79 bool isTemporary() in isTemporary() function
765 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfTrue()782 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfTrue()798 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfTrue()813 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfTrue()841 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfFalse()858 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfFalse()874 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfFalse()889 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfFalse()904 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) { in emitJumpIfFalse()1043 && src1->isTemporary() in emitEqualityOp()[all …]
1668 if (generator.hasFinaliser() && !r0->isTemporary()) { in emitBytecode()
486 if (Sym->isTemporary() && !Sym->isVariable() && !Sym->isDefined()) in Run()
181 (KJS::RegisterID::isTemporary):
32883 (JSC::RegisterID::isTemporary):