Home
last modified time | relevance | path

Searched refs:CSInfos (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackMaps.cpp298 for (const auto &CSI : CSInfos) { in print()
514 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers()
550 auto &Locations = CSInfos.back().Locations; in recordPatchPoint()
592 LLVM_DEBUG(dbgs() << WSMP << "#callsites = " << CSInfos.size() << '\n'); in emitStackmapHeader()
593 OS.emitInt32(CSInfos.size()); in emitStackmapHeader()
660 for (const auto &CSI : CSInfos) { in emitCallsiteEntries()
716 assert((!CSInfos.empty() || ConstPool.empty()) && in serializeToStackMapSection()
718 assert((!CSInfos.empty() || FnInfos.empty()) && in serializeToStackMapSection()
720 if (CSInfos.empty()) in serializeToStackMapSection()
743 CSInfos.clear(); in serializeToStackMapSection()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DStackMaps.h304 CSInfos.clear(); in reset()
354 CallsiteInfoList &getCSInfos() { return CSInfos; } in getCSInfos()
363 CallsiteInfoList CSInfos; variable