/external/llvm/lib/Target/SystemZ/Disassembler/ |
D | SystemZDisassembler.cpp | 62 uint64_t Address, in DecodeGR32BitRegisterClass() 68 uint64_t Address, in DecodeGRH32BitRegisterClass() 74 uint64_t Address, in DecodeGR64BitRegisterClass() 80 uint64_t Address, in DecodeGR128BitRegisterClass() 86 uint64_t Address, in DecodeADDR64BitRegisterClass() 92 uint64_t Address, in DecodeFP32BitRegisterClass() 98 uint64_t Address, in DecodeFP64BitRegisterClass() 104 uint64_t Address, in DecodeFP128BitRegisterClass() 124 uint64_t Address, in decodeAccessRegOperand() 130 uint64_t Address, const void *Decoder) { in decodeU4ImmOperand() [all …]
|
/external/llvm/lib/Target/Mips/Disassembler/ |
D | MipsDisassembler.cpp | 398 static DecodeStatus DecodeINSVE_DF(MCInst &MI, InsnType insn, uint64_t Address, in DecodeINSVE_DF() 445 uint64_t Address, in DecodeAddiGroupBranch() 484 uint64_t Address, in DecodeDaddiGroupBranch() 523 uint64_t Address, in DecodeBlezlGroupBranch() 566 uint64_t Address, in DecodeBgtzlGroupBranch() 610 uint64_t Address, in DecodeBgtzGroupBranch() 659 uint64_t Address, in DecodeBlezGroupBranch() 747 uint64_t Address, in getInstruction() 815 uint64_t Address, in getInstruction() 845 uint64_t Address, in DecodeCPU16RegsRegisterClass() [all …]
|
/external/llvm/lib/Target/PowerPC/Disassembler/ |
D | PPCDisassembler.cpp | 180 uint64_t Address, in DecodeCRRCRegisterClass() 186 uint64_t Address, in DecodeCRBITRCRegisterClass() 192 uint64_t Address, in DecodeF4RCRegisterClass() 198 uint64_t Address, in DecodeF8RCRegisterClass() 204 uint64_t Address, in DecodeVRRCRegisterClass() 210 uint64_t Address, in DecodeVSRCRegisterClass() 216 uint64_t Address, in DecodeVSFRCRegisterClass() 222 uint64_t Address, in DecodeGPRCRegisterClass() 228 uint64_t Address, in DecodeGPRC_NOR0RegisterClass() 234 uint64_t Address, in DecodeG8RCRegisterClass() [all …]
|
/external/llvm/lib/Target/Sparc/Disassembler/ |
D | SparcDisassembler.cpp | 118 uint64_t Address, in DecodeIntRegsRegisterClass() 129 uint64_t Address, in DecodeI64RegsRegisterClass() 141 uint64_t Address, in DecodeFPRegsRegisterClass() 153 uint64_t Address, in DecodeDFPRegsRegisterClass() 165 uint64_t Address, in DecodeQFPRegsRegisterClass() 178 uint64_t Address, in DecodeFCCRegsRegisterClass() 244 uint64_t Address, in getInstruction() 270 static DecodeStatus DecodeMem(MCInst &MI, unsigned insn, uint64_t Address, in DecodeMem() 312 static DecodeStatus DecodeLoadInt(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadInt() 318 static DecodeStatus DecodeLoadFP(MCInst &Inst, unsigned insn, uint64_t Address, in DecodeLoadFP() [all …]
|
/external/llvm/lib/Target/ARM/Disassembler/ |
D | ARMDisassembler.cpp | 417 uint64_t Address, in getInstruction() 536 static bool tryAddingSymbolicOperand(uint64_t Address, int32_t Value, in tryAddingSymbolicOperand() 554 static void tryAddingPcLoadReferenceComment(uint64_t Address, int Value, in tryAddingPcLoadReferenceComment() 685 uint64_t Address, in getInstruction() 881 uint64_t Address, const void *Decoder) { in DecodeGPRRegisterClass() 892 uint64_t Address, const void *Decoder) { in DecodeGPRnopcRegisterClass() 905 uint64_t Address, const void *Decoder) { in DecodeGPRwithAPSRRegisterClass() 919 uint64_t Address, const void *Decoder) { in DecodetGPRRegisterClass() 931 uint64_t Address, const void *Decoder) { in DecodeGPRPairRegisterClass() 946 uint64_t Address, const void *Decoder) { in DecodetcGPRRegisterClass() [all …]
|
/external/llvm/lib/Target/XCore/Disassembler/ |
D | XCoreDisassembler.cpp | 214 uint64_t Address, in DecodeGRRegsRegisterClass() 226 uint64_t Address, in DecodeRRegsRegisterClass() 237 uint64_t Address, const void *Decoder) { in DecodeBitpOperand() 248 uint64_t Address, const void *Decoder) { in DecodeNegImmOperand() 288 Decode2OpInstructionFail(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2OpInstructionFail() 358 Decode2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RInstruction() 371 Decode2RImmInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RImmInstruction() 384 DecodeR2RInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeR2RInstruction() 397 Decode2RSrcDstInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in Decode2RSrcDstInstruction() 411 DecodeRUSInstruction(MCInst &Inst, unsigned Insn, uint64_t Address, in DecodeRUSInstruction() [all …]
|
/external/llvm/tools/lli/ |
D | RemoteTarget.cpp | 32 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()
|
D | RemoteTargetExternal.cpp | 32 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()
|
D | RemoteTarget.h | 51 bool isAllocatedMemory(uint64_t Address, uint32_t Size) { in isAllocatedMemory()
|
/external/llvm/lib/Target/Mips/ |
D | MipsFastISel.cpp | 22 typedef struct Address { struct 23 enum { RegBase, FrameIndexBase } BaseType; 25 union { 28 } Base; 30 int64_t Offset; 33 Address() : BaseType(RegBase), Offset(0) { Base.Reg = 0; } in Address() argument 34 } Address; typedef
|
/external/lldb/include/lldb/Core/ |
D | Address.h | 102 Address () : in Address() function 117 Address (const Address& rhs) : in Address() function 136 Address (const lldb::SectionSP §ion_sp, lldb::addr_t offset) : in Address() function
|
/external/clang/lib/CodeGen/ |
D | TargetInfo.h | 97 llvm::Value *Address) const { in initDwarfEHRegSizeTable() 107 llvm::Value *Address) const { in decodeReturnAddress() 117 llvm::Value *Address) const { in encodeReturnAddress()
|
/external/chromium_org/chromeos/test/data/network/ |
D | shill_ethernet_with_ipconfig.json | 5 "Address":"123.123.123.123", string 16 "Address":"2001:0db8:85a3:0000:0000:8a2e:0370:7334", string
|
/external/chromium_org/components/autofill/core/browser/ |
D | address.cc | 21 Address::Address() {} in Address() function in autofill::Address 23 Address::Address(const Address& address) : FormGroup() { in Address() function in autofill::Address
|
/external/llvm/lib/DebugInfo/ |
D | DWARFContext.cpp | 421 DWARFCompileUnit *DWARFContext::getCompileUnitForAddress(uint64_t Address) { in getCompileUnitForAddress() 450 uint64_t Address, in getFileLineInfoForCompileUnit() 469 static bool getFunctionNameForAddress(DWARFCompileUnit *CU, uint64_t Address, in getFunctionNameForAddress() 490 DILineInfo DWARFContext::getLineInfoForAddress(uint64_t Address, in getLineInfoForAddress() 506 DWARFContext::getLineInfoForAddressRange(uint64_t Address, uint64_t Size, in getLineInfoForAddressRange() 548 DWARFContext::getInliningInfoForAddress(uint64_t Address, in getInliningInfoForAddress() 721 uint64_t Address; in DWARFContextInMemory() local
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
D | Address.java | 38 public final class Address { class 48 public Address(String uriHost, int uriPort, SocketFactory socketFactory, in Address() method in Address
|
/external/llvm/lib/MC/MCAnalysis/ |
D | MCObjectSymbolizer.cpp | 101 uint64_t Address) { in tryAddingPcLoadReferenceComment() 131 int64_t Value, uint64_t Address, bool IsBranch, in tryAddingSymbolicOperand() 187 int64_t Value, uint64_t Address) { in tryAddingPcLoadReferenceComment() 261 uint64_t Address; in buildRelocationByAddrMap() local
|
/external/chromium_org/components/autofill/content/browser/wallet/ |
D | wallet_test_util.h | 16 class Address; variable
|
D | wallet_address.cc | 119 Address::Address() {} in Address() function in autofill::wallet::Address 121 Address::Address(const AutofillProfile& profile) in Address() function in autofill::wallet::Address 141 Address::Address(const std::string& country_name_code, in Address() function in autofill::wallet::Address
|
/external/chromium_org/chrome/browser/ui/autofill/ |
D | autofill_dialog_common.h | 17 class Address; variable
|
D | data_model_wrapper.h | 36 class Address; variable
|
/external/llvm/lib/MC/ |
D | MCExternalSymbolizer.cpp | 34 uint64_t Address, in tryAddingSymbolicOperand() 155 uint64_t Address) { in tryAddingPcLoadReferenceComment()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZLongBranch.cpp | 77 uint64_t Address; member 101 uint64_t Address; member 121 uint64_t Address; member 306 uint64_t Address) { in mustRelaxBranch()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineCodeInfo.h | 27 void *Address; // The address of the function in memory variable
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | glx_getproc.c | 41 __GLXextFuncPtr Address; member
|