Home
last modified time | relevance | path

Searched defs:MemProfCallStackIndexes (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp457 writeMemProfRecords(ProfOStream & OS,llvm::MapVector<GlobalValue::GUID,memprof::IndexedMemProfRecord> & MemProfRecordData,memprof::MemProfSchema * Schema,memprof::IndexedVersion Version,llvm::DenseMap<memprof::CallStackId,memprof::LinearCallStackId> * MemProfCallStackIndexes=nullptr) writeMemProfRecords() argument
571 MemProfCallStackIndexes; writeMemProfCallStackArray() local
740 MemProfCallStackIndexes = writeMemProfCallStackArray( writeMemProfV3() local
H A DMemProf.cpp175 serializeV3(const IndexedMemProfRecord & Record,const MemProfSchema & Schema,raw_ostream & OS,llvm::DenseMap<CallStackId,LinearCallStackId> & MemProfCallStackIndexes) serializeV3() argument
/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h590 llvm::DenseMap<CallStackId, LinearCallStackId> *MemProfCallStackIndexes; global() variable
597 RecordWriterTrait(const MemProfSchema * Schema,IndexedVersion V,llvm::DenseMap<CallStackId,LinearCallStackId> * MemProfCallStackIndexes) RecordWriterTrait() argument