Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h247 virtual std::error_code writeCustomSection(SecType Type) = 0;
336 std::error_code writeCustomSection(SecType Type) override { in writeCustomSection() function
/llvm-project-15.0.7/llvm/lib/MC/
H A DWasmObjectWriter.cpp350 void writeCustomSection(WasmCustomSection &CustomSection,
1242 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection() function in WasmObjectWriter
1955 writeCustomSection(CustomSection, Asm, Layout); in writeOneObject()
1965 writeCustomSection(*ProducersSection, Asm, Layout); in writeOneObject()
1967 writeCustomSection(*TargetFeaturesSection, Asm, Layout); in writeOneObject()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp367 if (auto EC = writeCustomSection(Type)) in writeOneSection()