Searched refs:isTemporary (Results 1 - 15 of 15) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCSymbol.h62 MCSymbol(StringRef name, bool isTemporary) argument
64 IsTemporary(isTemporary), IsUsed(false) {}
75 /// isTemporary - Check if this is an assembler temporary symbol.
76 bool isTemporary() const { return IsTemporary; } function in class:llvm::MCSymbol
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DRegisterID.h79 bool isTemporary() function in class:JSC::RegisterID
H A DBytecodeGenerator.h286 RegisterID* newTemporaryOr(RegisterID* suggestion) { return suggestion->isTemporary() ? suggestion : newTemporary(); }
296 return (dst && dst != ignoredResult() && dst->isTemporary()) ? dst : newTemporary();
305 if (tempDst && tempDst->isTemporary())
316 if (tempDst && tempDst->isTemporary())
324 return dst->isTemporary() ? dst : newTemporary();
340 ASSERT(!dst || dst == ignoredResult() || !dst->isTemporary() || dst->refCount());
356 ASSERT(!dst || dst == ignoredResult() || !dst->isTemporary() || dst->refCount());
H A DBytecodeGenerator.cpp710 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
727 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
744 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
761 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
777 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
792 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
820 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
837 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
854 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
871 if (cond->index() == dstIndex && cond->isTemporary()
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/
H A DMCContext.cpp88 bool isTemporary = false; local
90 isTemporary = Name.startswith(MAI.getPrivateGlobalPrefix());
94 assert(isTemporary && "Cannot rename non temporary symbols");
106 MCSymbol *Result = new (*this) MCSymbol(NameEntry->getKey(), isTemporary);
H A DMachObjectWriter.cpp633 (!SA.isTemporary() &&
646 SA.isTemporary() && SA.isInSection() && &SecA == &SecB){
H A DWinCOFFObjectWriter.cpp251 if (MCData && MCData->getSymbol().isTemporary())
683 if (coff_symbol->MCData->getSymbol().isTemporary() || CrossSection) {
H A DMCAssembler.cpp210 if (!Symbol.isTemporary())
H A DMCDwarf.cpp744 if (Symbol->isTemporary())
H A DELFObjectWriter.cpp803 if (Symbol.isTemporary())
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DProfilesPanel.js104 return this._profiles.filter(function(profile) { return !profile.isTemporary; });
186 if (this._profiles[i].isTemporary)
247 this.isTemporary = uid === undefined;
248 this.uid = this.isTemporary ? -1 : uid;
652 if (!profile.isTemporary)
662 if (!WebInspector.ProfilesPanelDescriptor.isUserInitiatedProfile(profile.title) && !profile.isTemporary) {
705 if (!profile.isTemporary) {
756 if (!profile || profile.isTemporary)
H A DHeapSnapshotView.js891 if (!profile.isTemporary)
1058 this.isTemporary = false;
H A DCPUProfileView.js716 if (!profile.isTemporary)
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp94 << Symbol.isVariable() << "/" << Symbol.isTemporary()
141 if (! Symbol.isTemporary() && InNormalSection) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/MC/MCParser/
H A DAsmParser.cpp634 if (Sym->isTemporary() && !Sym->isVariable() && !Sym->isDefined())
2405 if (Sym->isTemporary())

Completed in 305 milliseconds