Home
last modified time | relevance | path

Searched refs:startSection (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DWasmObjectWriter.cpp263 void startSection(SectionBookkeeping &Section, unsigned SectionId);
350 void WasmObjectWriter::startSection(SectionBookkeeping &Section, in startSection() function in WasmObjectWriter
370 startSection(Section, wasm::WASM_SEC_CUSTOM); in startCustomSection()
680 startSection(Section, wasm::WASM_SEC_TYPE); in writeTypeSection()
706 startSection(Section, wasm::WASM_SEC_IMPORT); in writeImportSection()
748 startSection(Section, wasm::WASM_SEC_FUNCTION); in writeFunctionSection()
762 startSection(Section, wasm::WASM_SEC_EVENT); in writeEventSection()
778 startSection(Section, wasm::WASM_SEC_EXPORT); in writeExportSection()
795 startSection(Section, wasm::WASM_SEC_ELEM); in writeElemSection()
817 startSection(Section, wasm::WASM_SEC_DATACOUNT); in writeDataCountSection()
[all …]
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcTestSubcase.cpp120 log.startSection("Details", title); in WriteField()
135 log.startSection("Not supported", "Reason"); in OutputNotSupported()
/third_party/vk-gl-cts/framework/common/
DtcuTestLog.hpp145 void startSection (const char* name, const char* description);
499 log.startSection(m_name.c_str(), m_description.c_str()); in write()
DtcuTestLog.cpp372 void TestLog::startSection (const char* name, const char* description) in startSection() function in tcu::TestLog