Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp467 bool parseGlobalValue(GlobalValue *&GV);
2168 static bool parseGlobalValue(const MIToken &Token, in parseGlobalValue() function
2196 bool MIParser::parseGlobalValue(GlobalValue *&GV) { in parseGlobalValue() function in MIParser
2197 return ::parseGlobalValue( in parseGlobalValue()
2206 if (parseGlobalValue(GV)) in parseGlobalAddressOperand()
2649 if (parseGlobalValue(GV)) in parseBlockAddressOperand()
3120 if (parseGlobalValue(Token, PFS, GV, ErrCB)) in parseIRValue()
3243 if (parseGlobalValue(GV)) in parseMemoryPseudoSourceValue()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/AsmParser/
H A DLLParser.h572 bool parseGlobalValue(Type *Ty, Constant *&C);
/freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1309 if (parseGlobalValue(Ty, Init)) in parseGlobal()
4188 bool LLParser::parseGlobalValue(Type *Ty, Constant *&C) { in parseGlobalValue() function in LLParser
4201 return parseType(Ty) || parseGlobalValue(Ty, V); in parseGlobalTypeAndValue()