HomeSort by relevance Sort by last modified time
    Searched refs:AddrType (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/CodeGen/
MachineRelocation.h 67 AddressType AddrType : 4; // The field of Target to use
91 Result.AddrType = isGV;
111 Result.AddrType = isIndirectSym;
128 Result.AddrType = isBB;
148 Result.AddrType = isExtSym;
167 Result.AddrType = isConstPool;
186 Result.AddrType = isJumpTable;
223 return AddrType == isGV;
229 return AddrType == isIndirectSym;
235 return AddrType == isBB
    [all...]
  /ndk/sources/host-tools/ndk-stack/elff/
elf_file.h 465 * AddrType - Defines pointer type for the CU the range belongs to. CU's
477 template<typename AddrType>
478 bool get_range(Elf_Word offset, AddrType* low, AddrType* high) {
479 const AddrType* ptr = INC_CPTR_T(AddrType, debug_ranges_.data(), offset);
480 assert(debug_ranges_.is_contained(ptr, sizeof(AddrType) * 2));
481 if (!debug_ranges_.is_contained(ptr, sizeof(AddrType) * 2)) {
dwarf_die.cc 129 template <typename AddrType>
139 AddrType low;
140 AddrType high;
147 range_off += sizeof(AddrType) * 2;
dwarf_die.h 98 * AddrType - Type of compilation unin address (4, or 8 bytes), defined by
107 template <typename AddrType>
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
dhcpssdk.h 78 typedef DWORD (WINAPI *LPDHCP_GIVE_ADDRESS)(LPBYTE Packet,DWORD PacketSize,DWORD ControlCode,DWORD IpAddress,DWORD AltAddress,DWORD AddrType,DWORD LeaseTime,LPVOID Reserved,LPVOID PktContext);
  /external/clang/lib/Sema/
SemaChecking.cpp 529 QualType AddrType = ValType.getUnqualifiedType().withVolatile();
531 AddrType.addConst();
535 if (!AddrType.isAtLeastAsQualifiedAs(ValType)) {
539 << Context.getPointerType(AddrType)
544 AddrType = Context.getPointerType(AddrType);
545 PointerArgRes = ImpCastExprToType(PointerArg, AddrType, CastNeeded);
    [all...]

Completed in 299 milliseconds