/external/llvm/include/llvm/Analysis/ |
D | InlineCost.h | 85 bool isVariable() const { return !isAlways() && !isNever(); } in isVariable() function 90 assert(isVariable() && "Invalid access of InlineCost"); in getCost()
|
/external/llvm/include/llvm/MC/ |
D | MCSymbol.h | 132 bool isVariable() const { in isVariable() function 138 assert(isVariable() && "Invalid accessor!"); in getVariableValue()
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachORelocationInfo.cpp | 41 if (Sym->isVariable() == false) in createExprForRelocation() 96 if (RSym->isVariable() == false) in createExprForRelocation()
|
D | X86ELFRelocationInfo.cpp | 39 if (Sym->isVariable() == false) in createExprForRelocation()
|
D | X86MachObjectWriter.cpp | 247 } else if (Symbol->isInSection() && !Symbol->isVariable()) { in RecordX86_64Relocation() 255 } else if (Symbol->isVariable()) { in RecordX86_64Relocation() 559 if (SD->getSymbol().isVariable()) { in RecordX86Relocation()
|
/external/llvm/lib/MC/ |
D | MCSymbol.cpp | 44 while (S->isVariable()) { in AliasedSymbol()
|
D | MCAssembler.cpp | 139 if (!S.isVariable()) in getSymbolOffsetImpl() 185 if (!Symbol.isVariable()) in getBaseSymbol() 384 if (!Symbol->isVariable()) in isThumbFunc()
|
D | ELFObjectWriter.cpp | 513 if (!Alias.isVariable()) in ExecutePostLayoutBinding() 796 if (!Sym.isVariable()) in getWeakRef() 916 if (Symbol.isVariable()) { in isInSymtab() 933 if (Symbol.isVariable()) { in isInSymtab() 940 if (!Symbol.isVariable() && Symbol.isUndefined() && !IsGlobal) in isInSymtab()
|
D | WinCOFFObjectWriter.cpp | 420 if (Symbol.isVariable()) { in DefineSymbol() 558 return SymbolData.isExternal() || !SymbolData.getSymbol().isVariable(); in ExportSymbol()
|
D | MachObjectWriter.cpp | 80 if (S.isVariable()) { in getSymbolAddress() 660 if (!SD.getSymbol().isVariable()) in markAbsoluteVariableSymbols()
|
D | MCExpr.cpp | 667 if (Sym.isVariable() && SRE->getKind() == MCSymbolRefExpr::VK_None) { in EvaluateAsRelocatableImpl()
|
D | MCStreamer.cpp | 233 assert(!Symbol->isVariable() && "Cannot emit a variable symbol!"); in EmitLabel()
|
/external/chromium_org/third_party/angle/src/compiler/translator/ |
D | SymbolTable.h | 66 virtual bool isVariable() const in isVariable() function 116 virtual bool isVariable() const in isVariable() function
|
D | glslang.l | 403 if (symbol && symbol->isVariable()) { in check_type()
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 278 if (Symbol->isVariable() && !Base) { in RecordRelocation() 339 if (SD.getSymbol().isVariable()) { in RecordRelocation()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfDebug.h | 126 assert(Var.isVariable() && "Invalid complex DbgVariable!"); in variableHasComplexAddress() 131 assert(Var.isVariable() && "Invalid complex DbgVariable!"); in getNumAddrElements()
|
D | DwarfDebug.cpp | 113 assert(Var.isVariable() && "Invalid complex DbgVariable!"); in isBlockByrefVariable() 871 assert(DV.isVariable()); in collectDeadVariables() 1279 assert(DV.isVariable()); in collectVariableInfo() 1472 if (DV.isVariable() && DV.getTag() == dwarf::DW_TAG_arg_variable && in beginFunction() 1578 assert(DV && DV.isVariable()); in endFunction()
|
/external/llvm/lib/IR/ |
D | DebugInfo.cpp | 214 bool DIDescriptor::isVariable() const { in isVariable() function in DIDescriptor 566 if (!isVariable()) in Verify() 1133 if (!DV.isVariable()) in processDeclare() 1149 if (!DV.isVariable()) in processValue() 1254 } else if (this->isVariable()) { in print()
|
D | DIBuilder.cpp | 1065 assert(RetVar.isVariable() && in createLocalVariable() 1265 assert(VarInfo.isVariable() && in insertDeclare() 1278 assert(VarInfo.isVariable() && in insertDeclare() 1298 assert(VarInfo.isVariable() && in insertDbgValueIntrinsic() 1314 assert(VarInfo.isVariable() && in insertDbgValueIntrinsic()
|
/external/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 980 assert((!DIVar || DIVar.isVariable()) && in ConvertDebugDeclareToDebugValue() 1009 assert((!DIVar || DIVar.isVariable()) && in ConvertDebugDeclareToDebugValue() 1090 assert((!DIVar || DIVar.isVariable()) && in replaceDbgDeclareForAlloca()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 347 if (SD->getSymbol().isVariable()) { in RecordPPCRelocation()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 684 if (Sym->isTemporary() && !Sym->isVariable() && !Sym->isDefined()) in Run() 862 if (Sym->isVariable() && isa<MCConstantExpr>(Sym->getVariableValue())) { in parsePrimaryExpr() 1305 if (!Sym->isUndefined() || Sym->isVariable()) in parseStatement() 2159 if (S.isVariable()) in isUsedIn() 2199 else if (Sym->isUndefined() && !Sym->isUsed() && !Sym->isVariable()) in parseAssignment() 2201 else if (Sym->isVariable() && !Sym->isUsed() && allow_redef) in parseAssignment() 2203 else if (!Sym->isUndefined() && (!Sym->isVariable() || !allow_redef)) in parseAssignment() 2205 else if (!Sym->isVariable()) in parseAssignment()
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 413 if (SD->getSymbol().isVariable()) { in RecordRelocation()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | FunctionLoweringInfo.cpp | 152 assert((!DIVar || DIVar.isVariable()) && in set()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfo.h | 131 bool isVariable() const;
|