Home
last modified time | relevance | path

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

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