Lines Matching +full:symbolic +full:- +full:ref
1 //===-- MCExternalSymbolizer.cpp - External symbolizer --------------------===//
8 //===----------------------------------------------------------------------===//
23 // This function tries to add a symbolic operand in place of the immediate
28 // symbolic information at the Address for this instruction. If that returns
29 // non-zero then the symbolic information it returns is used to create an MCExpr
139 Expr = RelInfo->createExprForCAPIVariantKind(Expr, SymbolicOp.VariantKind); in tryAddingSymbolicOperand()
155 // Or if the reference is to an Objective-C data structure it will return a
174 cStream << "Objc cfstring ref: @\"" << ReferenceName << "\""; in tryAddingPcLoadReferenceComment()
180 cStream << "Objc message ref: " << ReferenceName; in tryAddingPcLoadReferenceComment()
183 cStream << "Objc selector ref: " << ReferenceName; in tryAddingPcLoadReferenceComment()
186 cStream << "Objc class ref: " << ReferenceName; in tryAddingPcLoadReferenceComment()
195 assert(Ctx && "No MCContext given for symbolic disassembly"); in createMCSymbolizer()