HomeSort by relevance Sort by last modified time
    Searched defs:MemoryLocation (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
MemoryLocation.h 1 //===- MemoryLocation.h - Memory location descriptions ----------*- C++ -*-===//
40 class MemoryLocation {
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 getForDest(const MemIntrinsic *MI)
    [all...]
  /external/compiler-rt/lib/ubsan/
ubsan_diag.h 51 typedef uptr MemoryLocation;
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 61 milliseconds