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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp263 void startSection(SectionBookkeeping &Section, unsigned SectionId);
350 void WasmObjectWriter::startSection(SectionBookkeeping &Section, function in class:WasmObjectWriter
352 LLVM_DEBUG(dbgs() << "startSection " << SectionId << "\n");
370 startSection(Section, wasm::WASM_SEC_CUSTOM);
680 startSection(Section, wasm::WASM_SEC_TYPE);
706 startSection(Section, wasm::WASM_SEC_IMPORT);
748 startSection(Section, wasm::WASM_SEC_FUNCTION);
762 startSection(Section, wasm::WASM_SEC_EVENT);
778 startSection(Section, wasm::WASM_SEC_EXPORT);
795 startSection(Sectio
[all...]

Completed in 52 milliseconds