Home
last modified time | relevance | path

Searched refs:getSections (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/src/sksl/
DSkSLHCodeGenerator.cpp208 std::vector<const Section*> s = fSectionAndParameterHelper.getSections(section); in failOnSection()
239 const auto transforms = fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION); in writeConstructor()
257 for (const Section* s : fSectionAndParameterHelper.getSections( in writeConstructor()
304 const auto transforms = fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION); in writeFields()
DSkSLSectionAndParameterHelper.h94 std::vector<const Section*> getSections(const char* name) { in getSections() function
DSkSLCPPCodeGenerator.cpp1034 const auto transforms = fSectionAndParameterHelper.getSections(COORD_TRANSFORM_SECTION); in writeClone()
/third_party/node/deps/npm/lib/
Dhelp.js6 getSections(cb)
232 function getSections (cb) { function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp237 std::vector<ELFYAML::Section *> Sections = Doc.getSections(); in ELFState()
305 Doc.Header.SHNum ? (uint16_t)*Doc.Header.SHNum : Doc.getSections().size(); in writeELFHeader()
408 SHeaders.resize(Doc.getSections().size()); in initSectionHeaders()
1383 for (const ELFYAML::Chunk *Sec : Doc.getSections()) { in finalizeStrings()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h501 std::vector<Section *> getSections() { in getSections() function