Home
last modified time | relevance | path

Searched defs:StackIds (Results 1 – 7 of 7) sorted by relevance

/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp32 auto *StackIds = reinterpret_cast<Vector<u64> *>(Arg); in RecordStackId() local
88 u64 StackSizeBytes(const Vector<u64> &StackIds) { in StackSizeBytes()
116 void SerializeStackToBuffer(const Vector<u64> &StackIds, in SerializeStackToBuffer()
159 void SerializeMIBInfoToBuffer(MIBMapTy &MIBMap, const Vector<u64> &StackIds, in SerializeMIBInfoToBuffer()
235 Vector<u64> StackIds; in SerializeToRawProfile() local
/llvm-project/llvm/unittests/Analysis/
H A DMemoryProfileInfoTest.cpp638 std::vector<uint64_t> StackIds; TEST_F() local
670 std::vector<uint64_t> StackIds; TEST_F() local
694 std::vector<uint64_t> StackIds; TEST_F() local
[all...]
/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp128 addCallStack(AllocationType AllocType,ArrayRef<uint64_t> StackIds) addCallStack() argument
/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp709 SmallVector<uint64_t> StackIds; addCallStack() local
/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1631 std::vector<uint64_t> StackIds; getStackIdsWithContextNodes() local
[all...]
/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp438 std::vector<uint64_t> StackIds; global() member in __anon51c5ee0f0111::IndexBitcodeWriter
[all...]
/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp971 std::vector<uint64_t> StackIds; global() member in __anon461288fb0411::ModuleSummaryIndexBitcodeReader
[all...]