Home
last modified time | relevance | path

Searched defs:Frames (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.h42 FixedStreamArray<FrameData> Frames; variable
62 std::vector<FrameData> Frames; variable
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeFunctionSymbol.cpp111 std::vector<SymIndexId> Frames; in findInlineFramesByVA() local
/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp81 for (const auto &Frames : Record.CallSites) { serializedSizeV0() local
147 for (const auto &Frames : Record.CallSites) { serializeV0() local
244 llvm::SmallVector<FrameId> Frames; deserializeV0() local
H A DMemProfReader.cpp506 const SmallVector<FrameId> &Frames = SymbolizedFrame[Address]; mapRawProfileToRecords() local
H A DSampleProfWriter.cpp402 for (auto &Callsite : Frames) { in writeCSNameTableSection() local
/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp108 auto Frames = ParentFunc->findInlineFramesByVA(Address.Address); in getInliningInfoForAddress() local
/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h486 std::vector<Frame> Frames; MemProfRecord() local
504 for (const std::vector<Frame> &Frames : CallSites) { print() local
858 std::vector<Frame> Frames; operator() local
900 std::vector<Frame> Frames; operator() local
936 llvm::MapVector<FrameId, Frame> Frames; global() member
[all...]
/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLDebugSections.cpp710 for (const auto &F : Frames) { in fromCodeViewSubsection() argument
872 YAMLFrameDataSubsection::fromCodeViewSubsection(State.strings(), Frames); in visitFrameData() argument
219 std::vector<YAMLFrameData> Frames; global() member
[all...]
/llvm-project/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp136 typedef std::vector<void *> Frames; typedef
138 typedef std::vector<void *> Frames; typedef
/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h93 SmallVector<DILineInfo, 4> Frames; global() variable
/llvm-project/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp401 for (const auto &Frames : AllocFrames) makeRecord() local
404 for (const auto &Frames : CallSiteFrames) makeRecord() local
[all...]