Searched refs:bindCfgNodeLabel (Results 1 – 8 of 8) sorted by relevance
287 virtual void bindCfgNodeLabel(const CfgNode *Node) = 0;
386 void bindCfgNodeLabel(const CfgNode *) override;
707 void bindCfgNodeLabel(const CfgNode *Node) override;
1260 Asm->bindCfgNodeLabel(this); in emitIAS()
167 void bindCfgNodeLabel(const CfgNode *Node) override;
94 void AssemblerMIPS32::bindCfgNodeLabel(const CfgNode *Node) { in bindCfgNodeLabel() function in Ice::MIPS32::AssemblerMIPS32
738 void AssemblerARM32::bindCfgNodeLabel(const CfgNode *Node) { in bindCfgNodeLabel() function in Ice::ARM32::AssemblerARM32
95 void AssemblerX86Base<TraitsType>::bindCfgNodeLabel(const CfgNode *Node) { in bindCfgNodeLabel() function