Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp462 bool parseGlobalValue(GlobalValue *&GV);
1898 static bool parseGlobalValue(const MIToken &Token, in parseGlobalValue() function
1926 bool MIParser::parseGlobalValue(GlobalValue *&GV) { in parseGlobalValue() function in MIParser
1927 return ::parseGlobalValue( in parseGlobalValue()
1936 if (parseGlobalValue(GV)) in parseGlobalAddressOperand()
2357 if (parseGlobalValue(GV)) in parseBlockAddressOperand()
2781 if (parseGlobalValue(Token, PFS, GV, ErrCB)) in parseIRValue()
2904 if (parseGlobalValue(GV)) in parseMemoryPseudoSourceValue()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/AsmParser/
H A DLLParser.h512 bool parseGlobalValue(Type *Ty, Constant *&C);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp1142 if (parseGlobalValue(Ty, Init)) in parseGlobal()
3961 bool LLParser::parseGlobalValue(Type *Ty, Constant *&C) { in parseGlobalValue() function in LLParser
3974 return parseType(Ty) || parseGlobalValue(Ty, V); in parseGlobalTypeAndValue()