Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h318 virtual std::error_code writeCustomSection(SecType Type) = 0;
407 std::error_code writeCustomSection(SecType Type) override { in writeCustomSection() function
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp347 void writeCustomSection(WasmCustomSection &CustomSection,
1238 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, in writeCustomSection() function in WasmObjectWriter
1935 writeCustomSection(CustomSection, Asm); in writeOneObject()
1945 writeCustomSection(*ProducersSection, Asm); in writeOneObject()
1947 writeCustomSection(*TargetFeaturesSection, Asm); in writeOneObject()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp474 if (auto EC = writeCustomSection(Type)) in writeOneSection()