Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/Symbolize/
H A DDIPrinter.cpp124 void PlainPrinterBase::printFunctionName(StringRef FunctionName, bool Inlined) { in printFunctionName()
175 void PlainPrinterBase::print(const DILineInfo &Info, bool Inlined) { in print()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/
H A DOptReport.cpp96 OptReportLocationItemInfo Inlined; member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h231 Inlined = 0x00000800, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp904 bool Inlined = tryInlineCandidate(Candidate, InlinedCallSite); in tryPromoteAndInlineCandidate() local