/external/llvm/lib/MC/ |
H A D | ConstantPools.cpp | 51 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { argument 52 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); 60 AssemblerConstantPools::getOrCreateConstantPool(MCSection *Section) { argument 61 return ConstantPools[Section]; 64 static void emitConstantPool(MCStreamer &Streamer, MCSection *Section, argument 67 Streamer.SwitchSection(Section); 77 MCSection *Section = CPI->first; local 80 emitConstantPool(Streamer, Section, CP); 85 MCSection *Section = Streamer.getCurrentSection().first; local 86 if (ConstantPool *CP = getConstantPool(Section)) { 94 MCSection *Section = Streamer.getCurrentSection().first; local [all...] |
/external/deqp/modules/gles3/functional/ |
H A D | es3fNegativeFragmentApiTests.cpp | 54 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 D | es3fNegativeStateApiTests.cpp | 76 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 D | es3fNegativeVertexArrayApiTests.cpp | 70 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 D | es3fNegativeBufferApiTests.cpp | 57 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...] |
/external/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFCompileUnit.h | 19 DWARFCompileUnit(DWARFContext &Context, const DWARFSection &Section, argument 24 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, UnitSection, 27 static const DWARFSectionKind Section = DW_SECT_INFO; member in class:llvm::DWARFCompileUnit
|
H A D | DWARFTypeUnit.h | 22 DWARFTypeUnit(DWARFContext &Context, const DWARFSection &Section, argument 27 : DWARFUnit(Context, Section, DA, RS, SS, SOS, AOS, LS, LE, UnitSection, 33 static const DWARFSectionKind Section = DW_SECT_TYPES; member in class:llvm::DWARFTypeUnit
|
/external/deqp/modules/gles2/functional/ |
H A D | es2fNegativeFragmentApiTests.cpp | 54 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 D | es2fNegativeBufferApiTests.cpp | 55 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 D | es2fNegativeVertexArrayApiTests.cpp | 60 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 D | es2fNegativeShaderApiTests.cpp | 75 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 D | MCAsmInfoDarwin.h | 24 bool isSectionAtomizableBySymbols(const MCSection &Section) const override;
|
/external/google-breakpad/src/common/dwarf/ |
H A D | cfi_assembler.h | 52 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 D | synth_minidump.h | 38 // 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 D | test_assembler.h | 268 // 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 D | test_assembler.cc | 221 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 D | synth_elf.h | 60 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 D | thumb2-movw-fixup.s | 24 @ 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/test/MC/Mips/ |
H A D | micromips-label-test.s | 23 # CHECK: Section: .text 30 # CHECK: Section: .text 37 # CHECK: Section: .text 44 # CHECK: Section: .text 51 # CHECK: Section: .text
|
/external/llvm/include/llvm/Object/ |
H A D | ELFYAML.h | 72 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/llvm/tools/lli/ |
H A D | RemoteMemoryManager.cpp | 99 Allocation &Section = UnmappedSections[i]; local 100 if (Section.IsCode) { 101 unsigned Size = Section.MB.size(); 102 unsigned Align = Section.Alignment; 109 Offsets.push_back(std::pair<Allocation,uint64_t>(Section, CurOffset)); 116 Allocation &Section = UnmappedSections[i]; local 117 if (!Section.IsCode) { 118 unsigned Size = Section.MB.size(); 119 unsigned Align = Section.Alignment; 126 Offsets.push_back(std::pair<Allocation,uint64_t>(Section, CurOffse 157 const Allocation &Section = I->second; local [all...] |
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.h | 26 void resolveRelocation(const SectionEntry &Section, uint64_t Offset, 30 void resolveX86_64Relocation(const SectionEntry &Section, uint64_t Offset, 34 void resolveX86Relocation(const SectionEntry &Section, uint64_t Offset, 37 void resolveAArch64Relocation(const SectionEntry &Section, uint64_t Offset, 40 void resolveARMRelocation(const SectionEntry &Section, uint64_t Offset, 43 void resolveMIPSRelocation(const SectionEntry &Section, uint64_t Offset, 46 void resolvePPC32Relocation(const SectionEntry &Section, uint64_t Offset, 49 void resolvePPC64Relocation(const SectionEntry &Section, uint64_t Offset, 52 void resolveSystemZRelocation(const SectionEntry &Section, uint64_t Offset, 55 void resolveMIPS64Relocation(const SectionEntry &Section, uint64_ [all...] |
/external/llvm/test/MC/ARM/ |
H A D | eh-directive-personalityindex.s | 21 @ 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 D | eh-directive-personality.s | 25 @ 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/tools/llvm-cov/ |
H A D | TestingSupport.cpp | 53 for (const auto &Section : OF->sections()) { 55 if (Section.getName(Name)) 58 ProfileNames = Section; 60 CoverageMapping = Section;
|