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

/macosx-10.10/llvmCore-3425.0.34/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.10/JavaScriptCore-7600.1.17/bytecompiler/
H A DRegisterID.h97 bool isTemporary() function in class:JSC::RegisterID
H A DBytecodeGenerator.h203 RegisterID* newTemporaryOr(RegisterID* suggestion) { return suggestion->isTemporary() ? suggestion : newTemporary(); }
213 return (dst && dst != ignoredResult() && dst->isTemporary()) ? dst : newTemporary();
222 if (tempDst && tempDst->isTemporary())
230 return dst->isTemporary() ? dst : newTemporary();
246 ASSERT(!dst || dst == ignoredResult() || !dst->isTemporary() || dst->refCount());
264 ASSERT(!dst || dst == ignoredResult() || !dst->isTemporary() || dst->refCount());
H A DBytecodeGenerator.cpp704 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
721 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
738 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
755 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
771 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
786 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
814 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
831 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
848 if (cond->index() == dstIndex && cond->isTemporary() && !cond->refCount()) {
865 if (cond->index() == dstIndex && cond->isTemporary()
[all...]
/macosx-10.10/llvmCore-3425.0.34/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.10/llvmCore-3425.0.34/lib/Target/ARM/MCTargetDesc/
H A DARMELFObjectWriter.cpp94 << Symbol.isVariable() << "/" << Symbol.isTemporary()
141 if (! Symbol.isTemporary() && InNormalSection) {
/macosx-10.10/llvmCore-3425.0.34/lib/MC/MCParser/
H A DAsmParser.cpp634 if (Sym->isTemporary() && !Sym->isVariable() && !Sym->isDefined())
2405 if (Sym->isTemporary())

Completed in 405 milliseconds