Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/MC/MCParser/
DMCAsmParser.h54 bool IsGlobalLV; member
81 Var.IsGlobalLV = isGlobalLV; in setVar()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaStmtAsm.cpp768 bool IsGlobalLV = false; in FillInlineAsmIdentifierInfo() local
770 IsGlobalLV = Eval.isGlobalLValue(); in FillInlineAsmIdentifierInfo()
771 Info.setVar(Res, IsGlobalLV, Size, Type); in FillInlineAsmIdentifierInfo()
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
DX86AsmParser.cpp1769 bool IsGlobalLV = false; in CreateMemForMSInlineAsm() local
1774 IsGlobalLV = Info.Var.IsGlobalLV; in CreateMemForMSInlineAsm()
1778 if (IsGlobalLV && (BaseReg || IndexReg)) { in CreateMemForMSInlineAsm()
2577 Info.Var.IsGlobalLV)); in parseIntelOperand()