Home
last modified time | relevance | path

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

/freebsd-src/contrib/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() argument
116 void SerializeStackToBuffer(const Vector<u64> &StackIds, in SerializeStackToBuffer() argument
153 SerializeMIBInfoToBuffer(MIBMapTy & MIBMap,const Vector<u64> & StackIds,const u64 ExpectedNumBytes,char * & Buffer) SerializeMIBInfoToBuffer() argument
213 Vector<u64> StackIds; SerializeToRawProfile() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp128 addCallStack(AllocationType AllocType,ArrayRef<uint64_t> StackIds) addCallStack() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp644 SmallVector<uint64_t> StackIds; addCallStack() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMemProfContextDisambiguation.cpp1515 std::vector<uint64_t> StackIds; getStackIdsWithContextNodes() local
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4356 std::vector<uint64_t> StackIds; writeCombinedGlobalValueSummary() local
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp913 std::vector<uint64_t> StackIds; global() member in __anon5272731a0411::ModuleSummaryIndexBitcodeReader
[all...]