Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DWasmObjectWriter.cpp249 void startCustomSection(SectionBookkeeping &Section, StringRef Name);
351 void WasmObjectWriter::startCustomSection(SectionBookkeeping &Section, in startCustomSection() function in WasmObjectWriter
903 startCustomSection(Section, std::string("reloc.") + Name.str()); in writeRelocSection()
934 startCustomSection(Section, "linking"); in writeLinkingMetaDataSection()
1016 startCustomSection(Section, CustomSection.Name); in writeCustomSections()