Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DThreadSanitizer.cpp123 struct InstructionInfo { struct
126 static constexpr unsigned kCompoundRW = (1U << 0);
128 explicit InstructionInfo(Instruction *Inst) : Inst(Inst) {} in InstructionInfo() function
130 Instruction *Inst;
131 unsigned Flags = 0;
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp310 MCInstrInfo *InstructionInfo(TheTarget->createMCInstrInfo()); in loadGenericTargetInfo() local