Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackMaps.cpp239 FnStackSize[AP.CurrentFnSym] = in recordStackMapOpers()
291 DEBUG(dbgs() << WSMP << "#functions = " << FnStackSize.size() << '\n'); in emitStackmapHeader()
292 OS.EmitIntValue(FnStackSize.size(), 4); in emitStackmapHeader()
310 for (auto const &FR : FnStackSize) { in emitFunctionFrameRecords()
481 assert((!CSInfos.empty() || (CSInfos.empty() && FnStackSize.empty())) && in serializeToStackMapSection()
/external/llvm/include/llvm/CodeGen/
DStackMaps.h159 FnStackSizeMap FnStackSize; variable