OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writeAsBinary
(Results
1 - 4
of
4
) sorted by null
/external/llvm/include/llvm/Object/
YAML.h
79
/// This is the number of bytes that
writeAsBinary
() will write.
87
void
writeAsBinary
(raw_ostream &OS) const;
/external/llvm/lib/Object/
YAML.cpp
40
void BinaryRef::
writeAsBinary
(raw_ostream &OS) const {
/external/llvm/tools/yaml2obj/
yaml2coff.cpp
235
i->SectionData.
writeAsBinary
(OS);
256
i->AuxiliaryData.
writeAsBinary
(OS);
yaml2elf.cpp
322
Sec.Content.
writeAsBinary
(CBA.getOSAndAlignedOffset(SHeader.sh_offset));
Completed in 123 milliseconds