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

/freebsd-current/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 {
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DWasmObjectWriter.cpp350 void writeCustomSection(WasmCustomSection &CustomSection,
1241 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection, function in class:WasmObjectWriter
1949 writeCustomSection(CustomSection, Asm, Layout);
1959 writeCustomSection(*ProducersSection, Asm, Layout);
1961 writeCustomSection(*TargetFeaturesSection, Asm, Layout);
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp474 if (auto EC = writeCustomSection(Type))

Completed in 168 milliseconds