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

  /external/llvm/include/llvm/CodeGen/
StackMaps.h 142 struct CallsiteInfo {
147 CallsiteInfo() : CSOffsetExpr(nullptr), ID(0) {}
148 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID,
154 typedef std::vector<CallsiteInfo> CallsiteInfoList;
  /external/llvm/lib/CodeGen/
StackMaps.cpp 235 CSInfos.push_back(CallsiteInfo(CSOffsetExpr, ID, Locations, LiveOuts));

Completed in 199 milliseconds