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

/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp257 void startSection(SectionBookkeeping &Section, unsigned SectionId);
369 void WasmObjectWriter::startSection(SectionBookkeeping &Section, function in class:WasmObjectWriter
371 LLVM_DEBUG(dbgs() << "startSection " << SectionId << "\n");
411 startSection(Section, wasm::WASM_SEC_CUSTOM);
832 startSection(Section, wasm::WASM_SEC_TYPE);
858 startSection(Section, wasm::WASM_SEC_IMPORT);
900 startSection(Section, wasm::WASM_SEC_FUNCTION);
914 startSection(Section, wasm::WASM_SEC_TAG);
930 startSection(Section, wasm::WASM_SEC_GLOBAL);
971 startSection(Sectio
[all...]

Completed in 103 milliseconds