Searched refs:CSOffsetExpr (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | StackMaps.h | 252 const MCExpr *CSOffsetExpr = nullptr; member 258 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID, in CallsiteInfo() 260 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)), in CallsiteInfo()
|
| /freebsd-12.1/contrib/llvm/lib/CodeGen/ |
| H A D | StackMaps.cpp | 343 const MCExpr *CSOffsetExpr = MCBinaryExpr::createSub( in recordStackMapOpers() local 347 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers() 506 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries() 516 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
|