| /freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
| H A D | Record.h | 129 Kind GV, bool Inlined) in GlobalRecord() argument 130 : Record({Name, Linkage, Flags}), GV(GV), Inlined(Inlined) {} in GlobalRecord() 138 bool isInlined() const { return Inlined; } in isInlined() 142 bool Inlined = false; variable
|
| H A D | RecordsSlice.h | 64 bool Inlined = false);
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSIndexPath.cpp | 87 m_impl.m_mode = Mode::Inlined; in Update() 147 enum class Mode { Inlined, Outsourced, Invalid }; enumerator 152 case Mode::Inlined: in GetNumIndexes() 168 case Mode::Inlined: in GetIndexAtIndex() 293 case Mode::Inlined: in Clear()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
| H A D | DIPrinter.cpp | 122 void PlainPrinterBase::printFunctionName(StringRef FunctionName, bool Inlined) { in printFunctionName() argument 127 StringRef Prefix = (Config.Pretty && Inlined) ? " (inlined by) " : ""; in printFunctionName() 180 void PlainPrinterBase::print(const DILineInfo &Info, bool Inlined) { in print() argument 181 printFunctionName(Info.FunctionName, Inlined); in print()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
| H A D | DIPrinter.h | 77 void print(const DILineInfo &Info, bool Inlined); 78 void printFunctionName(StringRef FunctionName, bool Inlined);
|
| /freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
| H A D | Frontend.cpp | 21 SymbolFlags Flags, bool Inlined) { in addGlobal() argument 24 llvm::MachO::RecordsSlice::addGlobal(Name, Linkage, GV, Flags, Inlined); in addGlobal()
|
| H A D | Visitor.cpp | 292 const bool Inlined = isInlined(D); in VisitFunctionDecl() local 293 const RecordLinkage Linkage = (Inlined || !isExported(D)) in VisitFunctionDecl() 298 D, *Access, getFlags(WeakDef), Inlined); in VisitFunctionDecl()
|
| H A D | DylibVerifier.cpp | 56 bool Inlined = false; member 340 if ((R->isInternal() && !SymCtx.Inlined) && DR && DR->isExported()) { in compareVisibility() 597 SymCtx.Inlined = R->isInlined(); in verify()
|
| /freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
| H A D | FrontendRecords.h | 53 bool Inlined = false);
|
| /freebsd/contrib/llvm-project/llvm/lib/TextAPI/ |
| H A D | RecordsSlice.cpp | 175 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 D | CodeView.h | 216 Inlined = 0x00000800, enumerator
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | SampleProfile.cpp | 974 bool Inlined = tryInlineCandidate(Candidate, InlinedCallSite); in tryPromoteAndInlineCandidate() local 975 if (!Inlined) { in tryPromoteAndInlineCandidate() 981 return Inlined; in tryPromoteAndInlineCandidate()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | EnumTables.cpp | 226 CV_ENUM_CLASS_ENT(FrameProcedureOptions, Inlined),
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 128 PUSH_FLAG(FrameProcedureOptions, Inlined, FPO, "inlined"); in formatFrameProcedureOptions()
|
| /freebsd/contrib/tcsh/ |
| H A D | tcsh.man2html | 784 ### Inlined documents. Watch for *HERE tokens.
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 1315 if (FrameProcedureOptions::Inlined == in visitKnownRecord() 1316 (Flags & FrameProcedureOptions::Inlined)) in visitKnownRecord()
|