Home
last modified time | relevance | path

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

/external/llvm/tools/yaml2obj/
Dyaml2elf.cpp154 static int writeELF(raw_ostream &OS, const ELFYAML::Object &Doc);
497 int ELFState<ELFT>::writeELF(raw_ostream &OS, const ELFYAML::Object &Doc) { in writeELF() function in ELFState
575 return ELFState<LE64>::writeELF(Out, Doc); in yaml2elf()
577 return ELFState<BE64>::writeELF(Out, Doc); in yaml2elf()
580 return ELFState<LE32>::writeELF(Out, Doc); in yaml2elf()
582 return ELFState<BE32>::writeELF(Out, Doc); in yaml2elf()