Searched refs:tryAddingPcLoadReferenceComment (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Target/X86/Disassembler/
H A DX86Disassembler.cpp290 /// tryAddingPcLoadReferenceComment - trys to add a comment as to what is being
297 static void tryAddingPcLoadReferenceComment(uint64_t Address, uint64_t Value, function
529 tryAddingPcLoadReferenceComment(insn.startLocation +
/external/llvm/lib/Target/ARM/Disassembler/
H A DARMDisassembler.cpp547 /// tryAddingPcLoadReferenceComment - trys to add a comment as to what is being
556 static void tryAddingPcLoadReferenceComment(uint64_t Address, int Value, function
2007 tryAddingPcLoadReferenceComment(Address, Address + imm + 8, Decoder);
3027 tryAddingPcLoadReferenceComment(Address, (Address & ~2u) + imm + 4, Decoder);

Completed in 86 milliseconds