Home
last modified time | relevance | path

Searched defs:AccessInfo (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_linux.cpp320 struct AccessInfo { struct
321 uptr addr;
322 uptr size;
323 bool is_store;
324 bool is_load;
325 bool recover;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp314 uint32_t AccessInfo = MI.getOperand(1).getImm(); in LowerHWASAN_CHECK_MEMACCESS() local
356 uint32_t AccessInfo = std::get<2>(P.first); in EmitHwasanMemaccessSymbols() local
/external/llvm-project/llvm/lib/Target/AArch64/
DAArch64AsmPrinter.cpp295 uint32_t AccessInfo = MI.getOperand(1).getImm(); in LowerHWASAN_CHECK_MEMACCESS() local
338 uint32_t AccessInfo = std::get<2>(P.first); in EmitHwasanMemaccessSymbols() local
/external/llvm-project/llvm/lib/Transforms/IPO/
DAttributorAttributes.cpp6531 struct AccessInfo { struct
6534 const Instruction *I;
6537 const Value *Ptr;
6540 AccessKind Kind;
6542 bool operator==(const AccessInfo &RHS) const { in operator ==()
6545 bool operator()(const AccessInfo &LHS, const AccessInfo &RHS) const { in operator ()()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp724 const int64_t AccessInfo = in instrumentMemAccessInline() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp610 const int64_t AccessInfo = Recover * 0x20 + IsWrite * 0x10 + AccessSizeIndex; in instrumentMemAccessInline() local