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