Home
last modified time | relevance | path

Searched refs:IsGlobalLV (Results 1 – 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/MCParser/
HDMCAsmParser.h54 bool IsGlobalLV; member
81 Var.IsGlobalLV = isGlobalLV; in setVar()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaStmtAsm.cpp723 bool IsGlobalLV = false; in FillInlineAsmIdentifierInfo() local
725 IsGlobalLV = Eval.isGlobalLValue(); in FillInlineAsmIdentifierInfo()
726 Info.setVar(Res, IsGlobalLV, Size, Type); in FillInlineAsmIdentifierInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/X86/AsmParser/
HDX86AsmParser.cpp1431 bool IsGlobalLV = false; in CreateMemForInlineAsm() local
1436 IsGlobalLV = Info.Var.IsGlobalLV; in CreateMemForInlineAsm()
1440 if (IsGlobalLV && (BaseReg || IndexReg)) { in CreateMemForInlineAsm()
1962 Info.Var.Decl, Info.Var.IsGlobalLV); in ParseIntelOperand()