| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| D | InlineInfo.cpp | 111 InlineInfo Inline; in lookup() local 112 Inline.Ranges.decode(Data, BaseAddr, Offset); in lookup() 113 if (Inline.Ranges.empty()) in lookup() 117 if (!Inline.Ranges.contains(Addr)) { in lookup() 125 Inline.Name = Data.getU32(&Offset); in lookup() 126 Inline.CallFile = (uint32_t)Data.getULEB128(&Offset); in lookup() 127 Inline.CallLine = (uint32_t)Data.getULEB128(&Offset); in lookup() 131 const auto ChildBaseAddr = Inline.Ranges[0].Start; in lookup() 137 Optional<FileEntry> CallFile = GR.getFile(Inline.CallFile); in lookup() 141 Inline.CallFile); in lookup() [all …]
|
| D | FunctionInfo.cpp | 31 if (FI.Inline) in operator <<() 32 OS << FI.Inline << '\n'; in operator <<() 84 FI.Inline = std::move(II.get()); in decode() 130 if (Inline.hasValue()) { in encode() 136 llvm::Error err = Inline->encode(O, Range.Start); in encode()
|
| D | DwarfTransformer.cpp | 415 FI.Inline = InlineInfo(); in handleDie() 416 FI.Inline->Name = *NameIndex; in handleDie() 417 FI.Inline->Ranges.insert(FI.Range); in handleDie() 418 parseInlineInfo(Gsym, CUI, Die, 0, FI, *FI.Inline); in handleDie()
|
| D | GsymReader.cpp | 353 if (FI.Inline) in dump() 354 dump(OS, *FI.Inline); in dump()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| D | FunctionInfo.h | 93 llvm::Optional<InlineInfo> Inline; member 106 return OptLineTable.hasValue() || Inline.hasValue(); in hasRichInfo() 184 Inline = None; in clear() 190 LHS.OptLineTable == RHS.OptLineTable && LHS.Inline == RHS.Inline; 206 if (LHS.Inline.hasValue() != RHS.Inline.hasValue()) 207 return RHS.Inline.hasValue();
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| D | MemoryOpRemark.cpp | 126 static void inlineVolatileOrAtomicWithExtraArgs(bool *Inline, bool Volatile, in inlineVolatileOrAtomicWithExtraArgs() argument 129 if (Inline && *Inline) in inlineVolatileOrAtomicWithExtraArgs() 137 if ((Inline && !*Inline) || !Volatile || !Atomic) in inlineVolatileOrAtomicWithExtraArgs() 139 if (Inline && !*Inline) in inlineVolatileOrAtomicWithExtraArgs() 188 bool Inline = false; in visitIntrinsicCall() local 192 Inline = true; in visitIntrinsicCall() 239 inlineVolatileOrAtomicWithExtraArgs(&Inline, Volatile, Atomic, *R); in visitIntrinsicCall()
|
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/ |
| D | NSArray.cpp | 210 template <typename D32, typename D64, bool Inline> 583 template <typename D32, typename D64, bool Inline> 584 lldb_private::formatters::GenericNSArrayISyntheticFrontEnd<D32, D64, Inline>:: 601 template <typename D32, typename D64, bool Inline> 602 lldb_private::formatters::GenericNSArrayISyntheticFrontEnd<D32, D64, Inline>:: 603 ~GenericNSArrayISyntheticFrontEnd<D32, D64, Inline>() { in ~GenericNSArrayISyntheticFrontEnd() 610 template <typename D32, typename D64, bool Inline> 612 lldb_private::formatters::GenericNSArrayISyntheticFrontEnd<D32, D64, Inline>:: 621 template <typename D32, typename D64, bool Inline> 623 lldb_private::formatters::GenericNSArrayISyntheticFrontEnd<D32, D64, Inline>:: [all …]
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| D | DiagnosticCategories.td | 9 class CatInlineAsm : DiagCategory<"Inline Assembly Issue">;
|
| /freebsd-12-stable/contrib/gperf/src/ |
| D | keyword-list.icc | 1 /* Inline Functions for keyword-list.{h,cc}.
|
| D | keyword.icc | 1 /* Inline Functions for keyword.{h,cc}.
|
| D | bool-array.icc | 1 /* Inline Functions for bool-array.{h,cc}.
|
| D | options.icc | 1 /* Inline Functions for options.{h,cc}.
|
| D | positions.icc | 1 /* Inline Functions for positions.{h,cc}.
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| D | LowerTypeTests.cpp | 676 if (TIL.TheKind == TypeTestResolution::Inline) { in createBitSetTest() 940 TIL.TheKind == TypeTestResolution::Inline || in exportTypeId() 946 if (TIL.TheKind == TypeTestResolution::Inline) in exportTypeId() 960 if (TIL.TheKind == TypeTestResolution::Inline) in exportTypeId() 1021 TIL.TheKind == TypeTestResolution::Inline || in importTypeId() 1033 if (TIL.TheKind == TypeTestResolution::Inline) in importTypeId() 1152 TIL.TheKind = TypeTestResolution::Inline; in lowerTypeTestCalls()
|
| /freebsd-12-stable/contrib/file/magic/Magdir/ |
| D | forth | 15 # Inline word definition complete with a stack diagram
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| D | CodeView.h | 199 Inline = enumerator
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | CommentCommands.td | 184 def FDollar : VerbatimBlockCommand<"f$">; // Inline LaTeX formula
|
| D | Decl.h | 558 NamespaceDecl(ASTContext &C, DeclContext *DC, bool Inline, 573 bool Inline, SourceLocation StartLoc, 608 void setInline(bool Inline) { in setInline() argument 609 AnonOrFirstNamespaceAndInline.setInt(Inline); in setInline()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| D | ModuleSummaryIndexYAML.h | 23 io.enumCase(value, "Inline", TypeTestResolution::Inline);
|
| /freebsd-12-stable/contrib/gcc/config/i386/ |
| D | i386.opt | 126 Inline all known string operations
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| D | PDBExtras.cpp | 97 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, Inline , "inlinecall", OS) in operator <<()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/AST/ |
| D | DeclCXX.cpp | 2850 NamespaceDecl::NamespaceDecl(ASTContext &C, DeclContext *DC, bool Inline, in NamespaceDecl() argument 2855 AnonOrFirstNamespaceAndInline(nullptr, Inline) { in NamespaceDecl() 2863 bool Inline, SourceLocation StartLoc, in Create() argument 2866 return new (C, DC) NamespaceDecl(C, DC, Inline, StartLoc, IdLoc, Id, in Create()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| D | ItaniumDemangle.h | 2228 T Inline[N] = {0}; in FOR_EACH_NODE_KIND() local 2230 bool isInline() const { return First == Inline; } in FOR_EACH_NODE_KIND() 2233 First = Inline; in FOR_EACH_NODE_KIND() 2234 Last = Inline; in FOR_EACH_NODE_KIND() 2235 Cap = Inline + N; in FOR_EACH_NODE_KIND() 2256 PODSmallVector() : First(Inline), Last(First), Cap(Inline + N) {} in FOR_EACH_NODE_KIND()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| D | EnumTables.cpp | 421 CV_ENUM_CLASS_ENT(CallingConvention, Inline),
|
| D | TypeDumpVisitor.cpp | 133 ENUM_ENTRY(CallingConvention, Inline),
|