Searched refs:yaml2coff (Results 1 – 10 of 10) sorted by relevance
/external/llvm/tools/yaml2obj/ |
D | CMakeLists.txt | 10 yaml2coff.cpp
|
D | yaml2obj.h | 32 int yaml2coff(llvm::COFFYAML::Object &Doc, llvm::raw_ostream &Out);
|
D | yaml2obj.cpp | 57 return yaml2coff(*Doc.Coff, Out); in convertYAML()
|
D | yaml2coff.cpp | 535 int yaml2coff(llvm::COFFYAML::Object &Doc, raw_ostream &Out) { in yaml2coff() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/ |
D | yaml2obj.h | 49 bool yaml2coff(COFFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH);
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | yaml2obj.h | 54 bool yaml2coff(COFFYAML::Object &Doc, raw_ostream &Out, ErrorHandler EH);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | yaml2obj.cpp | 38 return yaml2coff(*Doc.Coff, Out, ErrHandler); in convertYAML()
|
D | COFFEmitter.cpp | 604 bool yaml2coff(llvm::COFFYAML::Object &Doc, raw_ostream &Out, in yaml2coff() function
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | yaml2obj.cpp | 40 return yaml2coff(*Doc.Coff, Out, ErrHandler); in convertYAML()
|
D | COFFEmitter.cpp | 604 bool yaml2coff(llvm::COFFYAML::Object &Doc, raw_ostream &Out, in yaml2coff() function
|