Home
last modified time | relevance | path

Searched refs:getLoadName (Results 1 – 8 of 8) sorted by relevance

/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp231 outs() << "LoadName: " << Obj->getLoadName() << "\n"; in dumpObject()
/external/llvm/include/llvm/Object/
DMachO.h149 StringRef getLoadName() const override;
DELF.h423 StringRef getLoadName() const;
824 StringRef ELFFile<ELFT>::getLoadName() const { in getLoadName() function
DObjectFile.h329 virtual StringRef getLoadName() const = 0;
DELFObjectFile.h203 StringRef getLoadName() const override;
815 StringRef ELFObjectFile<ELFT>::getLoadName() const { in getLoadName() function
DCOFF.h438 StringRef getLoadName() const override;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp623 StringRef COFFObjectFile::getLoadName() const { in getLoadName() function in COFFObjectFile
DMachOObjectFile.cpp1623 StringRef MachOObjectFile::getLoadName() const { in getLoadName() function in llvm::object::MachOObjectFile