Searched refs:createGlobalFwdRef (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1137 static inline GlobalValue *createGlobalFwdRef(Module *M, PointerType *PTy, in createGlobalFwdRef() function 1180 GlobalValue *FwdVal = createGlobalFwdRef(M, PTy, Name); in GetGlobalVal() 1211 GlobalValue *FwdVal = createGlobalFwdRef(M, PTy, ""); in GetGlobalVal()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 1317 static inline GlobalValue *createGlobalFwdRef(Module *M, PointerType *PTy, in createGlobalFwdRef() function 1360 GlobalValue *FwdVal = createGlobalFwdRef(M, PTy, Name); in GetGlobalVal() 1391 GlobalValue *FwdVal = createGlobalFwdRef(M, PTy, ""); in GetGlobalVal()
|