Home
last modified time | relevance | path

Searched refs:Section (Results 1 – 25 of 1869) sorted by relevance

12345678910>>...75

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/MCTargetDesc/
DNVPTXTargetStreamer.cpp43 const MCSection *Section) { in isDwarfSection() argument
46 if (!Section || Section->getKind().isText() || in isDwarfSection()
47 Section->getKind().isWriteable()) in isDwarfSection()
49 return Section == FI->getDwarfAbbrevSection() || in isDwarfSection()
50 Section == FI->getDwarfInfoSection() || in isDwarfSection()
51 Section == FI->getDwarfMacinfoSection() || in isDwarfSection()
52 Section == FI->getDwarfFrameSection() || in isDwarfSection()
53 Section == FI->getDwarfAddrSection() || in isDwarfSection()
54 Section == FI->getDwarfRangesSection() || in isDwarfSection()
55 Section == FI->getDwarfARangesSection() || in isDwarfSection()
[all …]
/third_party/python/Doc/library/
Dhttp.rst62 ``100`` ``CONTINUE`` HTTP/1.1 :rfc:`7231`, Section 6.2.1
63 ``101`` ``SWITCHING_PROTOCOLS`` HTTP/1.1 :rfc:`7231`, Section 6.2.2
64 ``102`` ``PROCESSING`` WebDAV :rfc:`2518`, Section 10.1
66 ``200`` ``OK`` HTTP/1.1 :rfc:`7231`, Section 6.3.1
67 ``201`` ``CREATED`` HTTP/1.1 :rfc:`7231`, Section 6.3.2
68 ``202`` ``ACCEPTED`` HTTP/1.1 :rfc:`7231`, Section 6.3.3
69 ``203`` ``NON_AUTHORITATIVE_INFORMATION`` HTTP/1.1 :rfc:`7231`, Section 6.3.4
70 ``204`` ``NO_CONTENT`` HTTP/1.1 :rfc:`7231`, Section 6.3.5
71 ``205`` ``RESET_CONTENT`` HTTP/1.1 :rfc:`7231`, Section 6.3.6
72 ``206`` ``PARTIAL_CONTENT`` HTTP/1.1 :rfc:`7233`, Section 4.1
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DWasmYAML.cpp25 Section::~Section() = default;
45 static void commonSectionMapping(IO &IO, WasmYAML::Section &Section) { in commonSectionMapping() argument
46 IO.mapRequired("Type", Section.Type); in commonSectionMapping()
47 IO.mapOptional("Relocations", Section.Relocations); in commonSectionMapping()
50 static void sectionMapping(IO &IO, WasmYAML::DylinkSection &Section) { in sectionMapping() argument
51 commonSectionMapping(IO, Section); in sectionMapping()
52 IO.mapRequired("Name", Section.Name); in sectionMapping()
53 IO.mapRequired("MemorySize", Section.MemorySize); in sectionMapping()
54 IO.mapRequired("MemoryAlignment", Section.MemoryAlignment); in sectionMapping()
55 IO.mapRequired("TableSize", Section.TableSize); in sectionMapping()
[all …]
DWasmEmitter.cpp33 void writeRelocSection(raw_ostream &OS, WasmYAML::Section &Sec,
38 void writeSectionContent(raw_ostream &OS, WasmYAML::CustomSection &Section);
39 void writeSectionContent(raw_ostream &OS, WasmYAML::TypeSection &Section);
40 void writeSectionContent(raw_ostream &OS, WasmYAML::ImportSection &Section);
41 void writeSectionContent(raw_ostream &OS, WasmYAML::FunctionSection &Section);
42 void writeSectionContent(raw_ostream &OS, WasmYAML::TableSection &Section);
43 void writeSectionContent(raw_ostream &OS, WasmYAML::MemorySection &Section);
44 void writeSectionContent(raw_ostream &OS, WasmYAML::GlobalSection &Section);
45 void writeSectionContent(raw_ostream &OS, WasmYAML::EventSection &Section);
46 void writeSectionContent(raw_ostream &OS, WasmYAML::ExportSection &Section);
[all …]
DELFEmitter.cpp144 StringRef SecName, ELFYAML::Section *YAMLSec);
149 ELFYAML::Section *YAMLSec);
153 ELFYAML::Section *YAMLSec);
164 const ELFYAML::RawContentSection &Section,
167 const ELFYAML::RelocationSection &Section,
170 const ELFYAML::RelrSection &Section,
178 const ELFYAML::SymverSection &Section,
181 const ELFYAML::VerneedSection &Section,
184 const ELFYAML::VerdefSection &Section,
187 const ELFYAML::MipsABIFlags &Section,
[all …]
DELFYAML.cpp984 IO.mapOptional("Section", Symbol.Section, StringRef()); in mapping()
1002 if (Symbol.Index && Symbol.Section.data()) in validate()
1009 static void commonSectionMapping(IO &IO, ELFYAML::Section &Section) { in commonSectionMapping() argument
1010 IO.mapOptional("Name", Section.Name, StringRef()); in commonSectionMapping()
1011 IO.mapRequired("Type", Section.Type); in commonSectionMapping()
1012 IO.mapOptional("Flags", Section.Flags); in commonSectionMapping()
1013 IO.mapOptional("Address", Section.Address, Hex64(0)); in commonSectionMapping()
1014 IO.mapOptional("Link", Section.Link, StringRef()); in commonSectionMapping()
1015 IO.mapOptional("AddressAlign", Section.AddressAlign, Hex64(0)); in commonSectionMapping()
1016 IO.mapOptional("EntSize", Section.EntSize); in commonSectionMapping()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIASectionContrib.cpp19 : Session(PDBSession), Section(DiaSection) {} in DIASectionContrib()
23 if (FAILED(Section->get_compiland(&Symbol))) in getCompiland()
32 PrivateGetDIAValue(IDiaSectionContrib *Section, in PrivateGetDIAValue() argument
35 if (S_OK == (Section->*Method)(&Value)) in PrivateGetDIAValue()
42 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_addressSection); in getAddressSection()
46 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_addressOffset); in getAddressOffset()
50 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_virtualAddress); in getVirtualAddress()
54 return PrivateGetDIAValue(Section, in getRelativeVirtualAddress()
59 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_length); in getLength()
63 return PrivateGetDIAValue(Section, &IDiaSectionContrib::get_notPaged); in isNotPaged()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldELFMips.cpp16 const SectionEntry &Section = Sections[RE.SectionID]; in resolveRelocation() local
18 resolveMIPSO32Relocation(Section, RE.Offset, Value, RE.RelType, RE.Addend); in resolveRelocation()
20 resolveMIPSN32Relocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, in resolveRelocation()
23 resolveMIPSN64Relocation(Section, RE.Offset, Value, RE.RelType, RE.Addend, in resolveRelocation()
33 const SectionEntry &Section = Sections[RE.SectionID]; in evaluateRelocation() local
34 Value = evaluateMIPS64Relocation(Section, RE.Offset, Value, RE.RelType, in evaluateRelocation()
44 const SectionEntry &Section = Sections[RE.SectionID]; in applyRelocation() local
45 applyMIPSRelocation(Section.getAddressWithOffset(RE.Offset), Value, in applyRelocation()
53 RuntimeDyldELFMips::evaluateMIPS32Relocation(const SectionEntry &Section, in evaluateMIPS32Relocation() argument
58 << format("%llx", Section.getAddressWithOffset(Offset)) in evaluateMIPS32Relocation()
[all …]
/third_party/vk-gl-cts/modules/gles3/functional/
Des3fNegativeStateApiTests.cpp76 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed value… in init()
83 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed value… in init()
93 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed val… in init()
101 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed val… in init()
109 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed val… in init()
117 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed val… in init()
128 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if name is not an accepted value."); in init()
133 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is outside of the valid rang… in init()
145 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if name is not an accepted value."); in init()
150 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if index is outside of the valid rang… in init()
[all …]
Des3fNegativeFragmentApiTests.cpp62 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative… in init()
73 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value."); in init()
80 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative… in init()
94 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accept… in init()
101 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or G… in init()
106 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accept… in init()
113 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any val… in init()
124 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is any value other than GL_FRO… in init()
129 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any val… in init()
140 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or G… in init()
[all …]
Des3fNegativeBufferApiTests.cpp57 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable … in init()
64 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative."); in init()
71 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative."); in init()
82 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL… in init()
87 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STA… in init()
92 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if size is negative."); in init()
97 …m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object nam… in init()
112 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL… in init()
117 …m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object nam… in init()
123 …m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the buffer object being update… in init()
[all …]
Des3fNegativeVertexArrayApiTests.cpp99 …m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equa… in init()
113 …m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equa… in init()
132 …m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equa… in init()
145 …m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equa… in init()
161 …m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value.… in init()
166 …m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equa… in init()
172 … m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if size is not 1, 2, 3, or 4."); in init()
177 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if stride is negative."); in init()
182 …m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated if type is GL_INT_2_10_10_10… in init()
193 …m_log << tcu::TestLog::Section("", "GL_INVALID_OPERATION is generated a non-zero vertex array obje… in init()
[all …]
Des3fNegativeTextureApiTests.cpp141 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if texture is not one of GL_TEXTUREi, … in init()
157 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable … in init()
164 …m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if texture was previously created… in init()
191 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is invalid."); in init()
200 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if internalformat is not a supported f… in init()
223 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if level is less than 0."); in init()
242 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX… in init()
248 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if level is greater than log_2(GL_MAX… in init()
266 … m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if width or height is less than 0."); in init()
268 m_log << TestLog::Section("", "GL_TEXTURE_2D target"); in init()
[all …]
Des3fNegativeShaderApiTests.cpp98 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value… in init()
107 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by… in init()
112 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if count is less than 0."); in init()
118 …m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.… in init()
131 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by… in init()
136 …m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.… in init()
146 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by… in init()
165 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if binaryFormat is not an accepted val… in init()
172 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if the data pointed to by binary does… in init()
178 …m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if more than one of the handles i… in init()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/
DTextStub.cpp287 static void mapping(IO &IO, ExportSection &Section) { in mapping()
292 IO.mapRequired("archs", Section.Architectures); in mapping()
294 IO.mapOptional("allowed-clients", Section.AllowableClients); in mapping()
296 IO.mapOptional("allowable-clients", Section.AllowableClients); in mapping()
297 IO.mapOptional("re-exports", Section.ReexportedLibraries); in mapping()
298 IO.mapOptional("symbols", Section.Symbols); in mapping()
299 IO.mapOptional("objc-classes", Section.Classes); in mapping()
301 IO.mapOptional("objc-eh-types", Section.ClassEHs); in mapping()
302 IO.mapOptional("objc-ivars", Section.IVars); in mapping()
303 IO.mapOptional("weak-def-symbols", Section.WeakDefSymbols); in mapping()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DWasmYAML.h177 struct Section { struct
178 explicit Section(SectionType SecType) : Type(SecType) {} in Section() function
179 virtual ~Section();
185 struct CustomSection : Section { argument
187 : Section(wasm::WASM_SEC_CUSTOM), Name(Name) {} in CustomSection()
189 static bool classof(const Section *S) { in classof()
200 static bool classof(const Section *S) { in classof()
215 static bool classof(const Section *S) { in classof()
226 static bool classof(const Section *S) { in classof()
241 static bool classof(const Section *S) { in classof()
[all …]
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fNegativeBufferApiTests.cpp55 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not one of the allowable … in init()
62 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative."); in init()
69 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n is negative."); in init()
80 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL… in init()
85 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if usage is not GL_STREAM_DRAW, GL_STA… in init()
90 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if size is negative."); in init()
95 …m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object nam… in init()
110 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if target is not GL_ARRAY_BUFFER or GL… in init()
115 …m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if the reserved buffer object nam… in init()
130 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if offset or size is negative, or if … in init()
[all …]
Des2fNegativeStateApiTests.cpp69 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed value… in init()
76 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if cap is not one of the allowed value… in init()
86 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed val… in init()
94 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed val… in init()
102 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not one of the allowed val… in init()
110 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if name is not an accepted value."); in init()
125 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if program is not a value generated b… in init()
130 …m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if program is not a program objec… in init()
135 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if maxCount is less than 0."); in init()
156 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if pname is not an accepted value."); in init()
[all …]
Des2fNegativeVertexArrayApiTests.cpp60 …m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equa… in init()
74 …m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equa… in init()
89 …m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if type is not an accepted value.… in init()
94 …m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equa… in init()
100 … m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if size is not 1, 2, 3, or 4."); in init()
105 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if stride is negative."); in init()
112 …m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equa… in init()
120 …m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if index is greater than or equa… in init()
131 …m_log << tcu::TestLog::Section("", "GL_INVALID_ENUM is generated if mode is not an accepted value.… in init()
136 m_log << tcu::TestLog::Section("", "GL_INVALID_VALUE is generated if count is negative."); in init()
[all …]
Des2fNegativeShaderApiTests.cpp75 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if shaderType is not an accepted value… in init()
89 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by… in init()
94 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if count is less than 0."); in init()
100 …m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.… in init()
118 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by… in init()
123 …m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if shader is not a shader object.… in init()
133 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if shader is not a value generated by… in init()
154 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if binaryformat is not a supported for… in init()
161 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if any value in shaders is not a valu… in init()
167 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if n or length is negative."); in init()
[all …]
Des2fNegativeFragmentApiTests.cpp54 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative… in init()
65 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not an accepted value."); in init()
72 …m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if either width or height is negative… in init()
86 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accept… in init()
93 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or G… in init()
98 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if func is not one of the eight accept… in init()
105 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any val… in init()
116 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is any value other than GL_FRO… in init()
121 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if sfail, dpfail, or dppass is any val… in init()
132 …m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if face is not GL_FRONT, GL_BACK, or G… in init()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DDebugSubsectionVisitor.cpp54 DebugCrossModuleExportsSubsectionRef Section; in visitDebugSubsection() local
55 if (auto EC = Section.initialize(Reader)) in visitDebugSubsection()
57 return V.visitCrossModuleExports(Section, State); in visitDebugSubsection()
60 DebugCrossModuleImportsSubsectionRef Section; in visitDebugSubsection() local
61 if (auto EC = Section.initialize(Reader)) in visitDebugSubsection()
63 return V.visitCrossModuleImports(Section, State); in visitDebugSubsection()
66 DebugSymbolsSubsectionRef Section; in visitDebugSubsection() local
67 if (auto EC = Section.initialize(Reader)) in visitDebugSubsection()
69 return V.visitSymbols(Section, State); in visitDebugSubsection()
72 DebugStringTableSubsectionRef Section; in visitDebugSubsection() local
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp266 void RuntimeDyldELF::resolveX86_64Relocation(const SectionEntry &Section, in resolveX86_64Relocation() argument
277 support::ulittle64_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
280 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
290 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
293 << format("%p\n", Section.getAddressWithOffset(Offset))); in resolveX86_64Relocation()
297 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveX86_64Relocation()
301 Section.getAddress()[Offset] = TruncOffset; in resolveX86_64Relocation()
305 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveX86_64Relocation()
309 support::ulittle32_t::ref(Section.getAddressWithOffset(Offset)) = in resolveX86_64Relocation()
314 uint64_t FinalAddress = Section.getLoadAddressWithOffset(Offset); in resolveX86_64Relocation()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceELFObjectWriter.cpp218 ELFTextSection *Section = nullptr; in writeFunctionCode() local
227 Section = createSection<ELFTextSection>(SectionName, SHT_PROGBITS, ShFlags, in writeFunctionCode()
229 Elf64_Off OffsetInFile = alignFileOffset(Section->getSectionAlign()); in writeFunctionCode()
230 Section->setFileOffset(OffsetInFile); in writeFunctionCode()
231 TextSections.push_back(Section); in writeFunctionCode()
232 RelSection = createRelocationSection(Section); in writeFunctionCode()
235 Section = TextSections[0]; in writeFunctionCode()
238 const RelocOffsetT OffsetInSection = Section->getCurrentSize(); in writeFunctionCode()
251 SymTab->createDefinedSym(FuncName, SymbolType, SymbolBinding, Section, in writeFunctionCode()
268 Section->appendData(Str, Asm->getBufferView()); in writeFunctionCode()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DConstantPools.cpp66 ConstantPool *AssemblerConstantPools::getConstantPool(MCSection *Section) { in getConstantPool() argument
67 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool()
75 AssemblerConstantPools::getOrCreateConstantPool(MCSection *Section) { in getOrCreateConstantPool() argument
76 return ConstantPools[Section]; in getOrCreateConstantPool()
79 static void emitConstantPool(MCStreamer &Streamer, MCSection *Section, in emitConstantPool() argument
82 Streamer.SwitchSection(Section); in emitConstantPool()
90 MCSection *Section = CPI.first; in emitAll() local
93 emitConstantPool(Streamer, Section, CP); in emitAll()
98 MCSection *Section = Streamer.getCurrentSectionOnly(); in emitForCurrentSection() local
99 if (ConstantPool *CP = getConstantPool(Section)) in emitForCurrentSection()
[all …]

12345678910>>...75