Home
last modified time | relevance | path

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

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