Home
last modified time | relevance | path

Searched defs:Inlined (Results 1 – 4 of 4) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/
DDIPrinter.cpp124 void PlainPrinterBase::printFunctionName(StringRef FunctionName, bool Inlined) { in printFunctionName()
175 void PlainPrinterBase::print(const DILineInfo &Info, bool Inlined) { in print()
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
DNSIndexPath.cpp140 enum class Mode { Inlined, Outsourced, Invalid }; enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DCodeView.h234 Inlined = 0x00000800, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
DSampleProfile.cpp901 bool Inlined = tryInlineCandidate(Candidate, InlinedCallSite); in tryPromoteAndInlineCandidate() local