Searched refs:lookupNameByInstruction (Results 1 – 5 of 5) sorted by relevance
144 const char *name = getModule()->lookupNameByInstruction(func); in transform()
325 const char *name = getModule()->lookupNameByInstruction(func); in transform()
399 const char *Module::lookupNameByInstruction(const Instruction *inst) const { in lookupNameByInstruction() function in android::spirit::Module400 return mDebugInfo->lookupNameByInstruction(inst); in lookupNameByInstruction()546 DebugInfoSection::lookupNameByInstruction(const Instruction *target) const { in lookupNameByInstruction() function in android::spirit::DebugInfoSection
143 const char *lookupNameByInstruction(const Instruction *) const;319 const char *lookupNameByInstruction(const Instruction *) const;
164 EXPECT_STREQ("main", m->lookupNameByInstruction(mainFunc)); in TEST_F()