Searched refs:COFFDumper (Results 1 – 6 of 6) sorted by relevance
/external/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 61 class COFFDumper : public ObjDumper { class 64 COFFDumper(const llvm::object::COFFObjectFile *Obj, ScopedPrinter &Writer) in COFFDumper() function in __anond2c341650111::COFFDumper 149 COFFObjectDumpDelegate(COFFDumper &CD, const SectionRef &SR, in COFFObjectDumpDelegate() 179 COFFDumper &CD; 196 Result.reset(new COFFDumper(COFFObj, Writer)); in createCOFFDumper() 204 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, in resolveSymbol() 225 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() 240 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() 252 void COFFDumper::printRelocatedField(StringRef Label, const coff_section *Sec, in printRelocatedField() 263 void COFFDumper::printBinaryBlockWithRelocs(StringRef Label, in printBinaryBlockWithRelocs() [all …]
|
D | CMakeLists.txt | 11 COFFDumper.cpp
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/ |
D | COFFDumper.cpp | 74 class COFFDumper : public ObjDumper { class 77 COFFDumper(const llvm::object::COFFObjectFile *Obj, ScopedPrinter &Writer) in COFFDumper() function in __anon62af069d0111::COFFDumper 187 COFFObjectDumpDelegate(COFFDumper &CD, const SectionRef &SR, in COFFObjectDumpDelegate() 224 COFFDumper &CD; 241 Result.reset(new COFFDumper(COFFObj, Writer)); in createCOFFDumper() 249 std::error_code COFFDumper::resolveSymbol(const coff_section *Section, in resolveSymbol() 270 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() 285 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section, in resolveSymbolName() 297 void COFFDumper::printRelocatedField(StringRef Label, const coff_section *Sec, in printRelocatedField() 308 void COFFDumper::printBinaryBlockWithRelocs(StringRef Label, in printBinaryBlockWithRelocs() [all …]
|
D | CMakeLists.txt | 14 COFFDumper.cpp
|
/external/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 20 class COFFDumper { class 30 COFFDumper(const object::COFFObjectFile &Obj); 36 COFFDumper::COFFDumper(const object::COFFObjectFile &Obj) : Obj(Obj) { in COFFDumper() function in COFFDumper 53 template <typename T> void COFFDumper::dumpOptionalHeader(T OptionalHeader) { in dumpOptionalHeader() 97 void COFFDumper::dumpHeader() { in dumpHeader() 102 void COFFDumper::dumpSections(unsigned NumSections) { in dumpSections() 199 void COFFDumper::dumpSymbols(unsigned NumSymbols) { in dumpSymbols() 273 COFFYAML::Object &COFFDumper::getYAMLObj() { in getYAMLObj() 278 COFFDumper Dumper(Obj); in coff2yaml()
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/ |
D | coff2yaml.cpp | 24 class COFFDumper { class 34 COFFDumper(const object::COFFObjectFile &Obj); 40 COFFDumper::COFFDumper(const object::COFFObjectFile &Obj) : Obj(Obj) { in COFFDumper() function in COFFDumper 57 template <typename T> void COFFDumper::dumpOptionalHeader(T OptionalHeader) { in dumpOptionalHeader() 101 void COFFDumper::dumpHeader() { in dumpHeader() 140 void COFFDumper::dumpSections(unsigned NumSections) { in dumpSections() 262 void COFFDumper::dumpSymbols(unsigned NumSymbols) { in dumpSymbols() 336 COFFYAML::Object &COFFDumper::getYAMLObj() { in getYAMLObj() 341 COFFDumper Dumper(Obj); in coff2yaml()
|