Home
last modified time | relevance | path

Searched refs:writeELF (Results 1 – 4 of 4) 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.def75 X(writeELF)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DELFEmitter.cpp219 static bool writeELF(raw_ostream &OS, ELFYAML::Object &Doc,
1404 bool ELFState<ELFT>::writeELF(raw_ostream &OS, ELFYAML::Object &Doc, in writeELF() function in ELFState
1452 return ELFState<object::ELF64LE>::writeELF(Out, Doc, EH); in yaml2elf()
1453 return ELFState<object::ELF64BE>::writeELF(Out, Doc, EH); in yaml2elf()
1456 return ELFState<object::ELF32LE>::writeELF(Out, Doc, EH); in yaml2elf()
1457 return ELFState<object::ELF32BE>::writeELF(Out, Doc, EH); in yaml2elf()
/external/llvm-project/llvm/lib/ObjectYAML/
DELFEmitter.cpp315 static bool writeELF(raw_ostream &OS, ELFYAML::Object &Doc,
1891 bool ELFState<ELFT>::writeELF(raw_ostream &OS, ELFYAML::Object &Doc, in writeELF() function in ELFState
1969 return ELFState<object::ELF64LE>::writeELF(Out, Doc, EH, MaxSize); in yaml2elf()
1970 return ELFState<object::ELF64BE>::writeELF(Out, Doc, EH, MaxSize); in yaml2elf()
1973 return ELFState<object::ELF32LE>::writeELF(Out, Doc, EH, MaxSize); in yaml2elf()
1974 return ELFState<object::ELF32BE>::writeELF(Out, Doc, EH, MaxSize); in yaml2elf()