Home
last modified time | relevance | path

Searched defs:Address (Results 1 – 25 of 105) sorted by relevance

12345

/external/llvm/lib/Target/Mips/Disassembler/
DMipsDisassembler.cpp459 static DecodeStatus DecodeINSVE_DF(MCInst &MI, InsnType insn, uint64_t Address, in DecodeINSVE_DF()
506 uint64_t Address, in DecodeAddiGroupBranch()
545 uint64_t Address, in DecodeDaddiGroupBranch()
584 uint64_t Address, in DecodeBlezlGroupBranch()
627 uint64_t Address, in DecodeBgtzlGroupBranch()
671 uint64_t Address, in DecodeBgtzGroupBranch()
720 uint64_t Address, in DecodeBlezGroupBranch()
762 static DecodeStatus readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16()
782 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32()
818 uint64_t Address, in getInstruction()
[all …]
/external/llvm/lib/Target/SystemZ/Disassembler/
DSystemZDisassembler.cpp60 uint64_t Address, in DecodeGR32BitRegisterClass()
66 uint64_t Address, in DecodeGRH32BitRegisterClass()
72 uint64_t Address, in DecodeGR64BitRegisterClass()
78 uint64_t Address, in DecodeGR128BitRegisterClass()
84 uint64_t Address, in DecodeADDR64BitRegisterClass()
90 uint64_t Address, in DecodeFP32BitRegisterClass()
96 uint64_t Address, in DecodeFP64BitRegisterClass()
102 uint64_t Address, in DecodeFP128BitRegisterClass()
122 uint64_t Address, in decodeAccessRegOperand()
128 uint64_t Address, const void *Decoder) { in decodeU4ImmOperand()
[all …]
/external/llvm/lib/Target/Sparc/Disassembler/
DSparcDisassembler.cpp111 uint64_t Address, in DecodeIntRegsRegisterClass()
122 uint64_t Address, in DecodeI64RegsRegisterClass()
134 uint64_t Address, in DecodeFPRegsRegisterClass()
146 uint64_t Address, in DecodeDFPRegsRegisterClass()
158 uint64_t Address, in DecodeQFPRegsRegisterClass()
171 uint64_t Address, in DecodeFCCRegsRegisterClass()
210 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32()
227 uint64_t Address, in getInstruction()
253 static DecodeStatus DecodeMem(MCInst &MI, unsigned insn, uint64_t Address, in DecodeMem()
295 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadInt()
[all …]
/external/llvm/lib/Target/PowerPC/Disassembler/
DPPCDisassembler.cpp187 uint64_t Address, in DecodeCRRCRegisterClass()
193 uint64_t Address, in DecodeCRRC0RegisterClass()
199 uint64_t Address, in DecodeCRBITRCRegisterClass()
205 uint64_t Address, in DecodeF4RCRegisterClass()
211 uint64_t Address, in DecodeF8RCRegisterClass()
217 uint64_t Address, in DecodeVRRCRegisterClass()
223 uint64_t Address, in DecodeVSRCRegisterClass()
229 uint64_t Address, in DecodeVSFRCRegisterClass()
235 uint64_t Address, in DecodeGPRCRegisterClass()
241 uint64_t Address, in DecodeGPRC_NOR0RegisterClass()
[all …]
/external/llvm/lib/Target/ARM/Disassembler/
DARMDisassembler.cpp412 uint64_t Address, raw_ostream &OS, in checkDecodedInstruction()
434 uint64_t Address, raw_ostream &OS, in getInstruction()
549 static bool tryAddingSymbolicOperand(uint64_t Address, int32_t Value, in tryAddingSymbolicOperand()
567 static void tryAddingPcLoadReferenceComment(uint64_t Address, int Value, in tryAddingPcLoadReferenceComment()
698 uint64_t Address, in getInstruction()
892 uint64_t Address, const void *Decoder) { in DecodeGPRRegisterClass()
903 uint64_t Address, const void *Decoder) { in DecodeGPRnopcRegisterClass()
916 uint64_t Address, const void *Decoder) { in DecodeGPRwithAPSRRegisterClass()
930 uint64_t Address, const void *Decoder) { in DecodetGPRRegisterClass()
942 uint64_t Address, const void *Decoder) { in DecodeGPRPairRegisterClass()
[all …]
/external/llvm/lib/Target/XCore/Disassembler/
DXCoreDisassembler.cpp45 static bool readInstruction16(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction16()
57 static bool readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, in readInstruction32()
201 uint64_t Address, in DecodeGRRegsRegisterClass()
213 uint64_t Address, in DecodeRRegsRegisterClass()
224 uint64_t Address, const void *Decoder) { in DecodeBitpOperand()
235 uint64_t Address, const void *Decoder) { in DecodeNegImmOperand()
275 Decode2OpInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2OpInstructionFail()
345 Decode2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RInstruction()
358 Decode2RImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RImmInstruction()
371 DecodeR2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeR2RInstruction()
[all …]
/external/llvm/tools/lli/
DRemoteTarget.cpp32 uint64_t &Address) { in allocateSpace()
46 bool RemoteTarget::loadData(uint64_t Address, const void *Data, size_t Size) { in loadData()
51 bool RemoteTarget::loadCode(uint64_t Address, const void *Data, size_t Size) { in loadCode()
58 bool RemoteTarget::executeCode(uint64_t Address, int &RetVal) { in executeCode()
DRemoteTargetExternal.cpp32 uint64_t &Address) { in allocateSpace()
52 bool RemoteTargetExternal::loadData(uint64_t Address, const void *Data, size_t Size) { in loadData()
76 bool RemoteTargetExternal::loadCode(uint64_t Address, const void *Data, size_t Size) { in loadCode()
100 bool RemoteTargetExternal::executeCode(uint64_t Address, int32_t &RetVal) { in executeCode()
DRemoteTarget.h51 bool isAllocatedMemory(uint64_t Address, uint32_t Size) { in isAllocatedMemory()
/external/lldb/include/lldb/Core/
DAddress.h102 Address () : in Address() function
117 Address (const Address& rhs) : in Address() function
136 Address (const lldb::SectionSP &section_sp, lldb::addr_t offset) : in Address() function
/external/jetty/src/java/org/eclipse/jetty/client/
DAddress.java26 public class Address class
49 public Address(String host, int port) in Address() method in Address
/external/clang/lib/CodeGen/
DTargetInfo.h98 llvm::Value *Address) const { in initDwarfEHRegSizeTable()
108 llvm::Value *Address) const { in decodeReturnAddress()
118 llvm::Value *Address) const { in encodeReturnAddress()
/external/llvm/lib/DebugInfo/DWARF/
DDWARFContext.cpp375 DWARFCompileUnit *DWARFContext::getCompileUnitForAddress(uint64_t Address) { in getCompileUnitForAddress()
382 static bool getFunctionNameForAddress(DWARFCompileUnit *CU, uint64_t Address, in getFunctionNameForAddress()
403 DILineInfo DWARFContext::getLineInfoForAddress(uint64_t Address, in getLineInfoForAddress()
420 DWARFContext::getLineInfoForAddressRange(uint64_t Address, uint64_t Size, in getLineInfoForAddressRange()
462 DWARFContext::getInliningInfoForAddress(uint64_t Address, in getInliningInfoForAddress()
653 uint64_t Address; in DWARFContextInMemory() local
DSyntaxHighlighting.h20 enum HighlightColor { Address, String, Tag, Attribute, Enumerator }; enumerator
/external/google-breakpad/src/processor/
Dmap_serializers-inl.h120 const RangeMap<Address, Entry> &m) const { in SizeOf()
139 const RangeMap<Address, Entry> &m, char *dest) const { in Write()
170 const RangeMap<Address, Entry> &m, unsigned int *size) const { in Serialize()
/external/llvm/lib/Target/SystemZ/
DSystemZLongBranch.cpp77 uint64_t Address; member
101 uint64_t Address; member
121 uint64_t Address; member
306 uint64_t Address) { in mustRelaxBranch()
/external/clang/test/Modules/Inputs/PR20399/
DSecondHeader.h7 struct Address {}; struct
/external/llvm/lib/MC/MCDisassembler/
DMCExternalSymbolizer.cpp34 uint64_t Address, in tryAddingSymbolicOperand()
155 uint64_t Address) { in tryAddingPcLoadReferenceComment()
DMCDisassembler.cpp20 uint64_t Address, bool IsBranch, in tryAddingSymbolicOperand()
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
DAddress.java38 public final class Address { class
51 public Address(String uriHost, int uriPort, SocketFactory socketFactory, in Address() method in Address
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dglx_getproc.c41 __GLXextFuncPtr Address; member
/external/llvm/lib/Target/X86/Disassembler/
DX86Disassembler.cpp111 static int regionReader(const void *Arg, uint8_t *Byte, uint64_t Address) { in regionReader()
140 MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, in getInstruction()
206 uint64_t Address, uint64_t Offset, in tryAddingSymbolicOperand()
220 static void tryAddingPcLoadReferenceComment(uint64_t Address, uint64_t Value, in tryAddingPcLoadReferenceComment()
/external/llvm/tools/llvm-readobj/
DARMWinEHPrinter.cpp96 static std::string formatSymbol(StringRef Name, uint64_t Address, in formatSymbol()
189 uint64_t Address = Section.getAddress(); in getSectionContaining() local
209 uint64_t Address; in getSymbol() local
566 const uint32_t Address = XData.ExceptionHandlerRVA(); in dumpXDataRecord() local
624 uint64_t Address; in dumpUnpackedEntry() local
641 uint64_t Address = PEHeader->ImageBase + RF.ExceptionInformationRVA(); in dumpUnpackedEntry() local
/external/google-breakpad/src/common/dwarf/
Dcfi_assembler.h174 CFISection &Address(uint64_t address) { in Address() function
178 CFISection &Address(Label address) { in Address() function
/external/nist-sip/java/javax/sip/address/
DAddress.java6 public interface Address extends Cloneable, Serializable { interface

12345