Searched refs:isVariable (Results 1 - 25 of 31) sorted by relevance

12

/external/llvm/include/llvm/Analysis/
H A DInlineCost.h85 bool isVariable() const { return !isAlways() && !isNever(); }
90 assert(isVariable() && "Invalid access of InlineCost");
/external/llvm/include/llvm/MC/
H A DMCSymbol.h131 /// isVariable - Check if this is a variable symbol.
132 bool isVariable() const { function in class:llvm::MCSymbol
138 assert(isVariable() && "Invalid accessor!");
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachORelocationInfo.cpp41 if (Sym->isVariable() == false)
96 if (RSym->isVariable() == false)
H A DX86ELFRelocationInfo.cpp39 if (Sym->isVariable() == false)
H A DX86MachObjectWriter.cpp247 } else if (Symbol->isInSection() && !Symbol->isVariable()) {
255 } else if (Symbol->isVariable()) {
559 if (SD->getSymbol().isVariable()) {
/external/llvm/lib/MC/
H A DMCSymbol.cpp44 while (S->isVariable()) {
H A DMCAssembler.cpp139 if (!S.isVariable())
185 if (!Symbol.isVariable())
384 if (!Symbol->isVariable())
H A DMachObjectWriter.cpp80 if (S.isVariable()) {
660 if (!SD.getSymbol().isVariable())
H A DWinCOFFObjectWriter.cpp420 if (Symbol.isVariable()) {
558 return SymbolData.isExternal() || !SymbolData.getSymbol().isVariable();
H A DELFObjectWriter.cpp513 if (!Alias.isVariable())
796 if (!Sym.isVariable())
916 if (Symbol.isVariable()) {
933 if (Symbol.isVariable()) {
940 if (!Symbol.isVariable() && Symbol.isUndefined() && !IsGlobal)
H A DMCExpr.cpp667 if (Sym.isVariable() && SRE->getKind() == MCSymbolRefExpr::VK_None) {
H A DMCStreamer.cpp233 assert(!Symbol->isVariable() && "Cannot emit a variable symbol!");
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DSymbolTable.h66 virtual bool isVariable() const function in class:TSymbol
116 virtual bool isVariable() const function in class:TVariable
H A Dglslang.l403 if (symbol && symbol->isVariable()) {
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64MachObjectWriter.cpp278 if (Symbol->isVariable() && !Base) {
339 if (SD.getSymbol().isVariable()) {
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h126 assert(Var.isVariable() && "Invalid complex DbgVariable!");
131 assert(Var.isVariable() && "Invalid complex DbgVariable!");
H A DDwarfDebug.cpp113 assert(Var.isVariable() && "Invalid complex DbgVariable!");
871 assert(DV.isVariable());
1279 assert(DV.isVariable());
1472 if (DV.isVariable() && DV.getTag() == dwarf::DW_TAG_arg_variable &&
1578 assert(DV && DV.isVariable());
/external/llvm/lib/IR/
H A DDebugInfo.cpp213 /// isVariable - Return true if the specified tag is legal for DIVariable.
214 bool DIDescriptor::isVariable() const { function in class:DIDescriptor
566 if (!isVariable())
1133 if (!DV.isVariable())
1149 if (!DV.isVariable())
1254 } else if (this->isVariable()) {
H A DDIBuilder.cpp1065 assert(RetVar.isVariable() &&
1265 assert(VarInfo.isVariable() &&
1278 assert(VarInfo.isVariable() &&
1298 assert(VarInfo.isVariable() &&
1314 assert(VarInfo.isVariable() &&
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCMachObjectWriter.cpp347 if (SD->getSymbol().isVariable()) {
/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp980 assert((!DIVar || DIVar.isVariable()) &&
1009 assert((!DIVar || DIVar.isVariable()) &&
1090 assert((!DIVar || DIVar.isVariable()) &&
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMachObjectWriter.cpp413 if (SD->getSymbol().isVariable()) {
/external/llvm/lib/MC/MCParser/
H A DAsmParser.cpp684 if (Sym->isTemporary() && !Sym->isVariable() && !Sym->isDefined())
862 if (Sym->isVariable() && isa<MCConstantExpr>(Sym->getVariableValue())) {
1305 if (!Sym->isUndefined() || Sym->isVariable())
2159 if (S.isVariable())
2199 else if (Sym->isUndefined() && !Sym->isUsed() && !Sym->isVariable())
2201 else if (Sym->isVariable() && !Sym->isUsed() && allow_redef)
2203 else if (!Sym->isUndefined() && (!Sym->isVariable() || !allow_redef))
2205 else if (!Sym->isVariable())
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp152 assert((!DIVar || DIVar.isVariable()) &&
/external/llvm/include/llvm/IR/
H A DDebugInfo.h131 bool isVariable() const;

Completed in 2736 milliseconds

12