Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DStackMaps.h197 const MCExpr *CSOffsetExpr; member
201 CallsiteInfo() : CSOffsetExpr(nullptr), ID(0) {} in CallsiteInfo()
202 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID, in CallsiteInfo()
204 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)), in CallsiteInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DStackMaps.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()
/external/llvm-project/llvm/include/llvm/CodeGen/
DStackMaps.h304 const MCExpr *CSOffsetExpr = nullptr; member
310 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID, in CallsiteInfo()
312 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)), in CallsiteInfo()
/external/llvm/lib/CodeGen/
DStackMaps.cpp328 const MCExpr *CSOffsetExpr = MCBinaryExpr::createSub( in recordStackMapOpers() local
332 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers()
482 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
492 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DStackMaps.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()
/external/llvm-project/llvm/lib/CodeGen/
DStackMaps.cpp489 const MCExpr *CSOffsetExpr = MCBinaryExpr::createSub( in recordStackMapOpers() local
493 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers()
651 OS.emitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
661 OS.emitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()