HomeSort by relevance Sort by last modified time
    Searched refs:CSOffsetExpr (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/CodeGen/
StackMaps.h 197 const MCExpr *CSOffsetExpr;
201 CallsiteInfo() : CSOffsetExpr(nullptr), ID(0) {}
202 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID,
204 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)),
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 264 const MCExpr *CSOffsetExpr = nullptr;
270 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID,
272 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)),
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
StackMaps.h 271 const MCExpr *CSOffsetExpr = nullptr;
277 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID,
279 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)),
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
StackMaps.h 271 const MCExpr *CSOffsetExpr = nullptr;
277 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID,
279 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)),
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
StackMaps.h 271 const MCExpr *CSOffsetExpr = nullptr;
277 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID,
279 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)),
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
StackMaps.h 271 const MCExpr *CSOffsetExpr = nullptr;
277 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID,
279 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)),
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
StackMaps.h 271 const MCExpr *CSOffsetExpr = nullptr;
277 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID,
279 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)),
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
StackMaps.h 271 const MCExpr *CSOffsetExpr = nullptr;
277 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID,
279 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)),
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
StackMaps.h 264 const MCExpr *CSOffsetExpr = nullptr;
270 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID,
272 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)),
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
StackMaps.h 271 const MCExpr *CSOffsetExpr = nullptr;
277 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID,
279 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)),
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
StackMaps.h 271 const MCExpr *CSOffsetExpr = nullptr;
277 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID,
279 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)),
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
StackMaps.h 271 const MCExpr *CSOffsetExpr = nullptr;
277 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID,
279 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)),
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
StackMaps.h 271 const MCExpr *CSOffsetExpr = nullptr;
277 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID,
279 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)),
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
StackMaps.h 271 const MCExpr *CSOffsetExpr = nullptr;
277 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID,
279 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)),
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
StackMaps.h 271 const MCExpr *CSOffsetExpr = nullptr;
277 CallsiteInfo(const MCExpr *CSOffsetExpr, uint64_t ID,
279 : CSOffsetExpr(CSOffsetExpr), ID(ID), Locations(std::move(Locations)),
  /external/llvm/lib/CodeGen/
StackMaps.cpp 328 const MCExpr *CSOffsetExpr = MCBinaryExpr::createSub(
332 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations),
482 OS.EmitValue(CSI.CSOffsetExpr, 4);
492 OS.EmitValue(CSI.CSOffsetExpr, 4);

Completed in 361 milliseconds