Home
last modified time | relevance | path

Searched refs:lookupNameByInstruction (Results 1 – 5 of 5) sorted by relevance

/frameworks/rs/rsov/compiler/
DGlobalAllocSPIRITPass.cpp144 const char *name = getModule()->lookupNameByInstruction(func); in transform()
DBuiltin.cpp325 const char *name = getModule()->lookupNameByInstruction(func); in transform()
/frameworks/rs/rsov/compiler/spirit/
Dmodule.cpp399 const char *Module::lookupNameByInstruction(const Instruction *inst) const { in lookupNameByInstruction() function in android::spirit::Module
400 return mDebugInfo->lookupNameByInstruction(inst); in lookupNameByInstruction()
546 DebugInfoSection::lookupNameByInstruction(const Instruction *target) const { in lookupNameByInstruction() function in android::spirit::DebugInfoSection
Dmodule.h143 const char *lookupNameByInstruction(const Instruction *) const;
319 const char *lookupNameByInstruction(const Instruction *) const;
Dmodule_test.cpp164 EXPECT_STREQ("main", m->lookupNameByInstruction(mainFunc)); in TEST_F()