HomeSort by: relevance | last modified time | path
    Searched refs:writeCustomSection (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
SampleProfWriter.h 250 virtual std::error_code writeCustomSection(SecType Type) = 0;
338 virtual std::error_code writeCustomSection(SecType Type) override {
  /src/external/apache2/llvm/dist/llvm/lib/MC/
WasmObjectWriter.cpp 329 void writeCustomSection(WasmCustomSection &CustomSection,
1173 void WasmObjectWriter::writeCustomSection(WasmCustomSection &CustomSection,
1884 writeCustomSection(CustomSection, Asm, Layout);
1894 writeCustomSection(*ProducersSection, Asm, Layout);
1896 writeCustomSection(*TargetFeaturesSection, Asm, Layout);
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
SampleProfWriter.cpp 285 if (auto EC = writeCustomSection(Type))

Completed in 27 milliseconds