Searched refs:CSOffsetExpr (Results 1 – 2 of 2) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
| H A D | StackMaps.h | 321 const MCExpr *CSOffsetExpr = nullptr; member 327 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID, in CallsiteInfo() 329 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)), in CallsiteInfo()
|
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
| H A D | StackMaps.cpp | 520 const MCExpr *CSOffsetExpr = MCBinaryExpr::createSub( in recordStackMapOpers() local 524 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers() 682 OS.emitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries() 692 OS.emitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
|