Home
last modified time | relevance | path

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

12345

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp112 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 DFunctionInfo.cpp32 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 DDwarfTransformer.cpp413 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 DGsymReader.cpp353 if (FI.Inline) in dump()
354 dump(OS, *FI.Inline); in dump()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h92 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 DMemoryOpRemark.cpp127 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 DNSArray.cpp210 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 DBreakpadRecords.cpp27 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 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()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DDiagnosticCategories.td9 class CatInlineAsm : DiagCategory<"Inline Assembly Issue">;
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DCMakeLists.txt10 …# 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 DCMakeLists.txt15 …# 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 Dcollection.tml107 # Inline nested hash
/openbsd-src/gnu/gcc/gcc/config/mcore/
H A Dmcore.opt56 Inline constants if it can be done in 2 insns or less
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp646 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 DCommentCommands.td216 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 DMemProf.h165 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 DSymbolFileBreakpad.cpp210 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 DCodeView.h198 Inline = enumerator
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-2004589 (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 DCodeOwners.rst169 Inline assembly
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.opt126 Inline all known string operations
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModuleSummaryIndexYAML.h23 io.enumCase(value, "Inline", TypeTestResolution::Inline);
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVCallLowering.cpp60 FuncControl |= static_cast<uint32_t>(SPIRV::FunctionControl::Inline); in getFunctionControl()

12345