Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp466 bool parseGlobalValue(GlobalValue *&GV);
2066 static bool parseGlobalValue(const MIToken &Token, in parseGlobalValue() function
2094 bool MIParser::parseGlobalValue(GlobalValue *&GV) { in parseGlobalValue() function in MIParser
2095 return ::parseGlobalValue( in parseGlobalValue()
2104 if (parseGlobalValue(GV)) in parseGlobalAddressOperand()
2547 if (parseGlobalValue(GV)) in parseBlockAddressOperand()
2972 if (parseGlobalValue(Token, PFS, GV, ErrCB)) in parseIRValue()
3095 if (parseGlobalValue(GV)) in parseMemoryPseudoSourceValue()
/llvm-project-15.0.7/llvm/include/llvm/AsmParser/
H A DLLParser.h513 bool parseGlobalValue(Type *Ty, Constant *&C);
/llvm-project-15.0.7/llvm/lib/AsmParser/
H A DLLParser.cpp1191 if (parseGlobalValue(Ty, Init)) in parseGlobal()
3776 bool LLParser::parseGlobalValue(Type *Ty, Constant *&C) { in parseGlobalValue() function in LLParser
3789 return parseType(Ty) || parseGlobalValue(Ty, V); in parseGlobalTypeAndValue()