Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp466 bool parseGlobalValue(GlobalValue *&GV);
2125 static bool parseGlobalValue(const MIToken &Token, in parseGlobalValue() function
2153 bool MIParser::parseGlobalValue(GlobalValue *&GV) { in parseGlobalValue() function in MIParser
2154 return ::parseGlobalValue( in parseGlobalValue()
2163 if (parseGlobalValue(GV)) in parseGlobalAddressOperand()
2606 if (parseGlobalValue(GV)) in parseBlockAddressOperand()
3077 if (parseGlobalValue(Token, PFS, GV, ErrCB)) in parseIRValue()
3200 if (parseGlobalValue(GV)) in parseMemoryPseudoSourceValue()
/openbsd-src/gnu/llvm/llvm/include/llvm/AsmParser/
H A DLLParser.h541 bool parseGlobalValue(Type *Ty, Constant *&C);
/openbsd-src/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp1236 if (parseGlobalValue(Ty, Init)) in parseGlobal()
4035 bool LLParser::parseGlobalValue(Type *Ty, Constant *&C) { in parseGlobalValue() function in LLParser
4048 return parseType(Ty) || parseGlobalValue(Ty, V); in parseGlobalTypeAndValue()