HomeSort by relevance Sort by last modified time
    Searched refs:startSection (Results 1 - 6 of 6) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
WasmObjectWriter.cpp 248 void startSection(SectionBookkeeping &Section, unsigned SectionId);
334 void WasmObjectWriter::startSection(SectionBookkeeping &Section,
336 LLVM_DEBUG(dbgs() << "startSection " << SectionId << "\n");
354 startSection(Section, wasm::WASM_SEC_CUSTOM);
705 startSection(Section, wasm::WASM_SEC_TYPE);
731 startSection(Section, wasm::WASM_SEC_IMPORT);
769 startSection(Section, wasm::WASM_SEC_FUNCTION);
783 startSection(Section, wasm::WASM_SEC_GLOBAL);
803 startSection(Section, wasm::WASM_SEC_EXPORT);
820 startSection(Section, wasm::WASM_SEC_ELEM)
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcTestSubcase.cpp 120 log.startSection("Details", title);
135 log.startSection("Not supported", "Reason");
  /frameworks/base/cmds/incidentd/src/
Reporter.h 193 void startSection(int sectionId);
Reporter.cpp 355 void ReportWriter::startSection(int sectionId) {
600 mWriter.startSection(sectionId);
  /external/deqp/framework/common/
tcuTestLog.hpp 143 void startSection (const char* name, const char* description);
497 log.startSection(m_name.c_str(), m_description.c_str());
tcuTestLog.cpp 366 void TestLog::startSection (const char* name, const char* description)

Completed in 1168 milliseconds