Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/AsmParser/
DLLParser.h316 bool ParseGlobalValue(Type *Ty, Constant *&V);
DLLParser.cpp672 if (ParseGlobalValue(Ty, Init)) in ParseGlobal()
2350 bool LLParser::ParseGlobalValue(Type *Ty, Constant *&C) { in ParseGlobalValue() function in LLParser
2364 ParseGlobalValue(Ty, V); in ParseGlobalTypeAndValue()
/external/llvm/lib/AsmParser/
DLLParser.h412 bool ParseGlobalValue(Type *Ty, Constant *&V);
DLLParser.cpp863 if (ParseGlobalValue(Ty, Init)) in ParseGlobal()
3241 bool LLParser::ParseGlobalValue(Type *Ty, Constant *&C) { in ParseGlobalValue() function in LLParser
3255 ParseGlobalValue(Ty, V); in ParseGlobalTypeAndValue()