Searched refs:CSOffsetExpr (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | StackMaps.h | 322 const MCExpr *CSOffsetExpr = nullptr; member 328 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID, in CallsiteInfo() 330 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)), in CallsiteInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | StackMaps.cpp | 510 const MCExpr *CSOffsetExpr = MCBinaryExpr::createSub( in recordStackMapOpers() local 514 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers() 670 OS.emitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries() 680 OS.emitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
|