Searched defs:Address (Results 26 - 50 of 159) sorted by relevance

1234567

/external/swiftshader/third_party/LLVM/lib/DebugInfo/
H A DDWARFDebugArangeSet.h40 uint64_t Address; member in struct:llvm::DWARFDebugArangeSet::Descriptor
42 uint64_t getEndAddress() const { return Address + Length; }
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DMemory.h31 MemoryBlock() : Address(nullptr), Size(0) { }
32 MemoryBlock(void *addr, size_t size) : Address(addr), Size(size) { }
33 void *base() const { return Address; }
37 void *Address; ///< Address of first byte of memory area member in class:llvm::sys::MemoryBlock
/external/swiftshader/third_party/subzero/pnacl-llvm/
H A DStreamingMemoryObject.cpp29 uint64_t Address) const override;
50 uint64_t Address) const {
52 if (Address >= BufferSize)
55 uint64_t End = Address + Size;
59 assert(static_cast<int64_t>(End - Address) >= 0);
60 Size = End - Address;
61 memcpy(Buf, Address + FirstChar, Size);
88 uint64_t Address) const {
89 fetchToPos(Address + Size - 1);
95 if (Address >
107 getPointer(uint64_t Address, uint64_t Size) const argument
[all...]
/external/libnl/python/netlink/route/
H A Daddress.py14 'Address']
46 return Address._from_capi(addr)
50 return Address(obj)
56 class Address(netlink.Object): class in inherits:netlink.Object
87 return Address(obj)
175 """Address family"""
189 """Address scope"""
/external/llvm/lib/DebugInfo/PDB/Raw/
H A DRawSession.cpp78 void RawSession::setLoadAddress(uint64_t Address) {} argument
89 RawSession::findSymbolByAddress(uint64_t Address, PDB_SymType Type) const { argument
100 RawSession::findLineNumbersByAddress(uint64_t Address, uint32_t Length) const { argument
/external/llvm/lib/Target/AMDGPU/
H A DR600EmitClauseMarkers.cpp39 int Address; member in class:__anon14222::R600EmitClauseMarkers
283 .addImm(Address++) // ADDR
297 R600EmitClauseMarkers() : MachineFunctionPass(ID), TII(nullptr), Address(0) {
/external/llvm/lib/Target/X86/InstPrinter/
H A DX86ATTInstPrinter.cpp152 int64_t Address; local
153 if (BranchTarget && BranchTarget->evaluateAsAbsolute(Address)) {
154 O << formatHex((uint64_t)Address);
H A DX86IntelInstPrinter.cpp133 int64_t Address; local
134 if (BranchTarget && BranchTarget->evaluateAsAbsolute(Address)) {
135 O << formatHex((uint64_t)Address);
/external/llvm/tools/llvm-pdbdump/
H A DLinePrinter.h69 Address, member in class:llvm::pdb::PDB_ColorItem
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
H A DAddress.java35 * <p>HTTP requests that share the same {@code Address} may also share the same
38 public final class Address { class
51 public Address(String uriHost, int uriPort, Dns dns, SocketFactory socketFactory, method in class:Address
173 if (other instanceof Address) {
174 Address that = (Address) other;
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DOProfileJITEventListener.cpp92 uintptr_t Address, DebugLoc Loc) {
94 Result.vma = Address;
147 *Details.MF, Filenames, I->Address, I->Loc));
90 LineStartToOProfileFormat( const MachineFunction &MF, FilenameCache &Filenames, uintptr_t Address, DebugLoc Loc) argument
/external/swiftshader/third_party/LLVM/tools/llvm-objdump/
H A DMCFunction.h33 uint64_t Address; member in struct:llvm::MCDecodedInst
38 MCDecodedInst(uint64_t Address, uint64_t Size, MCInst Inst) argument
39 : Address(Address), Size(Size), Inst(Inst) {}
42 return Address < RHS.Address;
92 MCBasicBlock &addBlock(uint64_t Address, const MCBasicBlock &BB) { argument
93 Blocks.push_back(std::make_pair(Address, BB));
/external/capstone/arch/PowerPC/
H A DPPCDisassembler.c162 uint64_t Address,
169 uint64_t Address,
176 uint64_t Address,
183 uint64_t Address,
190 uint64_t Address,
197 uint64_t Address,
204 uint64_t Address,
211 uint64_t Address,
218 uint64_t Address,
225 uint64_t Address,
161 DecodeCRRCRegisterClass(MCInst *Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
168 DecodeCRBITRCRegisterClass(MCInst *Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
175 DecodeF4RCRegisterClass(MCInst *Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
182 DecodeF8RCRegisterClass(MCInst *Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
189 DecodeVRRCRegisterClass(MCInst *Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
196 DecodeVSRCRegisterClass(MCInst *Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
203 DecodeVSFRCRegisterClass(MCInst *Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
210 DecodeGPRCRegisterClass(MCInst *Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
217 DecodeGPRC_NOR0RegisterClass(MCInst *Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
224 DecodeG8RCRegisterClass(MCInst *Inst, uint64_t RegNo, uint64_t Address, const void *Decoder) argument
234 decodeUImmOperand(MCInst *Inst, uint64_t Imm, int64_t Address, const void *Decoder, unsigned N) argument
242 decodeSImmOperand(MCInst *Inst, uint64_t Imm, int64_t Address, const void *Decoder, unsigned N) argument
254 decodeMemRIOperands(MCInst *Inst, uint64_t Imm, int64_t Address, const void *Decoder) argument
292 decodeMemRIXOperands(MCInst *Inst, uint64_t Imm, int64_t Address, const void *Decoder) argument
314 decodeCRBitMOperand(MCInst *Inst, uint64_t Imm, int64_t Address, const void *Decoder) argument
330 getInstruction(MCInst *MI, const uint8_t *code, size_t code_len, uint16_t *Size, uint64_t Address, MCRegisterInfo *MRI) argument
[all...]
/external/capstone/arch/Sparc/
H A DSparcDisassembler.c88 uint64_t Address, const void *Decoder)
102 uint64_t Address, const void *Decoder)
116 uint64_t Address, const void *Decoder)
130 uint64_t Address, const void *Decoder)
144 uint64_t Address, const void *Decoder)
161 uint64_t Address, const void *Decoder)
172 static DecodeStatus DecodeLoadInt(MCInst *Inst, unsigned insn, uint64_t Address,
174 static DecodeStatus DecodeLoadFP(MCInst *Inst, unsigned insn, uint64_t Address,
176 static DecodeStatus DecodeLoadDFP(MCInst *Inst, unsigned insn, uint64_t Address,
178 static DecodeStatus DecodeLoadQFP(MCInst *Inst, unsigned insn, uint64_t Address,
87 DecodeIntRegsRegisterClass(MCInst *Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
101 DecodeI64RegsRegisterClass(MCInst *Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
115 DecodeFPRegsRegisterClass(MCInst *Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
129 DecodeDFPRegsRegisterClass(MCInst *Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
143 DecodeQFPRegsRegisterClass(MCInst *Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
160 DecodeFCCRegsRegisterClass(MCInst *Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
251 DecodeMem(MCInst *MI, unsigned insn, uint64_t Address, const void *Decoder, bool isLoad, DecodeFunc DecodeRD) argument
296 DecodeLoadInt(MCInst *Inst, unsigned insn, uint64_t Address, const void *Decoder) argument
303 DecodeLoadFP(MCInst *Inst, unsigned insn, uint64_t Address, const void *Decoder) argument
310 DecodeLoadDFP(MCInst *Inst, unsigned insn, uint64_t Address, const void *Decoder) argument
317 DecodeLoadQFP(MCInst *Inst, unsigned insn, uint64_t Address, const void *Decoder) argument
324 DecodeStoreInt(MCInst *Inst, unsigned insn, uint64_t Address, const void *Decoder) argument
331 DecodeStoreFP(MCInst *Inst, unsigned insn, uint64_t Address, const void *Decoder) argument
338 DecodeStoreDFP(MCInst *Inst, unsigned insn, uint64_t Address, const void *Decoder) argument
345 DecodeStoreQFP(MCInst *Inst, unsigned insn, uint64_t Address, const void *Decoder) argument
352 DecodeCall(MCInst *MI, unsigned insn, uint64_t Address, const void *Decoder) argument
363 DecodeSIMM13(MCInst *MI, unsigned insn, uint64_t Address, const void *Decoder) argument
373 DecodeJMPL(MCInst *MI, unsigned insn, uint64_t Address, const void *Decoder) argument
410 DecodeReturn(MCInst *MI, unsigned insn, uint64_t Address, const void *Decoder) argument
440 DecodeSWAP(MCInst *MI, unsigned insn, uint64_t Address, const void *Decoder) argument
[all...]
/external/google-breakpad/src/common/dwarf/
H A Dcfi_assembler.h174 CFISection &Address(uint64_t address) { function in class:google_breakpad::CFISection
178 CFISection &Address(Label address) { function in class:google_breakpad::CFISection
/external/google-breakpad/src/common/
H A Dmodule.h64 typedef uint64_t Address; typedef in class:google_breakpad::Module
90 Function(const string &name_input, const Address &address_input) :
103 const Address address;
104 Address size;
107 Address parameter_size;
122 Address address, size; // The address and size of the line's code.
129 explicit Extern(const Address &address_input) : address(address_input) {}
130 const Address address;
142 typedef map<Address, RuleMap> RuleChangeMap;
150 Address addres
[all...]
/external/llvm/include/llvm/ExecutionEngine/
H A DRuntimeDyld.h66 SymbolInfo(std::nullptr_t) : JITSymbolBase(JITSymbolFlags::None), Address(0) {}
67 SymbolInfo(uint64_t Address, JITSymbolFlags Flags) argument
68 : JITSymbolBase(Flags), Address(Address) {}
69 explicit operator bool() const { return Address != 0; }
70 uint64_t getAddress() const { return Address; }
72 uint64_t Address; member in class:llvm::RuntimeDyld::SymbolInfo
/external/llvm/include/llvm/Object/
H A DRelocVisitor.h275 uint64_t Address = R.getOffset(); local
276 return RelocToApply(Value - Address, 4);
289 uint64_t Address = R.getOffset(); local
290 return RelocToApply(Value + Addend - Address, 4);
/external/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h99 llvm::yaml::Hex64 Address; member in struct:llvm::ELFYAML::Section
/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp379 uint64_t Address; local
380 if (cu->getAddrOffsetSectionItem(uvalue, Address))
381 OS << format("0x%016" PRIx64, Address);
489 WithColor(OS, syntax::Address).get()
/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp136 void DIASession::setLoadAddress(uint64_t Address) { argument
137 Session->put_loadAddress(Address);
162 DIASession::findSymbolByAddress(uint64_t Address, PDB_SymType Type) const { argument
166 if (S_OK != Session->findSymbolByVA(Address, EnumVal, &Symbol)) {
170 DWORD RVA = static_cast<DWORD>(Address - LoadAddr);
195 DIASession::findLineNumbersByAddress(uint64_t Address, uint32_t Length) const { argument
197 if (S_OK != Session->findLinesByVA(Address, Length, &LineNumbers))
/external/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp173 uint64_t Address,
180 SymbolDesc SD = { Address, Address };
186 SymbolIterator->first.Addr + SymbolIterator->first.Size <= Address)
172 getNameFromSymbolTable(SymbolRef::Type Type, uint64_t Address, std::string &Name, uint64_t &Addr, uint64_t &Size) const argument
/external/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp66 uintptr_t Address,
70 Result.Offset = Address - StartAddress;
65 DILineInfoToIntelJITFormat(uintptr_t StartAddress, uintptr_t Address, DILineInfo Line) argument
/external/llvm/lib/Target/AMDGPU/Disassembler/
H A DAMDGPUDisassembler.cpp97 uint64_t Address) const {
102 if (decodeInstruction(Table, TmpInst, Inst, Address, this, STI)) {
112 uint64_t Address,
132 Res = tryDecodeInst(DecoderTableDPP64, MI, QW, Address);
135 Res = tryDecodeInst(DecoderTableSDWA64, MI, QW, Address);
145 Res = tryDecodeInst(DecoderTableVI32, MI, DW, Address);
148 Res = tryDecodeInst(DecoderTableAMDGPU32, MI, DW, Address);
153 Res = tryDecodeInst(DecoderTableVI64, MI, QW, Address);
156 Res = tryDecodeInst(DecoderTableAMDGPU64, MI, QW, Address);
110 getInstruction(MCInst &MI, uint64_t &Size, ArrayRef<uint8_t> Bytes_, uint64_t Address, raw_ostream &WS, raw_ostream &CS) const argument
/external/llvm/lib/Target/Lanai/Disassembler/
H A DLanaiDisassembler.cpp51 uint64_t Address, const void *Decoder);
54 uint64_t Address, const void *Decoder);
57 uint64_t Address, const void *Decoder);
60 uint64_t Address, const void *Decoder);
62 static DecodeStatus decodeBranch(MCInst &Inst, unsigned Insn, uint64_t Address,
66 uint64_t Address,
70 uint64_t Address, const void *Decoder);
74 static DecodeStatus readInstruction32(ArrayRef<uint8_t> Bytes, uint64_t Address, argument
132 uint64_t Address,
137 DecodeStatus Result = readInstruction32(Bytes, Address, Siz
130 getInstruction(MCInst &Instr, uint64_t &Size, ArrayRef<uint8_t> Bytes, uint64_t Address, raw_ostream &VStream, raw_ostream &CStream) const argument
163 DecodeGPRRegisterClass(MCInst &Inst, unsigned RegNo, uint64_t Address, const void *Decoder) argument
173 decodeRiMemoryValue(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
185 decodeRrMemoryValue(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
197 decodeSplsValue(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
209 tryAddingSymbolicOperand(int64_t Value, bool IsBranch, uint64_t Address, uint64_t Offset, uint64_t Width, MCInst &MI, const void *Decoder) argument
218 decodeBranch(MCInst &MI, unsigned Insn, uint64_t Address, const void *Decoder) argument
226 decodeShiftImm(MCInst &Inst, unsigned Insn, uint64_t Address, const void *Decoder) argument
234 decodePredicateOperand(MCInst &Inst, unsigned Val, uint64_t Address, const void *Decoder) argument
[all...]

Completed in 659 milliseconds

1234567