HomeSort by relevance Sort by last modified time
    Searched refs:COFFDumper (Results 1 - 4 of 4) sorted by null

  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 20 class COFFDumper {
30 COFFDumper(const object::COFFObjectFile &Obj);
36 COFFDumper::COFFDumper(const object::COFFObjectFile &Obj) : Obj(Obj) {
53 template <typename T> void COFFDumper::dumpOptionalHeader(T OptionalHeader) {
97 void COFFDumper::dumpHeader() {
102 void COFFDumper::dumpSections(unsigned NumSections) {
199 void COFFDumper::dumpSymbols(unsigned NumSymbols) {
273 COFFYAML::Object &COFFDumper::getYAMLObj() {
278 COFFDumper Dumper(Obj)
    [all...]
  /external/llvm/tools/llvm-readobj/
COFFDumper.cpp 1 //===-- COFFDumper.cpp - COFF-specific dumper -------------------*- C++ -*-===//
61 class COFFDumper : public ObjDumper {
64 COFFDumper(const llvm::object::COFFObjectFile *Obj, ScopedPrinter &Writer)
149 COFFObjectDumpDelegate(COFFDumper &CD, const SectionRef &SR,
179 COFFDumper &CD;
196 Result.reset(new COFFDumper(COFFObj, Writer));
204 std::error_code COFFDumper::resolveSymbol(const coff_section *Section,
225 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section,
240 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section,
252 void COFFDumper::printRelocatedField(StringRef Label, const coff_section *Sec
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
coff2yaml.cpp 24 class COFFDumper {
34 COFFDumper(const object::COFFObjectFile &Obj);
40 COFFDumper::COFFDumper(const object::COFFObjectFile &Obj) : Obj(Obj) {
57 template <typename T> void COFFDumper::dumpOptionalHeader(T OptionalHeader) {
101 void COFFDumper::dumpHeader() {
140 void COFFDumper::dumpSections(unsigned NumSections) {
262 void COFFDumper::dumpSymbols(unsigned NumSymbols) {
336 COFFYAML::Object &COFFDumper::getYAMLObj() {
341 COFFDumper Dumper(Obj)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
COFFDumper.cpp 1 //===-- COFFDumper.cpp - COFF-specific dumper -------------------*- C++ -*-===//
74 class COFFDumper : public ObjDumper {
77 COFFDumper(const llvm::object::COFFObjectFile *Obj, ScopedPrinter &Writer)
187 COFFObjectDumpDelegate(COFFDumper &CD, const SectionRef &SR,
224 COFFDumper &CD;
241 Result.reset(new COFFDumper(COFFObj, Writer));
249 std::error_code COFFDumper::resolveSymbol(const coff_section *Section,
270 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section,
285 std::error_code COFFDumper::resolveSymbolName(const coff_section *Section,
297 void COFFDumper::printRelocatedField(StringRef Label, const coff_section *Sec
    [all...]

Completed in 432 milliseconds