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

/external/llvm/tools/yaml2obj/
H A Dyaml2elf.cpp154 static int writeELF(raw_ostream &OS, const ELFYAML::Object &Doc);
497 int ELFState<ELFT>::writeELF(raw_ostream &OS, const ELFYAML::Object &Doc) { function in class:ELFState
569 return ELFState<LE64>::writeELF(Out, Doc);
571 return ELFState<BE64>::writeELF(Out, Doc);
574 return ELFState<LE32>::writeELF(Out, Doc);
576 return ELFState<BE32>::writeELF(Out, Doc);

Completed in 54 milliseconds