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

  /external/libunwind/include/tdep-mips/
dwarf-config.h 35 /* Return TRUE if the ADDR_SPACE uses big-endian byte-order. */
36 #define dwarf_is_big_endian(addr_space) ((addr_space)->big_endian)
39 #define dwarf_addr_size(addr_space) ((addr_space)->addr_size)
  /external/libunwind/include/tdep-sh/
dwarf-config.h 33 /* Return TRUE if the ADDR_SPACE uses big-endian byte-order. */
34 #define dwarf_is_big_endian(addr_space) ((addr_space)->big_endian)
  /external/libunwind/include/tdep-arm/
dwarf-config.h 35 /* Return TRUE if the ADDR_SPACE uses big-endian byte-order. */
36 #define dwarf_is_big_endian(addr_space) 0
  /external/libunwind/include/tdep-ppc32/
dwarf-config.h 40 /* Return TRUE if the ADDR_SPACE uses big-endian byte-order. */
41 #define dwarf_is_big_endian(addr_space) 1
  /external/libunwind/include/tdep-ppc64/
dwarf-config.h 40 /* Return TRUE if the ADDR_SPACE uses big-endian byte-order. */
41 #define dwarf_is_big_endian(addr_space) 1
  /external/libunwind/include/tdep-x86/
dwarf-config.h 36 /* Return TRUE if the ADDR_SPACE uses big-endian byte-order. */
37 #define dwarf_is_big_endian(addr_space) 0
  /external/libunwind/include/tdep-x86_64/
dwarf-config.h 43 /* Return TRUE if the ADDR_SPACE uses big-endian byte-order. */
44 #define dwarf_is_big_endian(addr_space) 0
  /external/libunwind/include/tdep-aarch64/
dwarf-config.h 34 /* Return TRUE if the ADDR_SPACE uses big-endian byte-order. */
35 #define dwarf_is_big_endian(addr_space) 0
  /external/libunwind/include/tdep-hppa/
dwarf-config.h 38 /* Return TRUE if the ADDR_SPACE uses big-endian byte-order. */
39 #define dwarf_is_big_endian(addr_space) 1
  /device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
dig64.h 35 uint8_t addr_space; member in struct:dig64_gas
  /external/clang/test/CodeGen/
catch-undef-behavior.c 89 // CHECK-UBSAN-LABEL: @addr_space
90 int addr_space(int __attribute__((address_space(256))) *a) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
target.def     [all...]
  /external/mesa3d/src/amd/common/
ac_nir_to_llvm.c 265 int addr_space; local
271 addr_space = LLVMGetPointerAddressSpace(LLVMTypeOf(ptr));
272 ptr = LLVMBuildBitCast(ctx->builder, ptr, LLVMPointerType(type, addr_space), "");
1545 int addr_space = LLVMGetPointerAddressSpace(LLVMTypeOf(ptr)); local
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_shader.c 3730 int addr_space; local
    [all...]

Completed in 407 milliseconds