Home
last modified time | relevance | path

Searched defs:MemoryLocation (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DLoads.h28 class MemoryLocation; variable
H A DScopedNoAliasAA.h26 class MemoryLocation; variable
H A DTypeBasedAliasAnalysis.h28 class MemoryLocation; variable
H A DCFLAndersAliasAnalysis.h29 class MemoryLocation; variable
H A DMemoryLocation.h285 MemoryLocation() in MemoryLocation() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUAliasAnalysis.h22 class MemoryLocation; variable
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_diag.h50 typedef uptr MemoryLocation; typedef
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_diag.h51 typedef uptr MemoryLocation; typedef
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_diag.h49 typedef uptr MemoryLocation; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1855 [](const std::pair<MemoryLocation, bool> &P) { return P.first; }); in eliminateDeadStores()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DMemorySSA.cpp2528 MemoryAccess *StartingAccess, const MemoryLocation &) { in getClobberingMemoryAccess()