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

1234567891011>>

/external/llvm/lib/MC/
H A DConstantPools.cpp51 AssemblerConstantPools::getConstantPool(const MCSection *Section) { argument
52 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section);
60 AssemblerConstantPools::getOrCreateConstantPool(const MCSection *Section) { argument
61 return ConstantPools[Section];
64 static void emitConstantPool(MCStreamer &Streamer, const MCSection *Section, argument
67 Streamer.SwitchSection(Section);
77 const MCSection *Section = CPI->first; local
80 emitConstantPool(Streamer, Section, CP);
85 const MCSection *Section = Streamer.getCurrentSection().first; local
86 if (ConstantPool *CP = getConstantPool(Section)) {
93 const MCSection *Section = Streamer.getCurrentSection().first; local
[all...]
H A DMCContext.cpp203 // Section Management
207 getMachOSection(StringRef Segment, StringRef Section, argument
219 Name += Section;
226 return Entry = new (*this) MCSectionMachO(Segment, Section, TypeAndAttributes,
231 getELFSection(StringRef Section, unsigned Type, unsigned Flags, argument
233 return getELFSection(Section, Type, Flags, Kind, 0, "");
236 void MCContext::renameELFSection(const MCSectionELF *Section, StringRef Name) { argument
238 if (const MCSymbol *Group = Section->getGroup())
241 ELFUniquingMap.erase(SectionGroupPair(Section->getSectionName(), GroupName));
244 Section))
250 getELFSection(StringRef Section, unsigned Type, unsigned Flags, SectionKind Kind, unsigned EntrySize, StringRef Group) argument
281 getCOFFSection(StringRef Section, unsigned Characteristics, SectionKind Kind, StringRef COMDATSymName, int Selection) argument
307 getCOFFSection(StringRef Section, unsigned Characteristics, SectionKind Kind) argument
312 getCOFFSection(StringRef Section) argument
[all...]
/external/llvm/include/llvm/MC/
H A DMCSymbol.h31 /// Section member is set to indicate what section it lives in. Otherwise, if
43 /// Section - The section the symbol is defined in. This is null for
46 const MCSection *Section; member in class:llvm::MCSymbol
63 : Name(name), Section(nullptr), Value(nullptr),
90 return Section != nullptr;
106 return Section == AbsolutePseudoSection;
113 return *Section;
117 void setSection(const MCSection &S) { Section = &S; }
121 Section = nullptr;
125 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.cpp75 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
82 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
92 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
100 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
108 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
116 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
127 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if name is not an accepted value.");
132 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is outside of the valid range for the indexed state target.");
144 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if name is not an accepted value.");
149 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.cpp103 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).");
119 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
126 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture was previously created with a target that doesn't match that of target.");
153 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is invalid.");
162 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
185 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if level is less than 0.");
204 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.");
210 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.");
228 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if width or height is less than 0.");
230 m_log << TestLog::Section("", "GL_TEXTURE_2
[all...]
/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.cpp54 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
61 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
68 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative.");
79 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
84 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STATIC_DRAW, or GL_DYNAMIC_DRAW.");
89 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if size is negative.");
94 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
109 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL_ELEMENT_ARRAY_BUFFER.");
114 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object name 0 is bound to target.");
129 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.cpp73 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value.");
87 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
92 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if count is less than 0.");
98 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
116 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
121 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.");
131 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by OpenGL.");
152 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if binaryformat is not a supported format returned in GL_SHADER_BINARY_FORMATS.");
159 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if any value in shaders is not a value generated by OpenGL.");
165 m_log << TestLog::Section("", "GL_INVALID_VALU
[all...]
H A Des2fNegativeStateApiTests.cpp69 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
76 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed values.");
86 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
94 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
102 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed values.");
110 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if name is not an accepted value.");
125 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated by OpenGL.");
130 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program object.");
135 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if maxCount is less than 0.");
156 m_log << TestLog::Section("", "GL_INVALID_ENU
[all...]
H A Des2fNegativeTextureApiTests.cpp110 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).");
123 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable values.");
130 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture was previously created with a target that doesn't match that of target.");
148 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is invalid.");
156 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
163 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported format returned in GL_COMPRESSED_TEXTURE_FORMATS.");
184 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if level is less than 0.");
196 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if level is less than 0.");
218 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX_TEXTURE_SIZE).");
231 m_log << TestLog::Section("", "GL_INVALID_VALU
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/components/
H A DPropertiesSection.js32 * @extends {WebInspector.Section}
38 WebInspector.Section.call(this, title, subtitle);
51 __proto__: WebInspector.Section.prototype
/external/llvm/lib/DebugInfo/
H A DDWARFContext.h67 struct Section { struct in class:llvm::DWARFContext
174 virtual const Section &getInfoSection() = 0;
175 typedef MapVector<object::SectionRef, Section,
179 virtual const Section &getLocSection() = 0;
180 virtual const Section &getLocDWOSection() = 0;
183 virtual const Section &getLineSection() = 0;
184 virtual const Section &getLineDWOSection() = 0;
193 virtual const Section &getInfoDWOSection() = 0;
220 Section InfoSection;
223 Section LocSectio
[all...]
/external/llvm/tools/lli/
H A DRemoteMemoryManager.cpp99 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/include/llvm/Object/
H A DELFYAML.h63 StringRef Section; member in struct:llvm::ELFYAML::Symbol
73 struct Section { struct in namespace:llvm::ELFYAML
82 Section(SectionKind Kind) : Kind(Kind) {} function in struct:llvm::ELFYAML::Section
83 virtual ~Section();
85 struct RawContentSection : Section {
88 RawContentSection() : Section(SectionKind::RawContent) {}
89 static bool classof(const Section *S) {
99 struct RelocationSection : Section {
102 RelocationSection() : Section(SectionKind::Relocation) {}
103 static bool classof(const Section *
[all...]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp257 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, argument
266 uint64_t *Target = reinterpret_cast<uint64_t *>(Section.Address + Offset);
279 uint32_t *Target = reinterpret_cast<uint32_t *>(Section.Address + Offset);
289 uint32_t *Target = reinterpret_cast<uint32_t *>(Section.Address + Offset);
290 uint64_t FinalAddress = Section.LoadAddress + Offset;
304 reinterpret_cast<uint32_t *>(Section.ObjAddress + Offset);
305 uint32_t *Target = reinterpret_cast<uint32_t *>(Section.Address + Offset);
306 uint64_t FinalAddress = Section.LoadAddress + Offset;
317 reinterpret_cast<uint64_t *>(Section.ObjAddress + Offset);
318 uint64_t *Target = reinterpret_cast<uint64_t *>(Section
326 resolveX86Relocation(const SectionEntry &Section, uint64_t Offset, uint32_t Value, uint32_t Type, int32_t Addend) argument
358 resolveAArch64Relocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend) argument
[all...]
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp131 { "Section", 0xE }
160 MachOSection &Section) {
163 Section.Address = Sect.addr;
164 Section.Size = Sect.size;
165 Section.Offset = Sect.offset;
166 Section.Alignment = Sect.align;
167 Section.RelocationTableOffset = Sect.reloff;
168 Section.NumRelocationTableEntries = Sect.nreloc;
169 Section.Flags = Sect.flags;
170 Section
158 getSection(const MachOObjectFile *Obj, DataRefImpl Sec, MachOSection &Section) argument
[all...]
H A DWin64EHDumper.cpp116 const coff_section *Section, uint64_t Offset,
123 if (Ctx.ResolveSymbol(Section, Offset, Symbol, Ctx.UserData) ||
138 const coff_section *Section,
144 Ctx.ResolveSymbol(Section, Offset, Symbol, Ctx.UserData))
161 const coff_section *Section,
165 formatSymbol(Ctx, Section, Offset + 0, RF.StartAddress));
167 formatSymbol(Ctx, Section, Offset + 4, RF.EndAddress));
169 formatSymbol(Ctx, Section, Offset + 8, RF.UnwindInfoOffset));
232 void Dumper::printUnwindInfo(const Context &Ctx, const coff_section *Section, argument
266 formatSymbol(Ctx, Section, LSDAOffse
115 formatSymbol(const Dumper::Context &Ctx, const coff_section *Section, uint64_t Offset, uint32_t Displacement) argument
137 resolveRelocation(const Dumper::Context &Ctx, const coff_section *Section, uint64_t Offset, const coff_section *&ResolvedSection, uint64_t &ResolvedAddress) argument
160 printRuntimeFunctionEntry(const Context &Ctx, const coff_section *Section, uint64_t Offset, const RuntimeFunction &RF) argument
276 printRuntimeFunction(const Context &Ctx, const coff_section *Section, uint64_t SectionOffset, const RuntimeFunction &RF) argument
[all...]
/external/llvm/test/MC/ARM/
H A Deh-directive-personalityindex.s19 @ CHECK: Section {
26 @ CHECK: Section {
48 @ CHECK: Section {
55 @ CHECK: Section {
74 @ CHECK: Section {
81 @ CHECK: Section {
88 @ CHECK: Section {
111 @ CHECK: Section {
118 @ CHECK: Section {
125 @ CHECK: Section {
[all...]
/external/lldb/source/Core/
H A DSection.cpp1 //===-- Section.cpp ---------------------------------------------*- C++ -*-===//
10 #include "lldb/Core/Section.h"
18 Section::Section (const ModuleSP &module_sp, function in class:Section
44 // printf ("Section::Section(%p): module=%p, sect_id = 0x%16.16" PRIx64 ", addr=[0x%16.16" PRIx64 " - 0x%16.16" PRIx64 "), file [0x%16.16" PRIx64 " - 0x%16.16" PRIx64 "), flags = 0x%8.8x, name = %s\n",
48 Section::Section (const lldb::SectionSP &parent_section_sp, function in class:Section
75 // printf ("Section::Section(
[all...]
/external/chromium_org/courgette/
H A Ddisassembler_win32_x64.h47 // Returns Section containing the relative virtual address, or NULL if none.
48 const Section* RVAToSection(RVA rva) const;
58 static std::string SectionName(const Section* section);
64 void ParseRel32RelocsFromSection(const Section* section);
68 CheckBool ParseFileRegion(const Section* section,
92 const Section* FindNextSection(uint32 file_offset) const;
127 const Section *sections_;
H A Ddisassembler_win32_x86.h47 // Returns Section containing the relative virtual address, or NULL if none.
48 const Section* RVAToSection(RVA rva) const;
58 static std::string SectionName(const Section* section);
64 void ParseRel32RelocsFromSection(const Section* section);
68 CheckBool ParseFileRegion(const Section* section,
92 const Section* FindNextSection(uint32 file_offset) const;
127 const Section *sections_;

Completed in 1410 milliseconds

1234567891011>>