Searched defs:MemProfCallStackIndexes (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/lib/ProfileData/ |
H A D | InstrProfWriter.cpp | 457 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 D | MemProf.cpp | 175 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 D | MemProf.h | 590 llvm::DenseMap<CallStackId, LinearCallStackId> *MemProfCallStackIndexes; global() variable 597 RecordWriterTrait(const MemProfSchema * Schema,IndexedVersion V,llvm::DenseMap<CallStackId,LinearCallStackId> * MemProfCallStackIndexes) RecordWriterTrait() argument
|