HomeSort by relevance Sort by last modified time
    Searched refs:getGlobals (Results 1 - 7 of 7) sorted by null

  /external/swiftshader/third_party/subzero/src/
IceInstrumentation.h 53 LockedPtr<VariableDeclarationList> getGlobals();
IceInstrumentation.cpp 129 LockedPtr<VariableDeclarationList> Instrumentation::getGlobals() {
132 return Ctx->getGlobals();
IceGlobalContext.h 420 LockedPtr<VariableDeclarationList> getGlobals() {
IceASanInstrumentation.cpp 480 instrumentGlobals(*getGlobals());
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 82 const StringMap<DIE*> &getGlobals() const { return Globals; }
DwarfDebug.cpp     [all...]
  /external/swiftshader/src/Reactor/
SubzeroReactor.cpp 599 ::context->getGlobals()->merge(globals.get());
    [all...]

Completed in 1638 milliseconds