Searched refs:ParseGlobalValue (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/AsmParser/ |
D | LLParser.h | 316 bool ParseGlobalValue(Type *Ty, Constant *&V);
|
D | LLParser.cpp | 672 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/ |
D | LLParser.h | 412 bool ParseGlobalValue(Type *Ty, Constant *&V);
|
D | LLParser.cpp | 863 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()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.h | 500 bool ParseGlobalValue(Type *Ty, Constant *&C);
|
D | LLParser.cpp | 1023 if (ParseGlobalValue(Ty, Init)) in ParseGlobal() 3530 bool LLParser::ParseGlobalValue(Type *Ty, Constant *&C) { in ParseGlobalValue() function in LLParser 3544 ParseGlobalValue(Ty, V); in ParseGlobalTypeAndValue()
|