Home
last modified time | relevance | path

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

12

/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp
H A DState.h
/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h219 struct Frame { in Frame() argument
204 struct Frame { global() struct
208 FunctionFrame global() argument
217 IsInlineFrameFrame global() argument
229 FrameFrame Frame() argument
252 hasSymbolNameFrame hasSymbolName() argument
277 getSymbolNameFrame serialize() argument
281 deserializeFrame deserialize() argument
297 serializedSizeFrame serializedSize() argument
308 printYAMLFrame printYAML() argument
314 hashFrame hash() argument
[all...]
/llvm-project/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/cross-project-tests/debuginfo-tests/dexter/dex/debugger/dbgeng/
H A Dprobe_process.py13 class Frame(object): class
/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DDebugFrameDataSubsection.cpp60 void DebugFrameDataSubsection::addFrameData(const FrameData &Frame) { in addFrameData()
/llvm-project/mlir/lib/Analysis/Presburger/
H A DPresburgerRelation.cpp366 struct Frame { in getSetDifference() struct
368 simplexSnapshotgetSetDifference::Frame getSetDifference() argument
370 bCountsgetSetDifference::Frame getSetDifference() argument
372 sIgetSetDifference::Frame getSetDifference() argument
375 ineqsToProcessgetSetDifference::Frame getSetDifference() argument
378 lastIneqProcessedgetSetDifference::Frame getSetDifference() argument
/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroElide.cpp105 static bool operandReferences(CallInst *CI, AllocaInst *Frame, AAResults &AA) { in operandReferences()
119 static void removeTailCallAttribute(AllocaInst *Frame, AAResults &AA) { in removeTailCallAttribute()
241 auto *Frame = new AllocaInst(FrameTy, DL.getAllocaAddrSpace(), "", InsertPt); in elideHeapAllocations() local
/llvm-project/flang/runtime/
H A Dbuffer.h61 RT_API_ATTRS char *Frame() const { return buffer_ + start_ + frame_; } in Frame() function
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86WinCOFFStreamer.cpp51 void X86WinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables() argument
/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBContext.cpp114 while (auto Frame = Frames->getNext()) { in getInliningInfoForAddress() local
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRTDyldMemoryManager.cpp136 for (auto &Frame : EHFrames) deregisterEHFrames() local
/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DDiagnostics.cpp169 static void printContextFrameToStream(const Diagnostics::ContextFrame &Frame, in printContextFrameToStream()
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMWinCOFFStreamer.cpp47 void ARMWinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables() argument
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCGenericRTDyldMemoryManager.cpp259 for (auto &Frame : SecAllocGroup.UnfinalizedEHFrames) finalizeMemory() local
/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1497 EmitCompactUnwind(const MCDwarfFrameInfo & Frame) EmitCompactUnwind() argument
1575 EmitCIE(const MCDwarfFrameInfo & Frame) EmitCIE() argument
1844 for (const MCDwarfFrameInfo &Frame : FrameArray) { Emit() local
1885 const MCDwarfFrameInfo &Frame = *I; Emit() local
[all...]
H A DMCObjectStreamer.cpp214 void MCObjectStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl() argument
220 void MCObjectStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIEndProcImpl() argument
H A DMCStreamer.cpp444 MCDwarfFrameInfo Frame; emitCFIStartProc() local
463 emitCFIStartProcImpl(MCDwarfFrameInfo & Frame) emitCFIStartProcImpl() argument
474 emitCFIEndProcImpl(MCDwarfFrameInfo & Frame) emitCFIEndProcImpl() argument
1005 emitWindowsUnwindTables(WinEH::FrameInfo * Frame) emitWindowsUnwindTables() argument
[all...]
/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp504 unsigned Frame = 0; in dumpStack() local
542 unsigned Frame = 0; in printJson() local
/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64WinCOFFStreamer.cpp45 void AArch64WinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables() argument
/llvm-project/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp357 json::Array Frame; print() local
/llvm-project/llvm/tools/llvm-profgen/
H A DProfiledBinary.cpp304 for (auto &Frame : ContextVec) { getExpandedContext() local
457 auto *Frame = Child.second.get(); decodePseudoProbe() local
/llvm-project/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp116 Frame, global() enumerator
/llvm-project/llvm/include/llvm/DebugInfo/
H A DDIContext.h112 addFrame(const DILineInfo & Frame) addFrame() argument
/llvm-project/llvm/unittests/ProfileData/
H A DMemProfTest.cpp89 DILineInfo Frame; makeInliningInfo() local
[all...]

12