Home
last modified time | relevance | path

Searched defs:parseGlobalValue (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1845 static bool parseGlobalValue(const MIToken &Token, in parseGlobalValue() function
1873 bool MIParser::parseGlobalValue(GlobalValue *&GV) { in parseGlobalValue() function in MIParser
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp2125 static bool parseGlobalValue(const MIToken &Token, in parseGlobalValue() function
2153 bool MIParser::parseGlobalValue(GlobalValue *&GV) { in parseGlobalValue() function in MIParser
/aosp_15_r20/external/llvm/lib/CodeGen/MIRParser/
H A DMIParser.cpp1169 bool MIParser::parseGlobalValue(GlobalValue *&GV) { in parseGlobalValue() function in MIParser
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/AsmParser/
H A DLLParser.cpp4035 bool LLParser::parseGlobalValue(Type *Ty, Constant *&C) { in parseGlobalValue() function in LLParser