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

  /external/llvm/lib/CodeGen/
StackMaps.cpp 239 FnStackSize[AP.CurrentFnSym] =
291 DEBUG(dbgs() << WSMP << "#functions = " << FnStackSize.size() << '\n');
292 OS.EmitIntValue(FnStackSize.size(), 4);
310 for (auto const &FR : FnStackSize) {
481 assert((!CSInfos.empty() || (CSInfos.empty() && FnStackSize.empty())) &&
  /external/llvm/include/llvm/CodeGen/
StackMaps.h 159 FnStackSizeMap FnStackSize;

Completed in 314 milliseconds