HomeSort by relevance Sort by last modified time
    Searched refs:writeAsBinary (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ObjectYAML/
YAML.h 72 /// This is the number of bytes that writeAsBinary() will write.
80 void writeAsBinary(raw_ostream &OS) const;
  /external/llvm/lib/ObjectYAML/
YAML.cpp 40 void yaml::BinaryRef::writeAsBinary(raw_ostream &OS) const {
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 349 Section.Content.writeAsBinary(OS);
yaml2coff.cpp 457 S.SectionData.writeAsBinary(OS);

Completed in 195 milliseconds