Searched refs:startSection (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 248 void startSection(SectionBookkeeping &Section, unsigned SectionId); 334 void WasmObjectWriter::startSection(SectionBookkeeping &Section, in startSection() function in WasmObjectWriter 354 startSection(Section, wasm::WASM_SEC_CUSTOM); in startCustomSection() 705 startSection(Section, wasm::WASM_SEC_TYPE); in writeTypeSection() 731 startSection(Section, wasm::WASM_SEC_IMPORT); in writeImportSection() 769 startSection(Section, wasm::WASM_SEC_FUNCTION); in writeFunctionSection() 783 startSection(Section, wasm::WASM_SEC_GLOBAL); in writeGlobalSection() 803 startSection(Section, wasm::WASM_SEC_EXPORT); in writeExportSection() 820 startSection(Section, wasm::WASM_SEC_ELEM); in writeElemSection() 844 startSection(Section, wasm::WASM_SEC_CODE); in writeCodeSection() [all …]
|
/external/deqp/external/openglcts/modules/common/ |
D | glcTestSubcase.cpp | 120 log.startSection("Details", title); in WriteField() 135 log.startSection("Not supported", "Reason"); in OutputNotSupported()
|
/external/deqp/framework/common/ |
D | tcuTestLog.hpp | 143 void startSection (const char* name, const char* description); 497 log.startSection(m_name.c_str(), m_description.c_str()); in write()
|
D | tcuTestLog.cpp | 366 void TestLog::startSection (const char* name, const char* description) in startSection() function in tcu::TestLog
|