Searched refs:Section (Results 1 - 25 of 405) sorted by relevance

1234567891011>>

/external/llvm/lib/MC/
H A DConstantPools.cpp50 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { argument
51 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section);
59 AssemblerConstantPools::getOrCreateConstantPool(MCSection *Section) { argument
60 return ConstantPools[Section];
63 static void emitConstantPool(MCStreamer &Streamer, MCSection *Section, argument
66 Streamer.SwitchSection(Section);
74 MCSection *Section = CPI.first; local
77 emitConstantPool(Streamer, Section, CP);
82 MCSection *Section = Streamer.getCurrentSection().first; local
83 if (ConstantPool *CP = getConstantPool(Section)) {
91 MCSection *Section = Streamer.getCurrentSection().first; local
[all...]
/external/swiftshader/third_party/LLVM/include/llvm/MC/
H A DMCSymbol.h30 /// Section member is set to indicate what section it lives in. Otherwise, if
42 /// Section - The section the symbol is defined in. This is null for
45 const MCSection *Section; member in class:llvm::MCSymbol
62 : Name(name), Section(0), Value(0),
89 return Section != 0;
105 return Section == AbsolutePseudoSection;
112 return *Section;
116 void setSection(const MCSection &S) { Section = &S; }
120 Section = 0;
124 void setAbsolute() { Section
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fNegativeFragmentApiTests.cpp54 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
65 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value.");
72 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
98 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
105 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the defined symbolic constant values.");
116 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is any value other than GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
121 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the eight defined symbolic constant values.");
132 m_log << TestLog::Section("", "GL_INVALID_ENU
[all...]
H A Des3fNegativeStateApiTests.cpp76 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
83 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
101 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
109 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
117 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
128 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if name is not an accepted value.");
133 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is outside of the valid range for the indexed state target.");
145 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if name is not an accepted value.");
150 m_log << TestLog::Section("", "GL_INVALID_VALU
[all...]
H A Des3fNegativeVertexArrayApiTests.cpp70 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
84 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
103 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
116 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
125 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value.");
130 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
136 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if size is not 1, 2, 3, or 4.");
141 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if stride is negative.");
146 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if type is GL_INT_2_10_10_10_REV or GL_UNSIGNED_INT_2_10_10_10_REV and size is not 4.");
157 m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATIO
[all...]
H A Des3fNegativeBufferApiTests.cpp57 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
64 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
71 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
82 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
87 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW.");
92 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if size is negative.");
97 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
112 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
117 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
123 m_log << TestLog::Section("", "GL_INVALID_OPERATIO
[all...]
H A Des3fNegativeTextureApiTests.cpp141 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if texture is not one of GL_TEXTUREi, where i ranges from 0 to (GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS - 1).");
157 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
164 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture was previously created with a target that doesn't match that of target.");
191 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is invalid.");
200 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
223 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if level is less than 0.");
242 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE) for a 2d texture target.");
248 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_CUBE_MAP_TEXTURE_SIZE) for a cubemap target.");
266 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if width or height is less than 0.");
268 m_log << TestLog::Section("", "GL_TEXTURE_2
[all...]
/external/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFCompileUnit.h19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, argument
24 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
27 static const DWARFSectionKind Section = DW_SECT_INFO; member in class:llvm::DWARFCompileUnit
H A DDWARFTypeUnit.h22 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, argument
27 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, IsDWO,
33 static const DWARFSectionKind Section = DW_SECT_TYPES; member in class:llvm::DWARFTypeUnit
/external/deqp/modules/gles2/functional/
H A Des2fNegativeFragmentApiTests.cpp54 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
65 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value.");
72 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative.");
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
93 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
98 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accepted values.");
105 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the eight defined symbolic constant values.");
116 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is any value other than GL_FRONT, GL_BACK, or GL_FRONT_AND_BACK.");
121 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any value other than the eight defined symbolic constant values.");
132 m_log << TestLog::Section("", "GL_INVALID_ENU
[all...]
H A Des2fNegativeBufferApiTests.cpp55 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
62 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
69 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
80 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
85 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW.");
90 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if size is negative.");
95 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
110 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
115 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
130 m_log << TestLog::Section("", "GL_INVALID_VALU
[all...]
H A Des2fNegativeVertexArrayApiTests.cpp60 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
74 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
89 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value.");
94 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
100 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if size is not 1, 2, 3, or 4.");
105 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if stride is negative.");
112 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
120 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equal to GL_MAX_VERTEX_ATTRIBS.");
131 m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value.");
136 m_log << tcu::TestLog::Section("", "GL_INVALID_VALU
[all...]
H A Des2fNegativeShaderApiTests.cpp75 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value.");
89 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
94 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if count is less than 0.");
100 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
118 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
123 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
133 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
154 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if binaryformat is not a supported format returned in GL_SHADER_BINARY_FORMATS.");
161 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if any value in shaders is not a value generated by OpenGL.");
167 m_log << TestLog::Section("", "GL_INVALID_VALU
[all...]
/external/llvm/include/llvm/MC/
H A DMCAsmInfoDarwin.h24 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
/external/google-breakpad/src/common/dwarf/
H A Dcfi_assembler.h52 using google_breakpad::test_assembler::Section;
54 class CFISection: public Section {
100 : Section(endianness), address_size_(address_size), eh_frame_(eh_frame),
175 Section::Append(endianness(), address_size_, address);
179 Section::Append(endianness(), address_size_, address);
202 CFISection &Mark(Label *label) { Section::Mark(label); return *this; }
203 CFISection &D8(uint8_t v) { Section::D8(v); return *this; }
204 CFISection &D16(uint16_t v) { Section::D16(v); return *this; }
205 CFISection &D16(Label v) { Section::D16(v); return *this; }
206 CFISection &D32(uint32_t v) { Section
[all...]
/external/google-breakpad/src/processor/
H A Dsynth_minidump.h38 // streams, memory regions, strings, and so on --- each is a Section
40 // Context, Thread, and so on all inherit from test_assembler::Section.
52 // ... build contents of stack1 with test_assembler::Section functions ...
95 // By convention, Section subclass constructors that take references
105 // If you forget to Add some Section, the Dump::GetContents call will
106 // fail, as the test_assembler::Labels used to cite the Section's
135 // A test_assembler::Section which will be appended to a minidump.
136 class Section: public test_assembler::Section { class in namespace:google_breakpad::SynthMinidump
138 explicit Section(cons
[all...]
/external/google-breakpad/src/common/
H A Dtest_assembler.h268 // and so on. It's up to the code that uses the Section class to
270 class Section { class in namespace:google_breakpad::test_assembler
272 Section(Endianness endianness = kUnsetEndian) function in class:google_breakpad::test_assembler::Section
277 virtual ~Section() { };
291 Section &Append(const uint8_t *data, size_t size) {
295 Section &Append(const string &data) {
302 Section &Append(size_t size, uint8_t byte) {
310 Section &Append(Endianness endianness, size_t size, uint64_t number);
311 Section &Append(Endianness endianness, size_t size, const Label &label);
320 Section
[all...]
H A Dtest_assembler.cc221 Section &Section::Append(Endianness endianness, size_t size, uint64_t number) {
227 Section &Section::Append(Endianness endianness, size_t size,
249 Section &Section::e ## bits(uint ## bits ## _t v) { \
256 Section &Section::e ## bits(const Label &v) { \
275 Section &Section
[all...]
/external/google-breakpad/src/common/linux/
H A Dsynth_elf.h60 using test_assembler::Section;
62 // String tables are common in ELF headers, so subclass Section
64 class StringTable : public Section {
67 : Section(endianness) {
93 // A Section representing an entire ELF file.
94 class ELF : public Section {
100 // Add the Section section to the section header table and append it
103 int AddSection(const string& name, const Section& section,
124 Section program_header_table_;
132 Section section_header_table
[all...]
/external/llvm/test/MC/MachO/ARM/
H A Dthumb2-movw-fixup.s24 @ CHECK: Section __text {
30 @ CHECK: Section: __data (2)
37 @ CHECK: Section: - (16777215)
44 @ CHECK: Section: __data (2)
51 @ CHECK: Section: - (16777215)
58 @ CHECK: Section: __data (2)
65 @ CHECK: Section: - (16777215)
72 @ CHECK: Section: __data (2)
79 @ CHECK: Section: - (16777215)
/external/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h72 StringRef Section; member in struct:llvm::ELFYAML::Symbol
87 struct Section { struct in namespace:llvm::ELFYAML
103 Section(SectionKind Kind) : Kind(Kind) {} function in struct:llvm::ELFYAML::Section
104 virtual ~Section();
106 struct RawContentSection : Section {
109 RawContentSection() : Section(SectionKind::RawContent) {}
110 static bool classof(const Section *S) {
115 struct NoBitsSection : Section {
117 NoBitsSection() : Section(SectionKind::NoBits) {}
118 static bool classof(const Section *
[all...]
/external/skia/src/sksl/ir/
H A DSkSLSection.h18 struct Section : public ProgramElement { struct in namespace:SkSL
19 Section(Position position, String name, String arg, String text) function in struct:SkSL::Section
/external/llvm/test/MC/ARM/
H A Deh-directive-personalityindex.s21 @ CHECK: Section {
28 @ RELOC: Section {
50 @ CHECK: Section {
57 @ RELOC: Section {
76 @ CHECK: Section {
83 @ CHECK: Section {
90 @ RELOC: Section {
113 @ CHECK: Section {
120 @ CHECK: Section {
127 @ RELOC: Section {
[all...]
H A Deh-directive-personality.s25 @ CHECK: Section {
31 @ CHECK: Section {
38 @ RELOC: Section {
45 @ CHECK: Section {
52 @ RELOC: Section {
76 @ CHECK: Section {
82 @ CHECK: Section {
89 @ RELOC: Section {
96 @ CHECK: Section {
103 @ RELOC: Section {
[all...]
/external/llvm/test/MC/Mips/
H A Dmicromips-label-test.s23 # CHECK: Section: .text
32 # CHECK: Section: .text
39 # CHECK: Section: .text
48 # CHECK: Section: .text
55 # CHECK: Section: .text

Completed in 835 milliseconds

1234567891011>>