Lines Matching +full:symbolic +full:- +full:ref
1 //===- AArch64ExternalSymbolizer.cpp - Symbolizer for AArch64 ---*- C++ -*-===//
8 //===----------------------------------------------------------------------===//
22 #define DEBUG_TYPE "aarch64-disassembler"
44 /// tryAddingSymbolicOperand - tryAddingSymbolicOperand trys to add a symbolic
48 /// Success, else Fail. If GetOpInfo is non-null, then it is called to get any
49 /// symbolic information at the Address for this instrution. If that returns
50 /// non-zero then the symbolic information it returns is used to create an
143 CommentStream << "Objc cfstring ref: @\"" << ReferenceName << "\""; in tryAddingSymbolicOperand()
149 CommentStream << "Objc message ref: " << ReferenceName; in tryAddingSymbolicOperand()
152 CommentStream << "Objc selector ref: " << ReferenceName; in tryAddingSymbolicOperand()
155 CommentStream << "Objc class ref: " << ReferenceName; in tryAddingSymbolicOperand()