Home
last modified time | relevance | path

Searched refs:CallstackProfileData (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DRawMemProfReader.cpp319 for (const auto &Entry : CallstackProfileData) { in mapRawProfileToRecords()
454 CallstackProfileData.erase(Id); in symbolizeAndFilterStackFrames()
490 if (CallstackProfileData.count(Value.first)) { in readRawProfile()
491 CallstackProfileData[Value.first].Merge(Value.second); in readRawProfile()
493 CallstackProfileData[Value.first] = Value.second; in readRawProfile()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ProfileData/
H A DRawMemProfReader.h79 CallstackProfileData(Prof), StackMap(SM), KeepSymbolName(KeepName) { in Symbolizer()
135 llvm::MapVector<uint64_t, MemInfoBlock> CallstackProfileData; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ProfileData/
DRawMemProfReader.h150 : SegmentInfo(Seg.begin(), Seg.end()), CallstackProfileData(Prof),
200 llvm::MapVector<uint64_t, MemInfoBlock> CallstackProfileData; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ProfileData/
DRawMemProfReader.h150 : SegmentInfo(Seg.begin(), Seg.end()), CallstackProfileData(Prof),
200 llvm::MapVector<uint64_t, MemInfoBlock> CallstackProfileData; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ProfileData/
DRawMemProfReader.h150 : SegmentInfo(Seg.begin(), Seg.end()), CallstackProfileData(Prof),
200 llvm::MapVector<uint64_t, MemInfoBlock> CallstackProfileData; variable
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ProfileData/
DMemProfReader.h173 : SegmentInfo(Seg.begin(), Seg.end()), CallstackProfileData(Prof),
223 llvm::MapVector<uint64_t, MemInfoBlock> CallstackProfileData; variable