Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDStackMaps.h251 const MCExpr *CSOffsetExpr = nullptr; member
257 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID, in CallsiteInfo()
259 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)), in CallsiteInfo()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDStackMaps.cpp341 const MCExpr *CSOffsetExpr = MCBinaryExpr::createSub( in recordStackMapOpers() local
345 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers()
505 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
515 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()