Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/
Dyaml2wasm.cpp30 int writeRelocSection(raw_ostream &OS, WasmYAML::Section &Sec,
428 int WasmWriter::writeRelocSection(raw_ostream &OS, WasmYAML::Section &Sec, in writeRelocSection() function in WasmWriter
550 writeRelocSection(StringStream, *Sec, SectionIndex++); in writeWasm()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp308 void writeRelocSection(uint32_t SectionIndex, StringRef Name,
893 void WasmObjectWriter::writeRelocSection( in writeRelocSection() function in WasmObjectWriter
925 writeRelocSection(Sec.OutputIndex, Sec.Name, Relocations); in writeCustomRelocSections()
1471 writeRelocSection(CodeSectionIndex, "CODE", CodeRelocations); in writeObject()
1472 writeRelocSection(DataSectionIndex, "DATA", DataRelocations); in writeObject()