Home
last modified time | relevance | path

Searched refs:CSOffsetExpr (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DStackMaps.h313 const MCExpr *CSOffsetExpr = nullptr; member
319 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID, in CallsiteInfo()
321 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)), in CallsiteInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackMaps.cpp503 const MCExpr *CSOffsetExpr = MCBinaryExpr::createSub( in recordStackMapOpers() local
507 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers()
665 OS.emitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
675 OS.emitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()