/external/skia/src/sksl/codegen/ |
D | SkSLHCodeGenerator.cpp | 129 bool HCodeGenerator::writeSection(const char* name, const char* prefix) { in writeSection() function in SkSL::HCodeGenerator 183 if (!this->writeSection(kMakeSection)) { in writeMake() 192 this->writeSection(kConstructorParamsSection, separator); in writeMake() 220 if (this->writeSection(kConstructorSection)) { in writeConstructor() 236 this->writeSection(kConstructorParamsSection, separator); in writeConstructor() 239 if (!this->writeSection(kOptimizationFlagsSection, ", (OptimizationFlags) ")) { in writeConstructor() 243 this->writeSection(kInitializersSection, "\n , "); in writeConstructor() 264 this->writeSection(kConstructorCodeSection); in writeConstructor() 291 this->writeSection(kFieldsSection); in writeFields() 331 this->writeSection(kHeaderSection); in generateCode() [all …]
|
D | SkSLHCodeGenerator.h | 65 bool writeSection(const char* name, const char* prefix = "");
|
D | SkSLCPPCodeGenerator.cpp | 578 bool CPPCodeGenerator::writeSection(const char* name, const char* prefix) { in writeSection() function in SkSL::CPPCodeGenerator 930 this->writeSection(kEmitCodeSection); in writeEmitCode() 1081 this->writeSection(kSetDataSection); in writeSetData() 1110 if (!this->writeSection(kCloneSection)) { in writeClone() 1153 if (!this->writeSection(kDumpInfoSection)) { in writeDumpInfo() 1210 this->writeSection(kTestCodeSection); in writeTest() 1354 this->writeSection(kCppSection); in generateCode() 1408 this->writeSection(kCppEndSection); in generateCode()
|
D | SkSLDSLCPPCodeGenerator.cpp | 855 bool DSLCPPCodeGenerator::writeSection(const char* name, const char* prefix) { in writeSection() function in SkSL::DSLCPPCodeGenerator 1030 this->writeSection(kEmitCodeSection); in writeEmitCode() 1161 this->writeSection(kSetDataSection); in writeSetData() 1167 if (!this->writeSection(kCloneSection)) { in writeClone() 1201 if (!this->writeSection(kDumpInfoSection)) { in writeDumpInfo() 1258 this->writeSection(kTestCodeSection); in writeTest() 1402 this->writeSection(kCppSection); in generateCode() 1457 this->writeSection(kCppEndSection); in generateCode()
|
D | SkSLCPPCodeGenerator.h | 34 bool writeSection(const char* name, const char* prefix = "");
|
D | SkSLDSLCPPCodeGenerator.h | 64 bool writeSection(const char* name, const char* prefix = "");
|
/external/skqp/src/sksl/ |
D | SkSLHCodeGenerator.cpp | 122 bool HCodeGenerator::writeSection(const char* name, const char* prefix) { in writeSection() function in SkSL::HCodeGenerator 176 if (!this->writeSection(MAKE_SECTION)) { in writeMake() 185 this->writeSection(CONSTRUCTOR_PARAMS_SECTION, separator); in writeMake() 212 if (this->writeSection(CONSTRUCTOR_SECTION)) { in writeConstructor() 228 this->writeSection(CONSTRUCTOR_PARAMS_SECTION, separator); in writeConstructor() 231 if (!this->writeSection(OPTIMIZATION_FLAGS_SECTION, ", (OptimizationFlags) ")) { in writeConstructor() 235 this->writeSection(INITIALIZERS_SECTION, "\n , "); in writeConstructor() 267 this->writeSection(CONSTRUCTOR_CODE_SECTION); in writeConstructor() 289 this->writeSection(FIELDS_SECTION); in writeFields() 330 this->writeSection(HEADER_SECTION); in generateCode() [all …]
|
D | SkSLPipelineStageCodeGenerator.h | 29 bool writeSection(const char* name, const char* prefix = "");
|
D | SkSLCPPCodeGenerator.cpp | 464 bool CPPCodeGenerator::writeSection(const char* name, const char* prefix) { in writeSection() function in SkSL::CPPCodeGenerator 827 this->writeSection(EMIT_CODE_SECTION); in writeEmitCode() 956 this->writeSection(SET_DATA_SECTION); in writeSetData() 985 if (!this->writeSection(CLONE_SECTION)) { in writeClone() 1046 this->writeSection(TEST_CODE_SECTION); in writeTest() 1147 this->writeSection(CPP_SECTION); in generateCode() 1199 this->writeSection(CPP_END_SECTION); in generateCode()
|
D | SkSLHCodeGenerator.h | 62 bool writeSection(const char* name, const char* prefix = "");
|
D | SkSLCPPCodeGenerator.h | 30 bool writeSection(const char* name, const char* prefix = "");
|
D | SkSLPipelineStageCodeGenerator.cpp | 202 bool PipelineStageCodeGenerator::writeSection(const char* name, const char* prefix) { in writeSection() function in SkSL::PipelineStageCodeGenerator
|
/external/catch2/include/reporters/ |
D | catch_reporter_sonarqube.hpp | 80 writeSection("", rootSection, testCaseNode.value.testInfo.okToFail()); in writeTestCase() 83 … void writeSection(std::string const& rootName, SectionNode const& sectionNode, bool okToFail) { in writeSection() function 97 writeSection(name, *childNode, okToFail); in writeSection()
|
D | catch_reporter_junit.cpp | 173 writeSection( className, "", rootSection ); in writeTestCase() 176 void JunitReporter::writeSection( std::string const& className, in writeSection() function in Catch::JunitReporter 206 writeSection( name, "", *childNode ); in writeSection() 208 writeSection( className, name, *childNode ); in writeSection()
|
D | catch_reporter_junit.h | 44 void writeSection(std::string const& className,
|
/external/catch2/single_include/catch2/ |
D | catch_reporter_sonarqube.hpp | 80 writeSection("", rootSection, testCaseNode.value.testInfo.okToFail()); in writeTestCase() 83 … void writeSection(std::string const& rootName, SectionNode const& sectionNode, bool okToFail) { in writeSection() function 97 writeSection(name, *childNode, okToFail); in writeSection()
|
/external/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 175 void writeSection(const MCAsmLayout &Layout, const MCSection &Sec,
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 192 void writeSection(const MCAsmLayout &Layout, const MCSection &Sec,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 189 void writeSection(const MCAsmLayout &Layout, const MCSection &Sec,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 190 void writeSection(MCAssembler &Asm, const MCAsmLayout &Layout, 612 void WinCOFFObjectWriter::writeSection(MCAssembler &Asm, in writeSection() function in WinCOFFObjectWriter 1074 writeSection(Asm, Layout, **I, *J); in writeObject()
|
D | ELFObjectWriter.cpp | 226 void writeSection(const SectionIndexMapTy &SectionIndexMap, 986 void ELFWriter::writeSection(const SectionIndexMapTy &SectionIndexMap, in writeSection() function in ELFWriter 1064 writeSection(SectionIndexMap, GroupSymbolIndex, Offsets.first, Size, in writeSectionHeader()
|
/external/llvm-project/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 197 void writeSection(MCAssembler &Asm, const MCAsmLayout &Layout, 623 void WinCOFFObjectWriter::writeSection(MCAssembler &Asm, in writeSection() function in WinCOFFObjectWriter 1148 writeSection(Asm, Layout, **I, *J); in writeObject()
|
/external/llvm/lib/MC/ |
D | ELFObjectWriter.cpp | 233 void writeSection(const SectionIndexMapTy &SectionIndexMap, 1134 void ELFObjectWriter::writeSection(const SectionIndexMapTy &SectionIndexMap, in writeSection() function in ELFObjectWriter 1209 writeSection(SectionIndexMap, GroupSymbolIndex, Offsets.first, Size, in writeSectionHeader()
|
D | MachObjectWriter.cpp | 196 void MachObjectWriter::writeSection(const MCAsmLayout &Layout, in writeSection() function in MachObjectWriter 810 writeSection(Layout, Sec, getSectionAddress(&Sec), SectionStart, Flags, in writeObject()
|
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/ |
D | Object.cpp | 336 void IHexSectionWriterBase::writeSection(const SectionBase *Sec, in writeSection() function in llvm::objcopy::elf::IHexSectionWriterBase 386 writeSection(&Sec, Sec.Contents); in visit() 391 writeSection(&Sec, Sec.Data); in visit() 401 writeSection(&Sec, {nullptr, static_cast<size_t>(Sec.Size)}); in visit() 406 writeSection(&Sec, Sec.Contents); in visit() 421 writeSection(&Sec, Data); in visit()
|