| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ | 
| H A D | MemProf.h | 142 struct Frame {  struct146   // 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()  function
 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-src/gnu/llvm/llvm/lib/Target/Mips/MCTargetDesc/ | 
| H A D | MipsELFStreamer.cpp | 56 void MipsELFStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) {  in emitCFIStartProcImpl()67 void MipsELFStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) {  in emitCFIEndProcImpl()
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Coroutines/ | 
| H A D | CoroElide.cpp | 80 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-src/gnu/llvm/llvm/lib/DebugInfo/CodeView/ | 
| H A D | DebugFrameDataSubsection.cpp | 60 void DebugFrameDataSubsection::addFrameData(const FrameData &Frame) {  in addFrameData()
 | 
| /openbsd-src/gnu/llvm/clang/lib/AST/Interp/ | 
| H A D | State.h | 51 class Frame;  variable
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ | 
| H A D | X86WinCOFFStreamer.cpp | 45 void X86WinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) {  in emitWindowsUnwindTables()
 | 
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/ | 
| H A D | PDBContext.cpp | 114   while (auto Frame = Frames->getNext()) {  in getInliningInfoForAddress()  local
 | 
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/RuntimeDyld/ | 
| H A D | RTDyldMemoryManager.cpp | 136   for (auto &Frame : EHFrames)  in deregisterEHFrames()  local
 | 
| /openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/ | 
| H A D | test_result.py | 263         class Frame(object):  class
 | 
| /openbsd-src/usr.bin/awk/ | 
| H A D | run.c | 217 struct Frame {	/* stack frame for awk function calls */  struct226 struct Frame *frame = NULL;	/* base of stack frames; dynamically allocated */  argument
 
 | 
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ | 
| H A D | Diagnostics.cpp | 169 static void printContextFrameToStream(const Diagnostics::ContextFrame &Frame,  in printContextFrameToStream()
 | 
| /openbsd-src/gnu/llvm/llvm/lib/MC/ | 
| H A D | MCDwarf.cpp | 1486 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 D | MCStreamer.cpp | 452   MCDwarfFrameInfo Frame;  in emitCFIStartProc()  local470 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 D | MCObjectStreamer.cpp | 277 void MCObjectStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) {  in emitCFIStartProcImpl()283 void MCObjectStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) {  in emitCFIEndProcImpl()
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ | 
| H A D | EPCGenericRTDyldMemoryManager.cpp | 259     for (auto &Frame : SecAllocGroup.UnfinalizedEHFrames)  in finalizeMemory()  local
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/ | 
| H A D | ARMWinCOFFStreamer.cpp | 47 void ARMWinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) {  in emitWindowsUnwindTables()
 | 
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ | 
| H A D | AnalysisDeclContext.cpp | 504   unsigned Frame = 0;  in dumpStack()  local542   unsigned Frame = 0;  in printJson()  local
 
 | 
| /openbsd-src/gnu/llvm/llvm/tools/llvm-profgen/ | 
| H A D | ProfiledBinary.cpp | 295   for (auto &Frame : ContextVec) {  in getExpandedContext()  local431       auto *Frame = Child.second.get();  in decodePseudoProbe()  local
 
 | 
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/Symbolize/ | 
| H A D | DIPrinter.cpp | 348   json::Array Frame;  in print()  local
 | 
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/MCTargetDesc/ | 
| H A D | AArch64WinCOFFStreamer.cpp | 45 void AArch64WinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) {  in emitWindowsUnwindTables()
 | 
| /openbsd-src/gnu/usr.bin/binutils/gdb/ | 
| H A D | m68k-stub.c | 173 } Frame;  typedef
 | 
| /openbsd-src/sys/arch/m88k/m88k/ | 
| H A D | db_trace.c | 813 		Default, Stack, Frame in db_stack_trace_print()   enumerator 
 | 
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/ | 
| H A D | DIContext.h | 108   void addFrame(const DILineInfo &Frame) { Frames.push_back(Frame); }  in addFrame()
 | 
| /openbsd-src/gnu/llvm/llvm/tools/llvm-symbolizer/ | 
| H A D | llvm-symbolizer.cpp | 112   Frame,  enumerator
 | 
| /openbsd-src/gnu/llvm/lldb/examples/python/ | 
| H A D | crashlog.py | 185     class Frame:  class in CrashLog
 |