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

  /external/llvm/lib/Target/X86/AsmParser/
X86AsmInstrumentation.cpp 201 virtual void InstrumentMemOperandPrologue(const RegisterContext &RegCtx,
206 virtual void InstrumentMemOperandEpilogue(const RegisterContext &RegCtx,
212 const RegisterContext &RegCtx,
216 const RegisterContext &RegCtx,
223 const RegisterContext &RegCtx, MCContext &Ctx,
281 const RegisterContext &RegCtx, MCContext &Ctx, MCStreamer &Out) {
287 InstrumentMemOperandSmall(Op, AccessSize, IsWrite, RegCtx, Ctx, Out);
289 InstrumentMemOperandLarge(Op, AccessSize, IsWrite, RegCtx, Ctx, Out);
298 RegisterContext RegCtx(X86::RDX /* AddressReg */, X86::RAX /* ShadowReg */,
302 RegCtx.AddBusyReg(DstReg)
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp     [all...]

Completed in 131 milliseconds