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

  /external/llvm/lib/ProfileData/
SampleProfReader.cpp 153 InlineCallStack InlineStack;
183 InlineStack.clear();
184 InlineStack.push_back(&FProfile);
199 while (InlineStack.size() > Depth) {
200 InlineStack.pop_back();
202 FunctionSamples &FSamples = InlineStack.back()->functionSamplesAt(
206 InlineStack.push_back(&FSamples);
208 while (InlineStack.size() > Depth) {
209 InlineStack.pop_back();
211 FunctionSamples &FProfile = *InlineStack.back()
    [all...]
  /external/llvm/include/llvm/ProfileData/
SampleProfReader.h 424 std::error_code readOneFunctionProfile(const InlineCallStack &InlineStack,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfReader.h 437 std::error_code readOneFunctionProfile(const InlineCallStack &InlineStack,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ProfileData/
SampleProfReader.h 437 std::error_code readOneFunctionProfile(const InlineCallStack &InlineStack,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ProfileData/
SampleProfReader.h 437 std::error_code readOneFunctionProfile(const InlineCallStack &InlineStack,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ProfileData/
SampleProfReader.h 437 std::error_code readOneFunctionProfile(const InlineCallStack &InlineStack,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ProfileData/
SampleProfReader.h 437 std::error_code readOneFunctionProfile(const InlineCallStack &InlineStack,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ProfileData/
SampleProfReader.h 437 std::error_code readOneFunctionProfile(const InlineCallStack &InlineStack,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ProfileData/
SampleProfReader.h 437 std::error_code readOneFunctionProfile(const InlineCallStack &InlineStack,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ProfileData/
SampleProfReader.h 437 std::error_code readOneFunctionProfile(const InlineCallStack &InlineStack,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ProfileData/
SampleProfReader.h 437 std::error_code readOneFunctionProfile(const InlineCallStack &InlineStack,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ProfileData/
SampleProfReader.h 437 std::error_code readOneFunctionProfile(const InlineCallStack &InlineStack,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ProfileData/
SampleProfReader.h 437 std::error_code readOneFunctionProfile(const InlineCallStack &InlineStack,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ProfileData/
SampleProfReader.h 437 std::error_code readOneFunctionProfile(const InlineCallStack &InlineStack,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ProfileData/
SampleProfReader.h 437 std::error_code readOneFunctionProfile(const InlineCallStack &InlineStack,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ProfileData/
SampleProfReader.h 437 std::error_code readOneFunctionProfile(const InlineCallStack &InlineStack,

Completed in 1695 milliseconds