Searched refs:writeRelocSection (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | WasmEmitter.cpp | 33 void writeRelocSection(raw_ostream &OS, WasmYAML::Section &Sec, 565 void WasmWriter::writeRelocSection(raw_ostream &OS, WasmYAML::Section &Sec, in writeRelocSection() function in WasmWriter 675 writeRelocSection(StringStream, *Sec, SectionIndex++); in writeWasm()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | WasmObjectWriter.cpp | 341 void writeRelocSection(uint32_t SectionIndex, StringRef Name, 1106 void WasmObjectWriter::writeRelocSection( in writeRelocSection() function in WasmObjectWriter 1149 writeRelocSection(Sec.OutputIndex, Sec.Name, Relocations); in writeCustomRelocSections() 1963 writeRelocSection(CodeSectionIndex, "CODE", CodeRelocations); in createWasmDwoObjectWriter() 1964 writeRelocSection(DataSectionIndex, "DATA", DataRelocations); in createWasmDwoObjectWriter()
|