Home | History | Annotate | Download | only in MCDisassembler

Lines Matching full:address

28 // symbolic information at the Address for this instruction. If that returns
38 uint64_t Address,
47 !GetOpInfo(DisInfo, Address, Offset, InstSize, 1, &SymbolicOp)) {
53 // if the Value is the address of a symbol. In the case this is a branch
55 // a bit more questionable if it is an address of a symbol or some other
57 // InstSize, we will not guess it is an address of a symbol. Because in
58 // object files assembled starting at address 0 this usually leads to
69 const char *Name = SymbolLookUp(DisInfo, Value, &ReferenceType, Address,
78 // For branches always create an MCExpr so it gets printed as hex address.
149 // in a literal pool near the Address of the instruction. The Address of the
152 // literal pool's entry if the referenced address is that of a symbol. Or it
153 // will return a pointer to a literal 'C' string if the referenced address of
154 // the literal pool's entry is an address into a section with C string literals.
159 uint64_t Address) {
163 (void)SymbolLookUp(DisInfo, Value, &ReferenceType, Address, &ReferenceName);
165 cStream << "literal pool symbol address: " << ReferenceName;