/llvm-project/clang/lib/AST/Interp/ |
H A D | InterpBuiltin.cpp |
|
H A D | State.h |
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | MemProf.h | 219 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 D | MipsELFStreamer.cpp | 56 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 D | probe_process.py | 13 class Frame(object): class
|
/llvm-project/llvm/lib/DebugInfo/CodeView/ |
H A D | DebugFrameDataSubsection.cpp | 60 void DebugFrameDataSubsection::addFrameData(const FrameData &Frame) { in addFrameData()
|
/llvm-project/mlir/lib/Analysis/Presburger/ |
H A D | PresburgerRelation.cpp | 366 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 D | CoroElide.cpp | 105 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 D | buffer.h | 61 RT_API_ATTRS char *Frame() const { return buffer_ + start_ + frame_; } in Frame() function
|
/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86WinCOFFStreamer.cpp | 51 void X86WinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables() argument
|
/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | PDBContext.cpp | 114 while (auto Frame = Frames->getNext()) { in getInliningInfoForAddress() local
|
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RTDyldMemoryManager.cpp | 136 for (auto &Frame : EHFrames) deregisterEHFrames() local
|
/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
H A D | Diagnostics.cpp | 169 static void printContextFrameToStream(const Diagnostics::ContextFrame &Frame, in printContextFrameToStream()
|
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMWinCOFFStreamer.cpp | 47 void ARMWinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables() argument
|
/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | EPCGenericRTDyldMemoryManager.cpp | 259 for (auto &Frame : SecAllocGroup.UnfinalizedEHFrames) finalizeMemory() local
|
/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 1497 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 D | MCObjectStreamer.cpp | 214 void MCObjectStreamer::emitCFIStartProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIStartProcImpl() argument 220 void MCObjectStreamer::emitCFIEndProcImpl(MCDwarfFrameInfo &Frame) { in emitCFIEndProcImpl() argument
|
H A D | MCStreamer.cpp | 444 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 D | AnalysisDeclContext.cpp | 504 unsigned Frame = 0; in dumpStack() local 542 unsigned Frame = 0; in printJson() local
|
/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
H A D | AArch64WinCOFFStreamer.cpp | 45 void AArch64WinCOFFStreamer::emitWindowsUnwindTables(WinEH::FrameInfo *Frame) { in emitWindowsUnwindTables() argument
|
/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
H A D | DIPrinter.cpp | 357 json::Array Frame; print() local
|
/llvm-project/llvm/tools/llvm-profgen/ |
H A D | ProfiledBinary.cpp | 304 for (auto &Frame : ContextVec) { getExpandedContext() local 457 auto *Frame = Child.second.get(); decodePseudoProbe() local
|
/llvm-project/llvm/tools/llvm-symbolizer/ |
H A D | llvm-symbolizer.cpp | 116 Frame, global() enumerator
|
/llvm-project/llvm/include/llvm/DebugInfo/ |
H A D | DIContext.h | 112 addFrame(const DILineInfo & Frame) addFrame() argument
|
/llvm-project/llvm/unittests/ProfileData/ |
H A D | MemProfTest.cpp | 89 DILineInfo Frame; makeInliningInfo() local [all...] |