Searched refs:Inlined (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 124 void PlainPrinterBase::printFunctionName(StringRef FunctionName, bool Inlined) { in printFunctionName() argument 129 StringRef Prefix = (Config.Pretty && Inlined) ? " (inlined by) " : ""; in printFunctionName() 175 void PlainPrinterBase::print(const DILineInfo &Info, bool Inlined) { in print() argument 176 printFunctionName(Info.FunctionName, Inlined); in print()
|
| /freebsd-13.1/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-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 234 Inlined = 0x00000800, enumerator
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 901 bool Inlined = tryInlineCandidate(Candidate, InlinedCallSite); in tryPromoteAndInlineCandidate() local 902 if (!Inlined) { in tryPromoteAndInlineCandidate() 908 return Inlined; in tryPromoteAndInlineCandidate()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 222 CV_ENUM_CLASS_ENT(FrameProcedureOptions, Inlined),
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 125 PUSH_FLAG(FrameProcedureOptions, Inlined, FPO, "inlined"); in formatFrameProcedureOptions()
|
| /freebsd-13.1/contrib/tcsh/ |
| H A D | tcsh.man2html | 784 ### Inlined documents. Watch for *HERE tokens.
|