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

/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp231 outs() << "LoadName: " << Obj->getLoadName() << "\n";
/external/llvm/include/llvm/Object/
H A DMachO.h149 StringRef getLoadName() const override;
H A DELF.h270 // This is set the first time getLoadName is called.
423 StringRef getLoadName() const;
824 StringRef ELFFile<ELFT>::getLoadName() const { function in class:llvm::object::ELFFile
H A DCOFF.h438 StringRef getLoadName() const override;
H A DObjectFile.h329 virtual StringRef getLoadName() const = 0;
H A DELFObjectFile.h203 StringRef getLoadName() const override;
815 StringRef ELFObjectFile<ELFT>::getLoadName() const {
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp623 StringRef COFFObjectFile::getLoadName() const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp1623 StringRef MachOObjectFile::getLoadName() const {

Completed in 109 milliseconds