Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackMaps.cpp163 for (const auto &CSI : CSInfos) { in print()
332 CSInfos.emplace_back(CSOffsetExpr, ID, std::move(Locations), in recordStackMapOpers()
364 auto &Locations = CSInfos.back().Locations; in recordPatchPoint()
407 DEBUG(dbgs() << WSMP << "#callsites = " << CSInfos.size() << '\n'); in emitStackmapHeader()
408 OS.EmitIntValue(CSInfos.size(), 4); in emitStackmapHeader()
472 for (const auto &CSI : CSInfos) { in emitCallsiteEntries()
523 assert((!CSInfos.empty() || (CSInfos.empty() && ConstPool.empty())) && in serializeToStackMapSection()
525 assert((!CSInfos.empty() || (CSInfos.empty() && FnStackSize.empty())) && in serializeToStackMapSection()
527 if (CSInfos.empty()) in serializeToStackMapSection()
550 CSInfos.clear(); in serializeToStackMapSection()
/external/llvm/include/llvm/CodeGen/
DStackMaps.h169 CSInfos.clear(); in reset()
212 CallsiteInfoList CSInfos; variable