Searched refs:Inline (Results 1 - 19 of 19) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp82 Data.getU32(&Offset); // Skip Inline.Name.
83 Data.getULEB128(&Offset); // Skip Inline.CallFile.
84 Data.getULEB128(&Offset); // Skip Inline.CallLine.
111 InlineInfo Inline; local
112 Inline.Ranges.decode(Data, BaseAddr, Offset);
113 if (Inline.Ranges.empty())
117 if (!Inline.Ranges.contains(Addr)) {
125 Inline.Name = Data.getU32(&Offset);
126 Inline.CallFile = (uint32_t)Data.getULEB128(&Offset);
127 Inline
177 InlineInfo Inline; local
[all...]
H A DFunctionInfo.cpp29 << "Name=" << HEX32(FI.Name) << '\n' << FI.OptLineTable << FI.Inline;
81 FI.Inline = std::move(II.get());
127 if (Inline.hasValue()) {
133 llvm::Error err = Inline->encode(O, Range.Start);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h92 llvm::Optional<InlineInfo> Inline; member in struct:llvm::gsym::FunctionInfo
105 return OptLineTable.hasValue() || Inline.hasValue();
183 Inline = None;
189 LHS.OptLineTable == RHS.OptLineTable && LHS.Inline == RHS.Inline;
205 if (LHS.Inline.hasValue() != RHS.Inline.hasValue())
206 return RHS.Inline.hasValue();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSArray.cpp205 template <typename D32, typename D64, bool Inline>
254 uint32_t list; // in Inline cases, this is the first element
259 uint64_t list; // in Inline cases, this is the first element
578 template <typename D32, typename D64, bool Inline>
579 lldb_private::formatters::GenericNSArrayISyntheticFrontEnd<D32, D64, Inline>::
596 template <typename D32, typename D64, bool Inline>
597 lldb_private::formatters::GenericNSArrayISyntheticFrontEnd<D32, D64, Inline>::
605 template <typename D32, typename D64, bool Inline>
607 lldb_private::formatters::GenericNSArrayISyntheticFrontEnd<D32, D64, Inline>::
616 template <typename D32, typename D64, bool Inline>
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp421 /// ByteArray, Inline, AllOnes: log2 of the required global alignment
425 /// ByteArray, Inline, AllOnes: one less than the size of the memory region
435 /// Inline: the bit mask to test the address against.
660 /// lowered to TIL, which must be either an Inline or a ByteArray.
664 if (TIL.TheKind == TypeTestResolution::Inline) {
926 TIL.TheKind == TypeTestResolution::Inline ||
932 if (TIL.TheKind == TypeTestResolution::Inline)
946 if (TIL.TheKind == TypeTestResolution::Inline)
1007 TIL.TheKind == TypeTestResolution::Inline ||
1019 if (TIL.TheKind == TypeTestResolution::Inline)
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h196 Inline = member in class:llvm::codeview::CallingConvention
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h22 io.enumCase(value, "Inline", TypeTestResolution::Inline);
H A DModuleSummaryIndex.h806 Inline, ///< Inlined bit vector ("Short Inline Bit Vectors") enumerator in enum:llvm::CalleeInfo::TypeTestResolution::Kind
807 Single, ///< Single element (last example in "Short Inline Bit Vectors")
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp97 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, Inline , "inlinecall", OS)
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp2759 NamespaceDecl::NamespaceDecl(ASTContext &C, DeclContext *DC, bool Inline,
2764 AnonOrFirstNamespaceAndInline(nullptr, Inline) {
2772 bool Inline, SourceLocation StartLoc,
2775 return new (C, DC) NamespaceDecl(C, DC, Inline, StartLoc, IdLoc, Id,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DEnumTables.cpp410 CV_ENUM_CLASS_ENT(CallingConvention, Inline),
H A DTypeDumpVisitor.cpp133 ENUM_ENTRY(CallingConvention, Inline),
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h2179 T Inline[N] = {0}; member in class:PODSmallVector
2181 bool isInline() const { return First == Inline; }
2184 First = Inline;
2185 Last = Inline;
2186 Cap = Inline + N;
2207 PODSmallVector() : First(Inline), Last(First), Cap(Inline + N) {}
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp112 RETURN_CASE(CallingConvention, Inline, "inline");
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h513 NamespaceDecl(ASTContext &C, DeclContext *DC, bool Inline,
528 bool Inline, SourceLocation StartLoc,
563 void setInline(bool Inline) { argument
564 AnonOrFirstNamespaceAndInline.setInt(Inline);
4505 // Inline function definitions.
/freebsd-11-stable/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp255 IO.enumCase(Value, "Inline", CallingConvention::Inline);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp4234 if (AlwaysInlineAttr *Inline = D->getAttr<AlwaysInlineAttr>()) {
4235 Diag(Inline->getLocation(), diag::warn_attribute_ignored) << Inline;
4263 if (AlwaysInlineAttr *Inline =
4265 D->addAttr(Inline);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2778 case TypeTestResolution::Inline:
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp7669 TTRes.TheKind = TypeTestResolution::Inline;

Completed in 250 milliseconds