Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp112 InlineInfo Inline; in lookup() local
114 if (Inline.Ranges.empty()) in lookup()
118 if (!Inline.Ranges.contains(Addr)) { in lookup()
126 Inline.Name = Data.getU32(&Offset); in lookup()
142 Inline.CallFile); in lookup()
152 SrcLoc.Line = Inline.CallLine; in lookup()
182 InlineInfo Inline; in decode() local
187 if (Inline.Ranges.empty()) in decode()
188 return Inline; in decode()
197 Inline.Name = Data.getU32(&Offset); in decode()
[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.cpp504 FI.Inline = InlineInfo(); in handleDie()
505 FI.Inline->Name = *NameIndex; in handleDie()
506 FI.Inline->Ranges.insert(FI.Range); in handleDie()
508 parseInlineInfo(Gsym, OS, CUI, Die, 0, FI, *FI.Inline, in handleDie()
519 if (FI.Inline->Children.empty()) { in handleDie()
525 FI.Inline = std::nullopt; in handleDie()
H A DGsymCreator.cpp467 if (SrcFI.Inline) { in copyFunctionInfo()
469 DstFI.Inline = SrcFI.Inline.value(); in copyFunctionInfo()
471 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; member
108 bool hasRichInfo() const { return OptLineTable || Inline; } in hasRichInfo()
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;
/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>
600 template <typename D32, typename D64, bool Inline>
601 lldb_private::formatters::GenericNSArrayISyntheticFrontEnd<D32, D64, Inline>::
617 template <typename D32, typename D64, bool Inline>
619 ~GenericNSArrayISyntheticFrontEnd<D32, D64, Inline>() { in ~GenericNSArrayISyntheticFrontEnd()
626 template <typename D32, typename D64, bool Inline>
637 template <typename D32, typename D64, bool Inline>
644 template <typename D32, typename D64, bool Inline>
677 template <typename D32, typename D64, bool Inline>
684 template <typename D32, typename D64, bool Inline>
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/
H A DBreakpadRecords.cpp28 Inline, enumerator
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()
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.yaml80 - description: clock for Inline Crypto Engine
191 - description: Inline Crypto Engine register map
206 - description: Inline Crypto Engine register map
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/sys/contrib/device-tree/Bindings/crypto/
H A Dqcom,inline-crypto-engine.yaml7 title: Qualcomm Technologies, Inc. (QTI) Inline Crypto Engine
/freebsd/tools/build/
H A Dcheckstyle9.pl214 our $Inline = qr{inline};
317 (?:\s+$Inline|\s+$Modifier)*
1654 …} elsif ($prev_values eq 'E' && $s =~ /^.\s*(?:$Storage\s+)?(?:$Inline\s+)?(?:const\s+)?((?:\s*$Id…
1660 } elsif ($s =~ /^.(?:$Storage\s+)?(?:$Inline\s+)?(?:const\s+)?($Ident)\b\s*(?!:)/s) {
1672 …if ($prev_values eq 'E' && $s =~ /^(.(?:typedef\s*)?(?:(?:$Storage|$Inline)\s*)*\s*$Type\s*(?:\b$I…
2579 if ($line =~ /\b$Type\s+$Inline\b/ ||
2580 $line =~ /\b$Inline\s+$Storage\b/) {
/freebsd/contrib/file/magic/Magdir/
H A Dforth15 # Inline word definition complete with a stack diagram
/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/llvm-project/clang/include/clang/AST/
H A DCommentCommands.td216 def FDollar : VerbatimBlockCommand<"f$">; // Inline LaTeX formula
217 defm FParen : VerbatimBlockCommand<"f(", "f)">; // Inline LaTeX text
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DMemProf.h164 Frame(uint64_t Hash, uint32_t Off, uint32_t Col, bool Inline) in Frame()
165 : Function(Hash), LineOffset(Off), Column(Col), IsInlineFrame(Inline) {} in Frame()
/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/sys/contrib/device-tree/Bindings/ufs/
H A Dqcom,ufs.yaml79 description: phandle to the Inline Crypto Engine node
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h201 Inline = enumerator
/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 <<()

123