Home
last modified time | relevance | path

Searched refs:InstructionInfo (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DThreadSanitizer.cpp125 struct InstructionInfo { struct
130 explicit InstructionInfo(Instruction *Inst) : Inst(Inst) {} in InstructionInfo() argument
137 bool instrumentLoadOrStore(const InstructionInfo &II, const DataLayout &DL);
141 SmallVectorImpl<InstructionInfo> &All,
446 SmallVectorImpl<InstructionInfo> &All, const DataLayout &DL) { in chooseInstructionsToInstrument()
469 WI.Flags |= InstructionInfo::kCompoundRW; in chooseInstructionsToInstrument()
537 SmallVector<InstructionInfo, 8> AllLoadsAndStores; in sanitizeFunction()
611 bool ThreadSanitizer::instrumentLoadOrStore(const InstructionInfo &II, in instrumentLoadOrStore()
655 ClCompoundReadBeforeWrite && (II.Flags & InstructionInfo::kCompoundRW); in instrumentLoadOrStore()
/external/capstone/arch/MOS65XX/
DMOS65XXDisassembler.c286 typedef struct InstructionInfo { struct
291 } InstructionInfo; argument
293 static const struct InstructionInfo InstructionInfoTable[]= {