Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DRecord.h128 Kind GV, bool Inlined) in GlobalRecord() argument
129 : Record({Name, Linkage, Flags}), GV(GV), Inlined(Inlined) {} in GlobalRecord()
137 bool isInlined() const { return Inlined; } in isInlined()
141 bool Inlined = false; variable
H A DRecordsSlice.h62 bool Inlined = false);
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSIndexPath.cpp87 m_impl.m_mode = Mode::Inlined; in Update()
142 enum class Mode { Inlined, Outsourced, Invalid }; enumerator
147 case Mode::Inlined: in GetNumIndexes()
163 case Mode::Inlined: in GetIndexAtIndex()
288 case Mode::Inlined: in Clear()
/freebsd/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/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/contrib/llvm-project/clang/lib/InstallAPI/
H A DFrontend.cpp22 SymbolFlags Flags, bool Inlined) { in addGlobal() argument
25 llvm::MachO::RecordsSlice::addGlobal(Name, Linkage, GV, Flags, Inlined); in addGlobal()
H A DVisitor.cpp293 const bool Inlined = isInlined(D); in VisitFunctionDecl() local
294 const RecordLinkage Linkage = (Inlined || !isExported(D)) in VisitFunctionDecl()
299 D, *Access, getFlags(WeakDef), Inlined); in VisitFunctionDecl()
H A DDylibVerifier.cpp37 bool Inlined = false; member
321 if ((R->isInternal() && !SymCtx.Inlined) && DR && DR->isExported()) { in compareVisibility()
578 SymCtx.Inlined = R->isInlined(); in verify()
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DFrontendRecords.h53 bool Inlined = false);
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DRecordsSlice.cpp175 bool Inlined) { in addGlobal() argument
185 std::make_unique<GlobalRecord>(Name, Linkage, Flags, GV, Inlined); in addGlobal()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h243 Inlined = 0x00000800, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp973 bool Inlined = tryInlineCandidate(Candidate, InlinedCallSite); in tryPromoteAndInlineCandidate() local
974 if (!Inlined) { in tryPromoteAndInlineCandidate()
980 return Inlined; in tryPromoteAndInlineCandidate()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp226 CV_ENUM_CLASS_ENT(FrameProcedureOptions, Inlined),
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp128 PUSH_FLAG(FrameProcedureOptions, Inlined, FPO, "inlined"); in formatFrameProcedureOptions()
/freebsd/contrib/tcsh/
H A Dtcsh.man2html784 ### Inlined documents. Watch for *HERE tokens.
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1322 if (FrameProcedureOptions::Inlined == in visitKnownRecord()
1323 (Flags & FrameProcedureOptions::Inlined)) in visitKnownRecord()