HomeSort by relevance Sort by last modified time
    Searched defs:Address (Results 51 - 75 of 148) sorted by null

1 23 4 5 6

  /external/clang/lib/CodeGen/
CGBlocks.h 208 llvm::AllocaInst *Address;
  /external/llvm/include/llvm/Analysis/
MemoryDependenceAnalysis.h 213 /// (potentially phi translated) address that was live in the block.
216 Value *Address;
218 NonLocalDepResult(BasicBlock *bb, MemDepResult result, Value *address)
219 : Entry(bb, result), Address(address) {}
226 Address = Addr;
231 /// getAddress - Return the address of this pointer in this block. This can
232 /// be different than the address queried for the non-local result because
233 /// of phi translation. This returns null if the address was not available
235 /// result and that address was deleted
    [all...]
  /external/llvm/include/llvm/Object/
MachO.h 63 uint64_t address() const;
86 uint64_t Address;
  /external/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 193 // In fact, different compile units may have different address byte
194 // sizes, but for simplicity we just use the address byte size of the last
195 // compile unit (there is no easy and fast way to associate address range
278 // assume all compile units have the same address byte size
307 // There's a "bug" in the DWARFv3 standard with respect to the target address
309 // of its container, FDEs have fields with size being "target address size",
375 DWARFCompileUnit *DWARFContext::getCompileUnitForAddress(uint64_t Address) {
377 uint32_t CUOffset = getDebugAranges()->findAddress(Address);
382 static bool getFunctionNameForAddress(DWARFCompileUnit *CU, uint64_t Address,
387 // The address may correspond to instruction in some inlined function
    [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 57 /// Address - address in the linker's memory where the section resides.
58 uint8_t *Address;
63 /// LoadAddress - the address of the section in the target process's memory.
64 /// Used for situations in which JIT-ed code is being executed in the address
65 /// space of a separate process. If the code executes in the same address
66 /// space where it was JIT-ed, this just equals Address.
73 /// ObjAddress - address of the section in the in-memory object file. Used
77 SectionEntry(StringRef name, uint8_t *address, size_t size,
79 : Name(name), Address(address), Size(size)
    [all...]
  /external/llvm/lib/ProfileData/
CoverageMappingReader.cpp 298 uint64_t Address;
303 Address = Section.getAddress();
308 if (Pointer < Address)
310 auto Offset = Pointer - Address;
313 Result = Data.substr(Pointer - Address, Size);
418 ProfileNames.Address =
  /external/llvm/tools/llvm-readobj/
ARMEHABIPrinter.h 320 static uint64_t PREL31(uint32_t Address, uint32_t Place) {
321 uint64_t Location = Address & 0x7fffffff;
327 ErrorOr<StringRef> FunctionAtAddress(unsigned Section, uint64_t Address) const;
348 uint64_t Address) const {
351 if (SI->st_shndx == Section && SI->st_value == Address &&
445 uint64_t Address = PREL31(Word, EHT->sh_addr);
446 SW.printHex("PersonalityRoutineAddress", Address);
447 if (ErrorOr<StringRef> Name = FunctionAtAddress(EHT->sh_link, Address))
MachODumper.cpp 272 uint64_t Address;
297 Section.Address = Sect.addr;
309 Section.Address = Sect.addr;
412 W.printHex("Address", MOSection.Address);
500 // for some reason, even if one exists in the symtab at the correct address.
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Address.java 36 * This class represent email address.
38 * RFC822 email address may have following format.
39 * "name" <address> (comment)
40 * "name" <address>
41 * name <address>
42 * address
46 public class Address implements Parcelable {
49 * Address part, in the form local_part@domain_part. No surrounding angle brackets.
55 * This must be null if Address has no name part.
61 * string. Otherwise, it will return the e-mail address up to the '@' sign
136 String name, address; local
208 String address = token.getAddress(); local
232 String address = token.getAddress(); local
501 Address address; local
    [all...]
  /packages/services/Telephony/src/com/android/phone/common/mail/
Address.java 35 * This class represent email address.
37 * RFC822 email address may have following format.
38 * "name" <address> (comment)
39 * "name" <address>
40 * name <address>
41 * address
45 public class Address implements Parcelable {
48 * Address part, in the form local_part@domain_part. No surrounding angle brackets.
54 * This must be null if Address has no name part.
60 * string. Otherwise, it will return the e-mail address up to the '@' sign
135 String name, address; local
207 String address = token.getAddress(); local
231 String address = token.getAddress(); local
500 Address address; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
smbus.h 79 UCHAR Address;
88 UCHAR Address,
136 IN UCHAR Address,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tssbx.h 56 BYTE Address[16];
atalkwsh.h 70 ULONG Address;
84 WSH_ATALK_ADDRESS Address;
evntcons.h 107 ULONG Address[ANYSIZE_ARRAY];
112 ULONG64 Address[ANYSIZE_ARRAY];
ws2ipdef.h 31 struct sockaddr Address;
  /external/jmdns/src/javax/jmdns/impl/
DNSRecord.java 38 * This source is mainly for debugging purposes, should be the address that sent this record.
173 public static class IPv4Address extends Address {
187 // If we have a type A records we should answer with a IPv4 address
215 public static class IPv6Address extends Address {
229 // If we have a type AAAA records we should answer with a IPv6 address
261 * Address record.
263 public static abstract class Address extends DNSRecord {
264 private static Logger logger1 = Logger.getLogger(Address.class.getName());
268 protected Address(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique, int ttl, InetAddress addr) {
273 protected Address(String name, DNSRecordType type, DNSRecordClass recordClass, boolean unique, int ttl, byte[] rawAd (…)
298 Address address = (Address) other; local
    [all...]
  /external/lldb/source/Core/
Address.cpp 1 //===-- Address.cpp ---------------------------------------------*- C++ -*-===//
10 #include "lldb/Core/Address.h"
29 ReadBytes (ExecutionContextScope *exe_scope, const Address &address, void *dst, size_t dst_len)
39 return target_sp->ReadMemory (address, prefer_file_cache, dst, dst_len, error);
45 GetByteOrderAndAddressSize (ExecutionContextScope *exe_scope, const Address &address, ByteOrder& byte_order, uint32_t& addr_size)
61 ModuleSP module_sp (address.GetModule());
72 ReadUIntMax64 (ExecutionContextScope *exe_scope, const Address &address, uint32_t byte_size, bool &success
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 210 const Value *Address = DI->getAddress();
211 if (Address) {
212 if (const BitCastInst *BCI = dyn_cast<BitCastInst>(Address))
213 Address = BCI->getOperand(0);
214 if (const AllocaInst *AI = dyn_cast<AllocaInst>(Address)) {
239 // Transfer the address-taken flag. This is necessary because there could
  /external/llvm/lib/MC/
MachObjectWriter.cpp 100 uint64_t Address = Target.getConstant();
102 Address += getSymbolAddress(&Layout.getAssembler().getSymbolData(
105 Address += getSymbolAddress(&Layout.getAssembler().getSymbolData(
107 return Address;
225 Write64(getSectionAddress(&SD)); // address
228 Write32(getSectionAddress(&SD)); // address
332 uint64_t Address = 0;
364 // Compute the symbol address.
366 Address = AliaseeInfo->StringIndex;
368 Address = getSymbolAddress(&Data, Layout)
    [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp 643 // Next the address: [xN]
    [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 252 Value *Address = IBI->getAddress();
255 RecursivelyDeleteTriviallyDeadInstructions(Address, TLI);
511 // Zap anything that took the address of DestBB. Not doing this will give the
512 // address an invalid value.
    [all...]
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 108 cl::opt<bool> NumericSort("numeric-sort", cl::desc("Sort symbols by address"));
122 cl::desc("Show symbol size instead of address"));
179 uint64_t Address;
189 if (A.Address < B.Address)
191 if (A.Address == B.Address && A.Name < B.Name)
193 if (A.Address == B.Address && A.Name == B.Name && A.Size < B.Size)
198 if (A.Address > B.Address
    [all...]
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 310 uint64_t Address;
311 if (error(Symbol.getAddress(Address)))
313 if (Address == UnknownAddressOrSize)
315 Address -= SectionAddr;
316 if (Address >= SectSize)
322 Symbols.push_back(std::make_pair(Address, Name));
326 // Sort the symbols by address, just in case they didn't come in that way.
339 // Sort relocations by address.
381 // If this symbol has the same address as the next symbol, then skip it.
426 // Stop when rel_cur's address is past the current instruction
459 uint64_t address; local
    [all...]
  /frameworks/base/location/java/android/location/
Address.java 29 * A class representing an Address, i.e, a set of Strings describing a location.
31 * The addres format is a simplified version of xAL (eXtensible Address Language)
34 public class Address implements Parcelable {
60 * Constructs a new Address object set to the given Locale and with all
63 public Address(Locale locale) {
68 * Returns the Locale associated with this address.
75 * Returns the largest index currently in use to specify an address line.
76 * If no address lines are specified, -1 is returned.
83 * Returns a line of the address numbered by the given index
96 * Sets the line of the address numbered by index (starting at 0) to th
    [all...]
  /packages/apps/Email/provider_src/com/android/email/
LegacyConversions.java 33 import com.android.emailcommon.mail.Address;
82 final Address[] from = message.getFrom();
83 final Address[] to = message.getRecipients(Message.RecipientType.TO);
84 final Address[] cc = message.getRecipients(Message.RecipientType.CC);
85 final Address[] bcc = message.getRecipients(Message.RecipientType.BCC);
86 final Address[] replyTo = message.getReplyTo();
139 localMessage.mFrom = Address.toString(from);
142 localMessage.mTo = Address.toString(to);
143 localMessage.mCc = Address.toString(cc);
144 localMessage.mBcc = Address.toString(bcc)
    [all...]

Completed in 460 milliseconds

1 23 4 5 6