Searched refs:startCustomSection (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 264 void startCustomSection(SectionBookkeeping &Section, StringRef Name); 367 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() 1018 startCustomSection(Section, CustomSection.Name); in writeCustomSection()
|
/external/llvm-project/llvm/lib/MC/ |
D | WasmObjectWriter.cpp | 239 void startCustomSection(SectionBookkeeping &Section, StringRef Name); 364 void WasmObjectWriter::startCustomSection(SectionBookkeeping &Section, in startCustomSection() function in WasmObjectWriter 1009 startCustomSection(Section, std::string("reloc.") + Name.str()); in writeRelocSection() 1040 startCustomSection(Section, "linking"); in writeLinkingMetaDataSection() 1125 startCustomSection(Section, CustomSection.Name); in writeCustomSection()
|