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 D | RawMemProfReader.cpp | 319 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 D | RawMemProfReader.h | 79 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/ |
D | RawMemProfReader.h | 150 : 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/ |
D | RawMemProfReader.h | 150 : 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/ |
D | RawMemProfReader.h | 150 : 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/ |
D | MemProfReader.h | 173 : SegmentInfo(Seg.begin(), Seg.end()), CallstackProfileData(Prof), 223 llvm::MapVector<uint64_t, MemInfoBlock> CallstackProfileData; variable
|