Searched refs:Inlined (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSIndexPath.cpp | 85 m_impl.m_mode = Mode::Inlined; in Update() 140 enum class Mode { Inlined, Outsourced, Invalid }; enumerator 145 case Mode::Inlined: in GetNumIndexes() 161 case Mode::Inlined: in GetIndexAtIndex() 286 case Mode::Inlined: in Clear()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 122 void PlainPrinterBase::printFunctionName(StringRef FunctionName, bool Inlined) { in printFunctionName() argument 127 StringRef Prefix = (Config.Pretty && Inlined) ? " (inlined by) " : ""; in printFunctionName() 173 void PlainPrinterBase::print(const DILineInfo &Info, bool Inlined) { in print() argument 174 printFunctionName(Info.FunctionName, Inlined); in print()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | DIPrinter.h | 76 void print(const DILineInfo &Info, bool Inlined); 77 void printFunctionName(StringRef FunctionName, bool Inlined);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 236 Inlined = 0x00000800, enumerator
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 1024 bool Inlined = tryInlineCandidate(Candidate, InlinedCallSite); in tryPromoteAndInlineCandidate() local 1025 if (!Inlined) { in tryPromoteAndInlineCandidate() 1031 return Inlined; in tryPromoteAndInlineCandidate()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 223 CV_ENUM_CLASS_ENT(FrameProcedureOptions, Inlined),
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 128 PUSH_FLAG(FrameProcedureOptions, Inlined, FPO, "inlined"); in formatFrameProcedureOptions()
|
| /freebsd-14.2/contrib/tcsh/ |
| H A D | tcsh.man2html | 784 ### Inlined documents. Watch for *HERE tokens.
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 1322 if (FrameProcedureOptions::Inlined == in visitKnownRecord() 1323 (Flags & FrameProcedureOptions::Inlined)) in visitKnownRecord()
|