Searched defs:MemoryLocation (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DMemoryLocation.h1 //===- MemoryLocation.h - Memory location descriptions ----------*- C++ -*-===//
40 class MemoryLocation { class in namespace:llvm
65 static MemoryLocation get(const LoadInst *LI);
66 static MemoryLocation get(const StoreInst *SI);
67 static MemoryLocation get(const VAArgInst *VI);
68 static MemoryLocation get(const AtomicCmpXchgInst *CXI);
69 static MemoryLocation get(const AtomicRMWInst *RMWI);
70 static MemoryLocation get(const Instruction *Inst) {
85 static MemoryLocation getForSource(const MemTransferInst *MTI);
89 static MemoryLocation getForDes
95 explicit MemoryLocation(const Value *Ptr = nullptr, function
[all...]
/external/compiler-rt/lib/ubsan/
H A Dubsan_diag.h51 typedef uptr MemoryLocation; typedef in namespace:__ubsan
54 /// SourceLocation, a MemoryLocation, or a SymbolizedStack.
63 MemoryLocation MemoryLoc;
70 Location(MemoryLocation Loc) :
86 MemoryLocation getMemoryLocation() const {
109 Range(MemoryLocation Start, MemoryLocation End, const char *Text)

Completed in 330 milliseconds