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

  /frameworks/rs/rsov/compiler/
GlobalAllocSPIRITPass.cpp 144 const char *name = getModule()->lookupNameByInstruction(func);
Builtin.cpp 325 const char *name = getModule()->lookupNameByInstruction(func);
  /frameworks/rs/rsov/compiler/spirit/
module_test.cpp 164 EXPECT_STREQ("main", m->lookupNameByInstruction(mainFunc));
module.h 143 const char *lookupNameByInstruction(const Instruction *) const;
319 const char *lookupNameByInstruction(const Instruction *) const;
module.cpp 399 const char *Module::lookupNameByInstruction(const Instruction *inst) const {
400 return mDebugInfo->lookupNameByInstruction(inst);
546 DebugInfoSection::lookupNameByInstruction(const Instruction *target) const {

Completed in 1345 milliseconds