Home
last modified time | relevance | path

Searched refs:writeELF (Results 1 – 2 of 2) 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
569 return ELFState<LE64>::writeELF(Out, Doc); in yaml2elf()
571 return ELFState<BE64>::writeELF(Out, Doc); in yaml2elf()
574 return ELFState<LE32>::writeELF(Out, Doc); in yaml2elf()
576 return ELFState<BE32>::writeELF(Out, Doc); in yaml2elf()
/external/swiftshader/third_party/subzero/src/
DIceTimerTree.def76 X(writeELF)