Home
last modified time | relevance | path

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

12

/openbsd/gnu/llvm/llvm/include/llvm/ProfileData/
H A DMemProf.h142 struct Frame { struct
146 // The symbol name for the function. Only populated in the Frame by the reader argument
155 bool IsInlineFrame; argument
157 Frame(const Frame &Other) { in Frame() argument
165 Frame(uint64_t Hash, uint32_t Off, uint32_t Col, bool Inline) in Frame() function
204 static Frame deserialize(const unsigned char *Ptr) { in deserialize() argument
217 return sizeof(Frame::Function) + sizeof(Frame::LineOffset) + in serializedSize() argument
228 << " Inline: " << IsInlineFrame << "\n"; in printYAML() argument
234 inline FrameId hash() const { in hash() argument
/openbsd/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.cpp56 void MipsELFStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl()
67 void MipsELFStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIEndProcImpl()
/openbsd/gnu/llvm/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp80 static bool operandReferences(CallInst *CI, AllocaInst *Frame, AAResults &AA) { in operandReferences()
94 static void removeTailCallAttribute(AllocaInst *Frame, AAResults &AA) { in removeTailCallAttribute()
163 auto *Frame = new AllocaInst(FrameTy, DL.getAllocaAddrSpace(), "", InsertPt); in elideHeapAllocations() local
/openbsd/gnu/llvm/llvm/lib/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.cpp60 void DebugFrameDataSubsection::addFrameData(const FrameData &Frame) { in addFrameData()
/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DState.h51 class Frame; variable
/openbsd/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFStreamer.cpp45 void X86WinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp114 while (auto Frame = Frames->getNext()) { in getInliningInfoForAddress() local
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp136 for (auto &Frame : EHFrames) in deregisterEHFrames() local
/openbsd/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_result.py263 class Frame(object): class
/openbsd/usr.bin/awk/
H A Drun.c217 struct Frame { /* stack frame for awk function calls */ struct
226 struct Frame *frame = NULL; /* base of stack frames; dynamically allocated */ argument
/openbsd/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp169 static void printContextFrameToStream(const Diagnostics::ContextFrame &Frame, in printContextFrameToStream()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp1486 void FrameEmitterImpl::EmitCompactUnwind(const MCDwarfFrameInfo &Frame) { in EmitCompactUnwind()
1564 const MCSymbol &FrameEmitterImpl::EmitCIE(const MCDwarfFrameInfo &Frame) { in EmitCIE()
1865 for (const MCDwarfFrameInfo &Frame : FrameArray) { in Emit() local
1903 const MCDwarfFrameInfo &Frame = *I; in Emit() local
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()
H A DMCObjectStreamer.cpp277 void MCObjectStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl()
283 void MCObjectStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIEndProcImpl()
/openbsd/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp259 for (auto &Frame : SecAllocGroup.UnfinalizedEHFrames) in finalizeMemory() local
/openbsd/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFStreamer.cpp47 void ARMWinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables()
/openbsd/gnu/llvm/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp504 unsigned Frame = 0; in dumpStack() local
542 unsigned Frame = 0; in printJson() local
/openbsd/gnu/llvm/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp295 for (auto &Frame : ContextVec) { in getExpandedContext() local
431 auto *Frame = Child.second.get(); in decodePseudoProbe() local
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64WinCOFFStreamer.cpp45 void AArch64WinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables()
/openbsd/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp348 json::Array Frame; in print() local
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dm68k-stub.c173 } Frame; typedef
/openbsd/sys/arch/m88k/m88k/
H A Ddb_trace.c813 Default, Stack, Frame in db_stack_trace_print() enumerator
/openbsd/gnu/llvm/llvm/include/llvm/DebugInfo/
H A DDIContext.h108 void addFrame(const DILineInfo &Frame) { Frames.push_back(Frame); } in addFrame()
/openbsd/gnu/llvm/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp112 Frame, enumerator
/openbsd/gnu/llvm/lldb/examples/python/
H A Dcrashlog.py185 class Frame: class in CrashLog

12