HomeSort by: relevance | last modified time | path
    Searched defs:IsGlobalLV (Results 1 - 2 of 2) 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/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 20 milliseconds