Home
last modified time | relevance | path

Searched defs:InlineCallStack (Results 1 – 2 of 2) sorted by relevance

/external/llvm/include/llvm/ProfileData/
DSampleProfReader.h393 typedef SmallVector<FunctionSamples *, 10> InlineCallStack; typedef
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DSampleProfReader.h676 using InlineCallStack = SmallVector<FunctionSamples *, 10>; variable