Lines Matching refs:format_hex
73 OS << " \"" << format_hex(From, 2) << ": "; in printPairToDOT()
75 OS << "\" -> \"" << format_hex(To, 2) << ": "; in printPairToDOT()
84 OS << "digraph graph_" << format_hex(BaseAddress, 2) << " {\n"; in printToDOT()
130 << format_hex(BranchNode.Address, 2) << ".\n"; in buildFlowsToUndefined()
144 << format_hex(BranchInstrMeta.VMAddress, 2) << ".\n"; in buildFlowsToUndefined()
152 << format_hex(Target, 2) << ".\n"; in buildFlowsToUndefined()
219 << format_hex(Address, 2) << ".\n"; in buildFlowGraphImpl()
261 << format_hex(ParentMeta.VMAddress, 2) << ".\n"; in buildFlowGraphImpl()
271 errs() << "Control flow to " << format_hex(Address, 2) in buildFlowGraphImpl()
273 << format_hex(ParentMeta.VMAddress, 2) in buildFlowGraphImpl()
290 << format_hex(Address, 2) << "\n."; in buildFlowGraphImpl()