Home
last modified time | relevance | path

Searched refs:isTemporary (Results 1 – 16 of 16) sorted by relevance

/external/llvm/include/llvm/MC/
DMCSymbol.h62 MCSymbol(StringRef name, bool isTemporary) in MCSymbol() argument
64 IsTemporary(isTemporary), IsUsed(false) {} in MCSymbol()
76 bool isTemporary() const { return IsTemporary; } in isTemporary() function
/external/llvm/lib/MC/
DMCContext.cpp88 bool isTemporary = false; in CreateSymbol() local
90 isTemporary = Name.startswith(MAI.getPrivateGlobalPrefix()); in CreateSymbol()
94 assert(isTemporary && "Cannot rename non temporary symbols"); in CreateSymbol()
106 MCSymbol *Result = new (*this) MCSymbol(NameEntry->getKey(), isTemporary); in CreateSymbol()
DMachObjectWriter.cpp608 (!SA.isTemporary() && in IsSymbolRefDifferenceFullyResolvedImpl()
621 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){ in IsSymbolRefDifferenceFullyResolvedImpl()
DWinCOFFObjectWriter.cpp251 if (MCData && MCData->getSymbol().isTemporary()) in should_keep()
683 if (coff_symbol->MCData->getSymbol().isTemporary() || CrossSection) { in RecordRelocation()
DMCAssembler.cpp217 if (!Symbol.isTemporary()) in isSymbolLinkerVisible()
DMCDwarf.cpp744 if (Symbol->isTemporary()) in Make()
DELFObjectWriter.cpp803 if (Symbol.isTemporary()) in isInSymtab()
/external/webkit/Source/WebCore/inspector/front-end/
DProfilesPanel.js350 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 property
720 isTemporary: true property
/external/webkit/Source/JavaScriptCore/bytecompiler/
DBytecodeGenerator.h149 …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()
DRegisterID.h79 bool isTemporary() in isTemporary() function
DBytecodeGenerator.cpp765 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 …]
DNodesCodegen.cpp1668 if (generator.hasFinaliser() && !r0->isTemporary()) { in emitBytecode()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMELFObjectWriter.cpp94 << Symbol.isVariable() << "/" << Symbol.isTemporary() in ExplicitRelSym()
141 if (! Symbol.isTemporary() && InNormalSection) { in ExplicitRelSym()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp581 if (Sym->isTemporary() && !Sym->isVariable() && !Sym->isDefined()) in Run()
2235 if (Sym->isTemporary()) in ParseDirectiveSymbolAttribute()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2008-08-10181 (KJS::RegisterID::isTemporary):
DChangeLog-2009-06-1632883 (JSC::RegisterID::isTemporary):