Home
last modified time | relevance | path

Searched defs:AddrType (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDWARFDebugInfoTest.cpp388 typedef uint32_t AddrType; in TEST() typedef
397 typedef uint64_t AddrType; in TEST() typedef
406 typedef uint32_t AddrType; in TEST() typedef
415 typedef uint64_t AddrType; in TEST() typedef
424 typedef uint32_t AddrType; in TEST() typedef
433 typedef uint64_t AddrType; in TEST() typedef
442 typedef uint32_t AddrType; in TEST() typedef
451 typedef uint64_t AddrType; in TEST() typedef
547 typedef uint32_t AddrType; in TEST() typedef
554 typedef uint64_t AddrType; in TEST() typedef
[all …]
/external/google-breakpad/src/processor/
Dmap_serializers-inl.h191 const ContainedRangeMap<AddrType, EntryType> *m) const { in SizeOf()
213 const ContainedRangeMap<AddrType, EntryType> *m, char *dest) const { in Write()
250 const ContainedRangeMap<AddrType, EntryType> *m, unsigned int *size) const { in Serialize()
Dmap_serializers_unittest.cc49 typedef int32_t AddrType; typedef
/external/syzkaller/vendor/google.golang.org/grpc/naming/
Ddns_resolver.go188 AddrType AddressType member
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineRelocation.h67 AddressType AddrType : 4; // The field of Target to use variable
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dsyscall_linux.go473 AddrType uint8 member
/external/clang/lib/Sema/
DSemaChecking.cpp1293 QualType AddrType = ValType.getUnqualifiedType().withVolatile(); in CheckARMBuiltinExclusiveCall() local