Home
last modified time | relevance | path

Searched refs:getGlobals (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceInstrumentation.cpp129 LockedPtr<VariableDeclarationList> Instrumentation::getGlobals() { in getGlobals() function in Ice::Instrumentation
132 return Ctx->getGlobals(); in getGlobals()
DIceInstrumentation.h53 LockedPtr<VariableDeclarationList> getGlobals();
DIceGlobalContext.h420 LockedPtr<VariableDeclarationList> getGlobals() { in getGlobals() function
DIceASanInstrumentation.cpp480 instrumentGlobals(*getGlobals()); in instrumentStart()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.h82 const StringMap<DIE*> &getGlobals() const { return Globals; } in getGlobals() function
DDwarfDebug.cpp1711 const StringMap<DIE*> &Globals = TheCU->getGlobals(); in emitDebugPubNames()
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp599 ::context->getGlobals()->merge(globals.get()); in acquireRoutine()