Home
last modified time | relevance | path

Searched refs:AddPendingGlobalSymbol (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFCodeEmitter.cpp78 EW.AddPendingGlobalSymbol(F, true); in finishFunction()
107 EW.AddPendingGlobalSymbol(MR.getGlobalValue()); in finishFunction()
DELFWriter.h206 void AddPendingGlobalSymbol(const GlobalValue *GV,
DELFWriter.cpp174 void ELFWriter::AddPendingGlobalSymbol(const GlobalValue *GV, in AddPendingGlobalSymbol() function in ELFWriter