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

  /external/llvm/include/llvm/CodeGen/
StackMaps.h 143 const MCExpr *CSOffsetExpr;
147 CallsiteInfo() : CSOffsetExpr(nullptr), ID(0) {}
148 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID,
150 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(Locations),
  /external/llvm/lib/CodeGen/
StackMaps.cpp 230 const MCExpr *CSOffsetExpr = MCBinaryExpr::CreateSub(
235 CSInfos.push_back(CallsiteInfo(CSOffsetExpr, ID, Locations, LiveOuts));
375 OS.EmitValue(CSI.CSOffsetExpr, 4);
385 OS.EmitValue(CSI.CSOffsetExpr, 4);

Completed in 219 milliseconds