reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Instrumentation/InstrOrderFile.cpp
  135     Value *IdxFlags[] = {ConstantInt::get(Int32Ty, 0),
  136                          ConstantInt::get(Int32Ty, FuncId)};
  146         AtomicRMWInst::Add, BufferIdx, ConstantInt::get(Int32Ty, 1),
  150         IdxVal, ConstantInt::get(Int32Ty, INSTR_ORDER_FILE_BUFFER_MASK));
  151     Value *BufferGEPIdx[] = {ConstantInt::get(Int32Ty, 0), WrappedIdx};