Home
last modified time | relevance | path

Searched defs:createELFDumper (Results 1 – 2 of 2) sorted by relevance

/external/llvm/tools/llvm-readobj/
DELFDumper.cpp384 static std::error_code createELFDumper(const ELFFile<ELFT> *Obj, in createELFDumper() function
391 std::error_code createELFDumper(const object::ObjectFile *Obj, in createELFDumper() function
/external/llvm-project/llvm/tools/llvm-readobj/
DELFDumper.cpp1021 static std::unique_ptr<ObjDumper> createELFDumper(const ELFObjectFile<ELFT> &Obj, in createELFDumper() function
1026 std::unique_ptr<ObjDumper> createELFDumper(const object::ELFObjectFileBase &Obj, in createELFDumper() function