/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/ |
H A D | Record.h | 128 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 D | RecordsSlice.h | 62 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() 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 D | DIPrinter.cpp | 122 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 D | DIPrinter.h | 76 void print(const DILineInfo &Info, bool Inlined); 77 void printFunctionName(StringRef FunctionName, bool Inlined);
|
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/ |
H A D | Frontend.cpp | 22 SymbolFlags Flags, bool Inlined) { in addGlobal() argument 25 llvm::MachO::RecordsSlice::addGlobal(Name, Linkage, GV, Flags, Inlined); in addGlobal()
|
H A D | Visitor.cpp | 293 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 D | DylibVerifier.cpp | 37 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 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 | 243 Inlined = 0x00000800, enumerator
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | SampleProfile.cpp | 973 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 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 | 1322 if (FrameProcedureOptions::Inlined == in visitKnownRecord() 1323 (Flags & FrameProcedureOptions::Inlined)) in visitKnownRecord()
|