Home
last modified time | relevance | path

Searched refs:Inline (Results 1 - 25 of 42) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/
H A DInlineInfo.cpp82 Data.getU32(&Offset); // Skip Inline.Name. in skip()
83 Data.getULEB128(&Offset); // Skip Inline.CallFile. in skip()
84 Data.getULEB128(&Offset); // Skip Inline.CallLine. in skip()
111 InlineInfo Inline; in lookup() local
112 Inline.Ranges.decode(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 in lookup()
177 InlineInfo Inline; decode() local
[all...]
H A DFunctionInfo.cpp29 << "Name=" << HEX32(FI.Name) << '\n' << FI.OptLineTable << FI.Inline; in operator <<()
81 FI.Inline = std::move(II.get()); in decode()
127 if (Inline.hasValue()) { in encode()
133 llvm::Error err = Inline->encode(O, Range.Start); in encode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/GSYM/
H A DFunctionInfo.h92 llvm::Optional<InlineInfo> Inline; member
105 return OptLineTable.hasValue() || Inline.hasValue(); in hasRichInfo()
183 Inline = None; in clear()
189 LHS.OptLineTable == RHS.OptLineTable && LHS.Inline == RHS.Inline; in operator ==()
205 if (LHS.Inline.hasValue() != RHS.Inline.hasValue()) in operator <()
206 return RHS.Inline.hasValue(); in operator <()
/third_party/rust/crates/clap/clap_mangen/src/
H A Drender.rs2 use roff::{bold, italic, roman, Inline, Roff};
128 roff.text([Inline::LineBreak]);
131 roff.text([Inline::LineBreak, italic("Possible values:")]);
143 let possible_value_text: Vec<Inline> = vec![
144 Inline::LineBreak,
196 roff.text([Inline::LineBreak]);
199 roff.text([Inline::LineBreak, italic("Possible values:")]);
211 let possible_value_text: Vec<Inline> = vec![
212 Inline::LineBreak,
277 fn short_option(opt: char) -> Inline { in short_option()
[all...]
/third_party/spirv-tools/test/
H A Dtext_to_binary.function_test.cpp51 CASE(Inline, "Inline"),
63 "%result_id = OpFunction %result_type Inline|Pure|Const %function_type"; in TEST_F()
64 const uint32_t expected_mask = uint32_t(spv::FunctionControlMask::Inline | in TEST_F()
73 EXPECT_THAT(CompileFailure("%r = OpFunction %t Inline|Unroll %ft"), in TEST_F()
74 Eq("Invalid function control operand 'Inline|Unroll'.")); in TEST_F()
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dmodule.rs17 Inline,
58 self.kind == ModuleKind::Inline in is_inline()
/third_party/spirv-tools/source/fuzz/
H A Dtransformation_set_function_control.cpp44 spv::FunctionControlMask::Inline | spv::FunctionControlMask::DontInline | in IsApplicable()
53 // Inline and DontInline bits set. in IsApplicable()
55 (uint32_t)spv::FunctionControlMask::Inline) && in IsApplicable()
58 "It is not OK to set both the 'Inline' and 'DontInline' bits of a " in IsApplicable()
H A Dfuzzer_pass_adjust_function_controls.cpp41 // None, Inline or DontInline. These are always valid (and are mutually in Apply()
44 spv::FunctionControlMask::MaskNone, spv::FunctionControlMask::Inline, in Apply()
/third_party/vk-gl-cts/external/vulkan-docs/src/config/spec-macros/
H A Dextension.rb57 return Inline.new(parent, :anchor, target, :type => :link, :target => (target + '.html'))
59 return Inline.new(parent, :anchor, target, :type => :xref, :target => ('#' + target), :attributes => {'fragment' => target, 'refid' => target})
/third_party/spirv-tools/test/fuzz/
H A Dtransformation_set_function_control_test.cpp96 %13 = OpFunction %2 Inline %3 in TEST()
148 // Set to Inline; silly to do it on an entry point, but it is allowed in TEST()
150 4, uint32_t(spv::FunctionControlMask::Inline)); in TEST()
164 // Change from Inline to DontInline in TEST()
211 %4 = OpFunction %2 Inline %3 in TEST()
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.0/
H A Dspirv.cs485 Inline = 0, enumerator
494 Inline = 0x00000001, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.1/
H A Dspirv.cs494 Inline = 0, enumerator
503 Inline = 0x00000001, enumerator
/third_party/skia/third_party/externals/spirv-headers/include/spirv/1.2/
H A Dspirv.cs499 Inline = 0, enumerator
508 Inline = 0x00000001, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.0/
H A Dspirv.cs485 Inline = 0, enumerator
494 Inline = 0x00000001, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.1/
H A Dspirv.cs494 Inline = 0, enumerator
503 Inline = 0x00000001, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/1.2/
H A Dspirv.cs499 Inline = 0, enumerator
508 Inline = 0x00000001, enumerator
/third_party/spirv-headers/include/spirv/1.0/
H A Dspirv.cs485 Inline = 0, enumerator
494 Inline = 0x00000001, enumerator
/third_party/spirv-headers/include/spirv/1.1/
H A Dspirv.cs494 Inline = 0, enumerator
503 Inline = 0x00000001, enumerator
/third_party/spirv-headers/include/spirv/1.2/
H A Dspirv.cs499 Inline = 0, enumerator
508 Inline = 0x00000001, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DLowerTypeTests.cpp421 /// ByteArray, Inline, AllOnes: log2 of the required global alignment
425 /// ByteArray, Inline, AllOnes: one less than the size of the memory region
435 /// Inline: the bit mask to test the address against.
660 /// lowered to TIL, which must be either an Inline or a ByteArray.
664 if (TIL.TheKind == TypeTestResolution::Inline) { in createBitSetTest()
926 TIL.TheKind == TypeTestResolution::Inline || in exportTypeId()
932 if (TIL.TheKind == TypeTestResolution::Inline) in exportTypeId()
946 if (TIL.TheKind == TypeTestResolution::Inline) in exportTypeId()
1007 TIL.TheKind == TypeTestResolution::Inline || in importTypeId()
1019 if (TIL.TheKind == TypeTestResolution::Inline) in importTypeId()
[all...]
/third_party/node/deps/v8/src/torque/
H A Dcpp-builder.h45 V(Inline, 0x01) \
/third_party/skia/src/sfnt/
H A DSkPanose.h398 Inline = 3, member in SkPanose::Data::Decorative::Lining
/third_party/skia/third_party/externals/spirv-headers/include/spirv/unified1/
H A Dspirv.cs728 Inline = 0, enumerator
738 Inline = 0x00000001, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Headers/include/spirv/unified1/
H A Dspirv.cs729 Inline = 0, enumerator
739 Inline = 0x00000001, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeView.h196 Inline = member in llvm::codeview::CallingConvention

Completed in 52 milliseconds

12