Searched refs:startSection (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 263 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 …]
|
/external/llvm-project/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 238 void startSection(SectionBookkeeping &Section, unsigned SectionId); 347 void WasmObjectWriter::startSection(SectionBookkeeping &Section, in startSection() function in WasmObjectWriter 367 startSection(Section, wasm::WASM_SEC_CUSTOM); in startCustomSection() 730 startSection(Section, wasm::WASM_SEC_TYPE); in writeTypeSection() 756 startSection(Section, wasm::WASM_SEC_IMPORT); in writeImportSection() 798 startSection(Section, wasm::WASM_SEC_FUNCTION); in writeFunctionSection() 812 startSection(Section, wasm::WASM_SEC_EVENT); in writeEventSection() 828 startSection(Section, wasm::WASM_SEC_GLOBAL); in writeGlobalSection() 865 startSection(Section, wasm::WASM_SEC_TABLE); in writeTableSection() 883 startSection(Section, wasm::WASM_SEC_EXPORT); in writeExportSection() [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 | 145 void startSection (const char* name, const char* description); 499 log.startSection(m_name.c_str(), m_description.c_str()); in write()
|
D | tcuTestLog.cpp | 372 void TestLog::startSection (const char* name, const char* description) in startSection() function in tcu::TestLog
|