Searched defs:isTemporary (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/bytecompiler/
H A DRegisterID.h79 bool isTemporary() function in class:JSC::RegisterID
/external/llvm/include/llvm/MC/
H A DMCSymbol.h61 MCSymbol(StringRef name, bool isTemporary) argument
63 IsTemporary(isTemporary), IsUsed(false) {}
74 /// isTemporary - Check if this is an assembler temporary symbol.
75 bool isTemporary() const { return IsTemporary; } function in class:llvm::MCSymbol
/external/llvm/lib/MC/
H A DMCContext.cpp83 bool isTemporary = false; local
85 isTemporary = Name.startswith(MAI.getPrivateGlobalPrefix());
89 assert(isTemporary && "Cannot rename non temporary symbols");
101 MCSymbol *Result = new (*this) MCSymbol(NameEntry->getKey(), isTemporary);

Completed in 71 milliseconds