Searched refs:CSOffsetExpr (Results 1 - 2 of 2) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
H A D | StackMaps.h | 198 const MCExpr *CSOffsetExpr; member in struct:llvm::StackMaps::CallsiteInfo 202 CallsiteInfo() : CSOffsetExpr(nullptr), ID(0) {} 203 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID, argument 205 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)),
|
/external/llvm/lib/CodeGen/ |
H A D | StackMaps.cpp | 328 const MCExpr *CSOffsetExpr = MCBinaryExpr::createSub( local 332 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), 482 OS.EmitValue(CSI.CSOffsetExpr, 4); 492 OS.EmitValue(CSI.CSOffsetExpr, 4);
|
Completed in 218 milliseconds