Home
last modified time | relevance | path

Searched refs:isVariable (Results 1 – 19 of 19) sorted by relevance

/external/llvm/include/llvm/MC/
DMCSymbol.h271 assert(!isVariable() && "Cannot set fragment of variable"); in setFragment()
289 bool isVariable() const { in isVariable() function
295 assert(isVariable() && "Invalid accessor!");
379 if (Fragment || !isVariable())
/external/llvm/include/llvm/Analysis/
DInlineCost.h86 bool isVariable() const { return !isAlways() && !isNever(); } in isVariable() function
91 assert(isVariable() && "Invalid access of InlineCost"); in getCost()
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86MachORelocationInfo.cpp44 if (!Sym->isVariable()) in createExprForRelocation()
99 if (!RSym->isVariable()) in createExprForRelocation()
DX86MachObjectWriter.cpp240 } else if (Symbol->isInSection() && !Symbol->isVariable()) { in RecordX86_64Relocation()
247 } else if (Symbol->isVariable()) { in RecordX86_64Relocation()
561 if (A->isVariable()) { in RecordX86Relocation()
DX86ELFRelocationInfo.cpp45 if (!Sym->isVariable()) in createExprForRelocation()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MachObjectWriter.cpp311 if (Symbol->isVariable() && !Base) { in recordRelocation()
373 if (Symbol->isVariable()) { in recordRelocation()
/external/llvm/lib/MC/
DMachObjectWriter.cpp76 if (S.isVariable()) { in getSymbolAddress()
310 while (S->isVariable()) { in findAliasedSymbol()
634 if (A.isVariable() || B.isVariable()) in isSymbolRefDifferenceFullyResolvedImpl()
DMCExpr.cpp488 if (SA.getFragment() == SB.getFragment() && !SA.isVariable() && in AttemptToFoldSymbolOffsetDifference()
489 !SB.isVariable()) { in AttemptToFoldSymbolOffsetDifference()
647 if (Sym.isVariable() && SRE->getKind() == MCSymbolRefExpr::VK_None && in evaluateAsRelocatableImpl()
DMCObjectStreamer.cpp62 Hi->isVariable() || Lo->isVariable()) { in emitAbsoluteSymbolDiff()
DELFObjectWriter.cpp384 if (!Alias.isVariable()) in executePostLayoutBinding()
675 if (SymA && SymA->isVariable()) { in recordRelocation()
728 if (Symbol.isVariable()) { in isInSymtab()
742 if (Symbol.isVariable() && Symbol.isUndefined()) { in isInSymtab()
DMCAssembler.cpp135 if (!S.isVariable()) in getSymbolOffsetImpl()
177 if (!Symbol.isVariable()) in getBaseSymbol()
382 if (!Symbol->isVariable()) in isThumbFunc()
DMCMachOStreamer.cpp461 !Symbol.isVariable()) { in FinishImpl()
DWinCOFFObjectWriter.cpp366 if (Symbol.isVariable()) { in DefineSymbol()
404 (!Symbol.getFragment() && !Symbol.isVariable()); in DefineSymbol()
DMCStreamer.cpp201 assert(!Symbol->isVariable() && "Cannot emit a variable symbol!"); in EmitLabel()
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp344 if (A->isVariable()) { in RecordPPCRelocation()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp692 if (Sym->isTemporary() && !Sym->isVariable() && !Sym->isDefined()) in Run()
869 if (Sym->isVariable() && in parsePrimaryExpr()
1444 if (!Sym->isUndefined() || Sym->isVariable()) in parseStatement()
4910 if (S.isVariable()) in isSymbolUsedInExpression()
4957 !Sym->isVariable()) in parseAssignmentExpression()
4959 else if (Sym->isVariable() && !Sym->isUsed() && allow_redef) in parseAssignmentExpression()
4961 else if (!Sym->isUndefined() && (!Sym->isVariable() || !allow_redef)) in parseAssignmentExpression()
4963 else if (!Sym->isVariable()) in parseAssignmentExpression()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp409 if (A->isVariable()) { in recordRelocation()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp387 if (GVSym->isDefined() || GVSym->isVariable()) in EmitGlobalVariable()
614 if (CurrentFnSym->isVariable()) in EmitFunctionEntryLabel()
/external/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp4234 if (Sym->isVariable()) in searchSymbolAlias()