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

/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DWasmEmitter.cpp33 void writeRelocSection(raw_ostream &OS, WasmYAML::Section &Sec,
565 void WasmWriter::writeRelocSection(raw_ostream &OS, WasmYAML::Section &Sec, function in class:WasmWriter
675 writeRelocSection(StringStream, *Sec, SectionIndex++);
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp344 void writeRelocSection(uint32_t SectionIndex, StringRef Name,
1109 void WasmObjectWriter::writeRelocSection( function in class:WasmObjectWriter
1152 writeRelocSection(Sec.OutputIndex, Sec.Name, Relocations);
1954 writeRelocSection(CodeSectionIndex, "CODE", CodeRelocations);
1955 writeRelocSection(DataSectionIndex, "DATA", DataRelocations);

Completed in 137 milliseconds