| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | InlineInfo.cpp | 111 InlineInfo Inline; in lookup() local 112 decodeRanges(Inline.Ranges, 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 std::optional<FileEntry> CallFile = GR.getFile(Inline.CallFile); in lookup() 141 Inline.CallFile); in lookup() [all …]
|
| H A D | FunctionInfo.cpp | 34 if (FI.Inline) in operator <<() 35 OS << FI.Inline << '\n'; in operator <<() 88 FI.Inline = std::move(II.get()); in decode() 178 if (Inline) { in encode() 184 llvm::Error err = Inline->encode(Out, Range.start()); in encode()
|
| H A D | DwarfTransformer.cpp | 531 FI.Inline = InlineInfo(); in handleDie() 532 FI.Inline->Name = *NameIndex; in handleDie() 533 FI.Inline->Ranges.insert(FI.Range); in handleDie() 535 parseInlineInfo(Gsym, Out, CUI, Die, 0, FI, *FI.Inline, in handleDie() 546 if (FI.Inline->Children.empty()) { in handleDie() 555 FI.Inline = std::nullopt; in handleDie()
|
| H A D | GsymCreator.cpp | 530 if (SrcFI.Inline) { in copyFunctionInfo() 532 DstFI.Inline = SrcFI.Inline.value(); in copyFunctionInfo() 534 fixupInlineInfo(SrcGC, *DstFI.Inline); in copyFunctionInfo()
|
| H A D | GsymReader.cpp | 444 if (FI.Inline) in dump() 445 dump(OS, *FI.Inline, Indent); in dump()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | FunctionInfo.h | 97 std::optional<InlineInfo> Inline; member 115 bool hasRichInfo() const { return OptLineTable || Inline || CallSites; } in hasRichInfo() 212 Inline = std::nullopt; in clear() 218 LHS.OptLineTable == RHS.OptLineTable && LHS.Inline == RHS.Inline; 239 return std::tie(LHS.Range, LHS.Inline, LHS.OptLineTable) < 240 std::tie(RHS.Range, RHS.Inline, RHS.OptLineTable);
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | MemoryOpRemark.cpp | 128 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 D | NSArray.cpp | 208 template <typename D32, typename D64, bool Inline> 592 template <typename D32, typename D64, bool Inline> 593 lldb_private::formatters::GenericNSArrayISyntheticFrontEnd<D32, D64, Inline>:: 609 template <typename D32, typename D64, bool Inline> 610 lldb_private::formatters::GenericNSArrayISyntheticFrontEnd<D32, D64, Inline>:: 618 template <typename D32, typename D64, bool Inline> 621 D32, D64, Inline>::GetIndexOfChildWithName(ConstString name) { in GetIndexOfChildWithName() 634 template <typename D32, typename D64, bool Inline> 637 D32, D64, Inline>::CalculateNumChildren() { in CalculateNumChildren() 641 template <typename D32, typename D64, bool Inline> [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | BreakpadRecords.cpp | 28 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 D | BreakpadRecords.h | 29 Inline, enumerator 144 : Record(Inline), InlineNestLevel(InlineNestLevel), in InlineRecord()
|
| H A D | ObjectFileBreakpad.cpp | 153 if (next_section == Record::Line || next_section == Record::Inline) { in CreateSections()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | DiagnosticCategories.td | 9 class CatInlineAsm : DiagCategory<"Inline Assembly Issue">;
|
| /freebsd/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | sdhci-msm.txt | 38 - Inline Crypto Engine register map (optional) 43 - "ice" for Inline Crypto Engine register map (optional) 56 "ice" - clock for Inline Crypto Engine (optional)
|
| /freebsd/tools/build/ |
| H A D | checkstyle9.pl | 214 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 D | LowerTypeTests.cpp | 693 if (TIL.TheKind == TypeTestResolution::Inline) { in createBitSetTest() 954 TIL.TheKind == TypeTestResolution::Inline || in exportTypeId() 960 if (TIL.TheKind == TypeTestResolution::Inline) in exportTypeId() 974 if (TIL.TheKind == TypeTestResolution::Inline) in exportTypeId() 1047 TIL.TheKind == TypeTestResolution::Inline || in importTypeId() 1059 if (TIL.TheKind == TypeTestResolution::Inline) in importTypeId() 1197 TIL.TheKind = TypeTestResolution::Inline; in lowerTypeTestCalls()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | forth | 15 # Inline word definition complete with a stack diagram
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | CommentCommands.td | 222 def FDollar : VerbatimBlockCommand<"f$">; // Inline LaTeX formula 223 defm FParen : VerbatimBlockCommand<"f(", "f)">; // Inline LaTeX text
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/Breakpad/ |
| H A D | SymbolFileBreakpad.cpp | 210 while (It != End && Record::classify(*It) == Record::Inline) in ParseCompileUnitAtIndex() 311 while (It != End && Record::classify(*It) == Record::Inline) { in ParseBlocksRecursive() 854 if (Record::classify(*It) == Record::Inline) in ParseLineTableAndSupportFiles()
|
| /freebsd/sys/arm64/conf/ |
| H A D | std.arm64 | 16 options IPSEC_OFFLOAD # Inline ipsec offload infra
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| H A D | MemProf.h | 272 Frame(GlobalValue::GUID Hash, uint32_t Off, uint32_t Col, bool Inline) 273 : Function(Hash), LineOffset(Off), Column(Col), IsInlineFrame(Inline) {}
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 180 Inline = enumerator
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndexYAML.h | 25 io.enumCase(value, "Inline", TypeTestResolution::Inline);
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBExtras.cpp | 97 CASE_OUTPUT_ENUM_CLASS_STR(PDB_CallingConv, Inline , "inlinecall", OS) in operator <<()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclCXX.cpp | 3227 NamespaceDecl::NamespaceDecl(ASTContext &C, DeclContext *DC, bool Inline, in NamespaceDecl() argument 3233 setInline(Inline); in NamespaceDecl() 3239 bool Inline, SourceLocation StartLoc, in Create() argument 3243 NamespaceDecl(C, DC, Inline, StartLoc, IdLoc, Id, PrevDecl, Nested); in Create()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 49 T Inline[N] = {}; variable 51 bool isInline() const { return First == Inline; } in isInline() 54 First = Inline; in clearInline() 55 Last = Inline; in clearInline() 56 Cap = Inline + N; in clearInline() 77 PODSmallVector() : First(Inline), Last(First), Cap(Inline + N) {} in PODSmallVector()
|