Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_rawprofile.cpp31 auto *StackIds = reinterpret_cast<Vector<u64> *>(Arg); in RecordStackId() local
82 u64 StackSizeBytes(const Vector<u64> &StackIds) { in StackSizeBytes()
110 void SerializeStackToBuffer(const Vector<u64> &StackIds, in SerializeStackToBuffer()
147 void SerializeMIBInfoToBuffer(MIBMapTy &MIBMap, const Vector<u64> &StackIds, in SerializeMIBInfoToBuffer()
207 Vector<u64> StackIds; in SerializeToRawProfile() local
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DMemoryProfileInfo.cpp101 ArrayRef<uint64_t> StackIds) { in addCallStack()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1270 SmallVector<uint64_t> StackIds; in addCallStack() local
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4293 std::vector<uint64_t> StackIds; in writeCombinedGlobalValueSummary() local
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp916 std::vector<uint64_t> StackIds; member in __anone38b3fdf0411::ModuleSummaryIndexBitcodeReader