| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/ |
| H A D | InlineInfo.cpp | 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.CallLine = (uint32_t)Data.getULEB128(&Offset); in lookup() 132 const auto ChildBaseAddr = Inline.Ranges[0].start(); in lookup() 138 std::optional<FileEntry> CallFile = GR.getFile(Inline.CallFile); in lookup() 142 Inline.CallFile); in lookup() [all …]
|
| H A D | FunctionInfo.cpp | 32 if (FI.Inline) in operator <<() 33 OS << FI.Inline << '\n'; in operator <<() 84 FI.Inline = std::move(II.get()); in decode() 130 if (Inline) { in encode() 136 llvm::Error err = Inline->encode(O, Range.start()); in encode()
|
| H A D | DwarfTransformer.cpp | 413 FI.Inline = InlineInfo(); in handleDie() 414 FI.Inline->Name = *NameIndex; in handleDie() 415 FI.Inline->Ranges.insert(FI.Range); in handleDie() 416 parseInlineInfo(Gsym, CUI, Die, 0, FI, *FI.Inline); in handleDie()
|
| H A D | GsymReader.cpp | 353 if (FI.Inline) in dump() 354 dump(OS, *FI.Inline); in dump()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | FunctionInfo.h | 92 std::optional<InlineInfo> Inline; member 104 bool hasRichInfo() const { return OptLineTable || Inline; } in hasRichInfo() 178 Inline = std::nullopt; in clear() 184 LHS.OptLineTable == RHS.OptLineTable && LHS.Inline == RHS.Inline; 200 if (LHS.Inline.has_value() != RHS.Inline.has_value()) 201 return RHS.Inline.has_value();
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/ |
| H A D | MemoryOpRemark.cpp | 127 static void inlineVolatileOrAtomicWithExtraArgs(bool *Inline, bool Volatile, in inlineVolatileOrAtomicWithExtraArgs() argument 130 if (Inline && *Inline) in inlineVolatileOrAtomicWithExtraArgs() 138 if ((Inline && !*Inline) || !Volatile || !Atomic) in inlineVolatileOrAtomicWithExtraArgs() 140 if (Inline && !*Inline) in inlineVolatileOrAtomicWithExtraArgs() 190 bool Inline = false; in visitIntrinsicCall() local 194 Inline = true; in visitIntrinsicCall() 241 inlineVolatileOrAtomicWithExtraArgs(&Inline, Volatile, Atomic, *R); in visitIntrinsicCall()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Language/ObjC/ |
| H A D | NSArray.cpp | 210 template <typename D32, typename D64, bool Inline> 604 template <typename D32, typename D64, bool Inline> 605 lldb_private::formatters::GenericNSArrayISyntheticFrontEnd<D32, D64, Inline>:: 621 template <typename D32, typename D64, bool Inline> 622 lldb_private::formatters::GenericNSArrayISyntheticFrontEnd<D32, D64, Inline>:: 623 ~GenericNSArrayISyntheticFrontEnd<D32, D64, Inline>() { in ~GenericNSArrayISyntheticFrontEnd() 630 template <typename D32, typename D64, bool Inline> 632 lldb_private::formatters::GenericNSArrayISyntheticFrontEnd<D32, D64, Inline>:: 641 template <typename D32, typename D64, bool Inline> 643 lldb_private::formatters::GenericNSArrayISyntheticFrontEnd<D32, D64, Inline>:: [all …]
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Breakpad/ |
| H A D | BreakpadRecords.cpp | 27 Inline, enumerator 47 .Case("INLINE", Token::Inline) in stringTo() 153 case Token::Inline: in classify() 154 return Record::Inline; in classify() 330 if (consume<Token>(Line) != Token::Inline) in parse() 570 case Record::Inline: in toString()
|
| 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()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | DiagnosticCategories.td | 9 class CatInlineAsm : DiagCategory<"Inline Assembly Issue">;
|
| /openbsd-src/gnu/llvm/lldb/tools/driver/ |
| H A D | CMakeLists.txt | 10 …# Inline info plist in binary (use target_link_options for this as soon as CMake 3.13 is available)
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | CMakeLists.txt | 15 …# Inline info plist in binary (use target_link_options for this as soon as CMake 3.13 is available)
|
| /openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-local/yaml-roundtrip/ |
| H A D | collection.tml | 107 # Inline nested hash
|
| /openbsd-src/gnu/gcc/gcc/config/mcore/ |
| H A D | mcore.opt | 56 Inline constants if it can be done in 2 insns or less
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | LowerTypeTests.cpp | 646 if (TIL.TheKind == TypeTestResolution::Inline) { in createBitSetTest() 910 TIL.TheKind == TypeTestResolution::Inline || in exportTypeId() 916 if (TIL.TheKind == TypeTestResolution::Inline) in exportTypeId() 930 if (TIL.TheKind == TypeTestResolution::Inline) in exportTypeId() 991 TIL.TheKind == TypeTestResolution::Inline || in importTypeId() 1003 if (TIL.TheKind == TypeTestResolution::Inline) in importTypeId() 1122 TIL.TheKind = TypeTestResolution::Inline; in lowerTypeTestCalls()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | CommentCommands.td | 216 def FDollar : VerbatimBlockCommand<"f$">; // Inline LaTeX formula 217 defm FParen : VerbatimBlockCommand<"f(", "f)">; // Inline LaTeX text
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/ProfileData/ |
| H A D | MemProf.h | 165 Frame(uint64_t Hash, uint32_t Off, uint32_t Col, bool Inline) in Frame() 166 : Function(Hash), LineOffset(Off), Column(Col), IsInlineFrame(Inline) {} in Frame()
|
| /openbsd-src/gnu/llvm/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() 868 if (Record::classify(*It) == Record::Inline) in ParseLineTableAndSupportFiles()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | CodeView.h | 198 Inline = enumerator
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/ |
| H A D | ChangeLog-2004 | 589 (md_assemble): Inline call to is_entry_opcode. 590 (xtensa_handle_align): Inline call to get_frag_is_literal. 591 (relaxation_requirements): Inline call to is_jx_opcode. 592 (emit_single_op): Inline call to is_movi_opcode. 593 (xg_assemble_vliw_tokens): Inline calls to get_frag_is_insn, 598 Inline calls to get_frag_is_no_transform. 599 (next_instrs_are_b_retw): Inline call to is_windowed_return_opcode. 600 (xtensa_fix_short_loop_frags): Inline calls to is_the_loop_opcode and 602 (convert_frag_immed_finish_loop): Inline calls to get_expression_value 615 (cache_literal_section): Inline call to retrieve_literal_seg and its [all …]
|
| /openbsd-src/gnu/llvm/clang/ |
| H A D | CodeOwners.rst | 169 Inline assembly
|
| /openbsd-src/gnu/gcc/gcc/config/i386/ |
| H A D | i386.opt | 126 Inline all known string operations
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | ModuleSummaryIndexYAML.h | 23 io.enumCase(value, "Inline", TypeTestResolution::Inline);
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVCallLowering.cpp | 60 FuncControl |= static_cast<uint32_t>(SPIRV::FunctionControl::Inline); in getFunctionControl()
|