Home
last modified time | relevance | path

Searched refs:ParseGlobalValue (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/AsmParser/
DLLParser.h406 bool ParseGlobalValue(Type *Ty, Constant *&V);
DLLParser.cpp808 if (ParseGlobalValue(Ty, Init)) in ParseGlobal()
3077 bool LLParser::ParseGlobalValue(Type *Ty, Constant *&C) { in ParseGlobalValue() function in LLParser
3091 ParseGlobalValue(Ty, V); in ParseGlobalTypeAndValue()