HomeSort by: relevance | last modified time | path
    Searched refs:IsGlobalLV (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/MCParser/
MCAsmParser.h 54 bool IsGlobalLV;
77 void setVar(void *decl, bool isGlobalLV, unsigned size, unsigned type) {
81 Var.IsGlobalLV = isGlobalLV;
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaStmtAsm.cpp 752 bool IsGlobalLV = false;
754 IsGlobalLV = Eval.isGlobalLValue();
755 Info.setVar(Res, IsGlobalLV, Size, Type);
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 1751 bool IsGlobalLV = false;
1756 IsGlobalLV = Info.Var.IsGlobalLV;
1760 if (IsGlobalLV && (BaseReg || IndexReg)) {
2542 Info.Var.IsGlobalLV));

Completed in 60 milliseconds