Home
last modified time | relevance | path

Searched refs:CSOffsetExpr (Results 1 – 4 of 4) 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-7.0/llvm/include/llvm/CodeGen/
DStackMaps.h271 const MCExpr *CSOffsetExpr = nullptr; member
277 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID, in CallsiteInfo()
279 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)), in CallsiteInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DStackMaps.cpp344 const MCExpr *CSOffsetExpr = MCBinaryExpr::createSub( in recordStackMapOpers() local
348 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers()
507 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
517 OS.EmitValue(CSI.CSOffsetExpr, 4); in emitCallsiteEntries()
/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()