Searched refs:writeRelocSection (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2wasm.cpp | 30 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/ |
D | WasmObjectWriter.cpp | 308 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()
|