Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h250 virtual std::error_code writeCustomSection(SecType Type) = 0;
338 virtual std::error_code writeCustomSection(SecType Type) override { in writeCustomSection() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DWasmObjectWriter.cpp329 void writeCustomSection(WasmCustomSection &CustomSection,
1173 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection() function in WasmObjectWriter
1884 writeCustomSection(CustomSection, Asm, Layout); in writeOneObject()
1894 writeCustomSection(*ProducersSection, Asm, Layout); in writeOneObject()
1896 writeCustomSection(*TargetFeaturesSection, Asm, Layout); in writeOneObject()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp285 if (auto EC = writeCustomSection(Type)) in writeOneSection()