Home
last modified time | relevance | path

Searched refs:Inlined (Results 1 – 9 of 9) sorted by relevance

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp85 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 DDIPrinter.cpp122 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 DDIPrinter.h76 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 DCodeView.h236 Inlined = 0x00000800, enumerator
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp1024 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 DEnumTables.cpp223 CV_ENUM_CLASS_ENT(FrameProcedureOptions, Inlined),
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp128 PUSH_FLAG(FrameProcedureOptions, Inlined, FPO, "inlined"); in formatFrameProcedureOptions()
/freebsd-14.2/contrib/tcsh/
H A Dtcsh.man2html784 ### Inlined documents. Watch for *HERE tokens.
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1322 if (FrameProcedureOptions::Inlined == in visitKnownRecord()
1323 (Flags & FrameProcedureOptions::Inlined)) in visitKnownRecord()