Home
last modified time | relevance | path

Searched refs:Inline (Results 1 – 25 of 53) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp83 Data.getU32(&Offset); // Skip Inline.Name. in skip()
84 Data.getULEB128(&Offset); // Skip Inline.CallFile. in skip()
85 Data.getULEB128(&Offset); // Skip Inline.CallLine. in skip()
112 InlineInfo Inline; in lookup() local
113 decodeRanges(Inline.Ranges, Data, BaseAddr, Offset); in lookup()
114 if (Inline.Ranges.empty()) in lookup()
118 if (!Inline.Ranges.contains(Addr)) { in lookup()
126 Inline.Name = Data.getU32(&Offset); in lookup()
127 Inline.CallFile = (uint32_t)Data.getULEB128(&Offset); in lookup()
128 Inline in lookup()
182 InlineInfo Inline; decode() local
[all...]
H A DFunctionInfo.cpp32 if (FI.Inline) in operator <<()
33 OS << FI.Inline << '\n'; in operator <<()
84 FI.Inline = std::move(II.get()); in decode()
156 if (Inline) { in encode()
162 llvm::Error err = Inline->encode(Out, Range.start()); in encode()
H A DDwarfTransformer.cpp522 FI.Inline = InlineInfo(); in handleDie()
523 FI.Inline->Name = *NameIndex; in handleDie()
524 FI.Inline->Ranges.insert(FI.Range); in handleDie()
526 parseInlineInfo(Gsym, Out, CUI, Die, 0, FI, *FI.Inline, in handleDie()
537 if (FI.Inline->Children.empty()) { in handleDie()
546 FI.Inline = std::nullopt; in handleDie()
H A DGsymCreator.cpp474 if (SrcFI.Inline) { in copyFunctionInfo()
476 DstFI.Inline = SrcFI.Inline.value(); in copyFunctionInfo()
478 fixupInlineInfo(SrcGC, *DstFI.Inline); in copyFunctionInfo()
H A DGsymReader.cpp405 if (FI.Inline) in dump()
406 dump(OS, *FI.Inline); in dump()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h92 std::optional<InlineInfo> Inline;
108 bool hasRichInfo() const { return OptLineTable || Inline; }
193 Inline = std::nullopt; in clear()
199 LHS.OptLineTable == RHS.OptLineTable && LHS.Inline == RHS.Inline;
222 if (LHS.Inline == RHS.Inline)
224 return LHS.Inline < RHS.Inline;
93 std::optional<InlineInfo> Inline; global() member
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DMemoryOpRemark.cpp128 static void inlineVolatileOrAtomicWithExtraArgs(bool *Inline, bool Volatile, in inlineVolatileOrAtomicWithExtraArgs() argument
131 if (Inline && *Inline) in inlineVolatileOrAtomicWithExtraArgs()
139 if ((Inline && !*Inline) || !Volatile || !Atomic) in inlineVolatileOrAtomicWithExtraArgs()
141 if (Inline && !*Inline) in inlineVolatileOrAtomicWithExtraArgs()
191 bool Inline = false; in visitIntrinsicCall() local
195 Inline = true; in visitIntrinsicCall()
242 inlineVolatileOrAtomicWithExtraArgs(&Inline, Volatile, Atomic, *R); in visitIntrinsicCall()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSArray.cpp210 template <typename D32, typename D64, bool Inline>
599 template <typename D32, typename D64, bool Inline>
600 lldb_private::formatters::GenericNSArrayISyntheticFrontEnd<D32, D64, Inline>::
616 template <typename D32, typename D64, bool Inline>
617 lldb_private::formatters::GenericNSArrayISyntheticFrontEnd<D32, D64, Inline>::
625 template <typename D32, typename D64, bool Inline>
627 lldb_private::formatters::GenericNSArrayISyntheticFrontEnd<D32, D64, Inline>::
636 template <typename D32, typename D64, bool Inline>
639 D32, D64, Inline>::CalculateNumChildren() { in CalculateNumChildren()
643 template <typename D32, typename D64, bool Inline>
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp28 Inline,
48 .Case("INLINE", Token::Inline) in stringTo()
155 case Token::Inline: in classify()
156 return Record::Inline; in classify()
332 if (consume<Token>(Line) != Token::Inline) in parse()
572 case Record::Inline: in toString()
27 Inline, global() enumerator
H A DBreakpadRecords.h29 Inline, enumerator
144 : Record(Inline), InlineNestLevel(InlineNestLevel), in InlineRecord()
H A DObjectFileBreakpad.cpp153 if (next_section == Record::Line || next_section == Record::Inline) { in CreateSections()
/freebsd/sys/contrib/device-tree/Bindings/mmc/
H A Dsdhci-msm.txt38 - Inline Crypto Engine register map (optional)
43 - "ice" for Inline Crypto Engine register map (optional)
56 "ice" - clock for Inline Crypto Engine (optional)
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnosticCategories.td9 class CatInlineAsm : DiagCategory<"Inline Assembly Issue">;
/freebsd/tools/build/
H A Dcheckstyle9.pl214 our $Inline = qr{inline};
317 (?:\s+$Inline|\s+$Modifier)*
1630 …} elsif ($prev_values eq 'E' && $s =~ /^.\s*(?:$Storage\s+)?(?:$Inline\s+)?(?:const\s+)?((?:\s*$Id…
1636 } elsif ($s =~ /^.(?:$Storage\s+)?(?:$Inline\s+)?(?:const\s+)?($Ident)\b\s*(?!:)/s) {
1648 …if ($prev_values eq 'E' && $s =~ /^(.(?:typedef\s*)?(?:(?:$Storage|$Inline)\s*)*\s*$Type\s*(?:\b$I…
2555 if ($line =~ /\b$Type\s+$Inline\b/ ||
2556 $line =~ /\b$Inline\s+$Storage\b/) {
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp668 if (TIL.TheKind == TypeTestResolution::Inline) { in createBitSetTest()
932 TIL.TheKind == TypeTestResolution::Inline || in exportTypeId()
938 if (TIL.TheKind == TypeTestResolution::Inline) in exportTypeId()
952 if (TIL.TheKind == TypeTestResolution::Inline) in exportTypeId()
1012 TIL.TheKind == TypeTestResolution::Inline || in importTypeId()
1024 if (TIL.TheKind == TypeTestResolution::Inline) in importTypeId()
1141 TIL.TheKind = TypeTestResolution::Inline; in lowerTypeTestCalls()
/freebsd/contrib/file/magic/Magdir/
H A Dforth15 # Inline word definition complete with a stack diagram
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DCommentCommands.td217 def FDollar : VerbatimBlockCommand<"f$">; // Inline LaTeX formula
218 defm FParen : VerbatimBlockCommand<"f(", "f)">; // Inline LaTeX text
H A DDecl.h558 NamespaceDecl(ASTContext &C, DeclContext *DC, bool Inline,
572 static NamespaceDecl *Create(ASTContext &C, DeclContext *DC, bool Inline,
606 void setInline(bool Inline) { NamespaceDeclBits.IsInline = Inline; } in setInline() argument
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/
H A DSymbolFileBreakpad.cpp210 while (It != End && Record::classify(*It) == Record::Inline) in ParseCompileUnitAtIndex()
313 while (It != End && Record::classify(*It) == Record::Inline) { in ParseBlocksRecursive()
861 if (Record::classify(*It) == Record::Inline) in ParseLineTableAndSupportFiles()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h207 Inline = enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h229 Frame(GlobalValue::GUID Hash, uint32_t Off, uint32_t Col, bool Inline) in Frame()
230 : Function(Hash), LineOffset(Off), Column(Col), IsInlineFrame(Inline) {} in Frame()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h23 io.enumCase(value, "Inline", TypeTestResolution::Inline);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBExtras.cpp97 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, Inline , "inlinecall", OS) in operator <<()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclCXX.cpp3002 NamespaceDecl::NamespaceDecl(ASTContext &C, DeclContext *DC, bool Inline, in NamespaceDecl() argument
3008 setInline(Inline); in NamespaceDecl()
3014 bool Inline, SourceLocation StartLoc, in Create() argument
3018 NamespaceDecl(C, DC, Inline, StartLoc, IdLoc, Id, PrevDecl, Nested); in Create()
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h46 T Inline[N] = {}; variable
48 bool isInline() const { return First == Inline; } in isInline()
51 First = Inline; in clearInline()
52 Last = Inline; in clearInline()
53 Cap = Inline + N; in clearInline()
74 PODSmallVector() : First(Inline), Last(First), Cap(Inline + N) {} in PODSmallVector()

123