Home
last modified time | relevance | path

Searched defs:Frame (Results 1 – 25 of 35) sorted by relevance

12

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DMemProf.h141 struct Frame { struct
145 // The symbol name for the function. Only populated in the Frame by the reader argument
154 bool IsInlineFrame; argument
156 Frame(const Frame &Other) { in Frame() argument
164 Frame(uint64_t Hash, uint32_t Off, uint32_t Col, bool Inline) in Frame() argument
203 static Frame deserialize(const unsigned char *Ptr) { in deserialize() argument
216 return sizeof(Frame::Function) + sizeof(Frame::LineOffset) + in serializedSize() argument
227 << " Inline: " << IsInlineFrame << "\n"; in printYAML() argument
233 inline FrameId hash() const { in hash() argument
/llvm-project-15.0.7/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp56 void MipsELFStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl()
67 void MipsELFStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIEndProcImpl()
/llvm-project-15.0.7/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dprobe_process.py12 class Frame(object): class
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DPresburgerRelation.cpp203 struct Frame { in getSetDifference() struct
205 unsigned simplexSnapshot; in getSetDifference()
207 IntegerRelation::CountsSnapshot bCounts; in getSetDifference()
209 IntegerRelation sI; in getSetDifference()
212 SmallVector<unsigned, 8> ineqsToProcess; in getSetDifference()
215 Optional<unsigned> lastIneqProcessed; in getSetDifference()
/llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp79 static bool operandReferences(CallInst *CI, AllocaInst *Frame, AAResults &AA) { in operandReferences()
93 static void removeTailCallAttribute(AllocaInst *Frame, AAResults &AA) { in removeTailCallAttribute()
161 auto *Frame = new AllocaInst(FrameTy, DL.getAllocaAddrSpace(), "", InsertPt); in elideHeapAllocations() local
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.cpp60 void DebugFrameDataSubsection::addFrameData(const FrameData &Frame) { in addFrameData()
/llvm-project-15.0.7/clang/lib/AST/Interp/
H A DState.h51 class Frame; variable
/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFStreamer.cpp45 void X86WinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables()
/llvm-project-15.0.7/flang/runtime/
H A Dbuffer.h59 char *Frame() const { return buffer_ + start_ + frame_; } in Frame() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp114 while (auto Frame = Frames->getNext()) { in getInliningInfoForAddress() local
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp136 for (auto &Frame : EHFrames) in deregisterEHFrames() local
/llvm-project-15.0.7/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_result.py263 class Frame(object): class
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp169 static void printContextFrameToStream(const Diagnostics::ContextFrame &Frame, in printContextFrameToStream()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp264 for (auto &Frame : ObjAllocs.UnfinalizedEHFrames) in finalizeMemory() local
/llvm-project-15.0.7/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFStreamer.cpp47 void ARMWinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables()
/llvm-project-15.0.7/llvm/unittests/ProfileData/
H A DMemProfTest.cpp75 DILineInfo Frame; in makeInliningInfo() local
/llvm-project-15.0.7/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64WinCOFFStreamer.cpp45 void AArch64WinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp1489 void FrameEmitterImpl::EmitCompactUnwind(const MCDwarfFrameInfo &Frame) { in EmitCompactUnwind()
1567 const MCSymbol &FrameEmitterImpl::EmitCIE(const MCDwarfFrameInfo &Frame) { in EmitCIE()
1861 for (const MCDwarfFrameInfo &Frame : FrameArray) { in Emit() local
1899 const MCDwarfFrameInfo &Frame = *I; in Emit() local
H A DMCObjectStreamer.cpp275 void MCObjectStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl()
281 void MCObjectStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIEndProcImpl()
H A DMCStreamer.cpp452 MCDwarfFrameInfo Frame; in emitCFIStartProc() local
470 void MCStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl()
480 void MCStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIEndProcImpl()
1000 void MCStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) {} in emitWindowsUnwindTables()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp505 unsigned Frame = 0; in dumpStack() local
543 unsigned Frame = 0; in printJson() local
/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp272 for (auto &Frame : ContextVec) { in getExpandedContext() local
387 auto *Frame = Child.second.get(); in decodePseudoProbe() local
/llvm-project-15.0.7/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp348 json::Array Frame; in print() local
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/
H A DDIContext.h107 void addFrame(const DILineInfo &Frame) { Frames.push_back(Frame); } in addFrame()
/llvm-project-15.0.7/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp108 Frame, enumerator

12