Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp204 outs() << "LoadName: " << Obj->getLoadName() << "\n"; in dumpObject()
/external/llvm/include/llvm/Object/
DMachO.h132 virtual StringRef getLoadName() const;
DCOFF.h282 virtual StringRef getLoadName() const;
DObjectFile.h378 virtual StringRef getLoadName() const = 0;
DELF.h813 virtual StringRef getLoadName() const;
2657 StringRef ELFObjectFile<ELFT>::getLoadName() const {
/external/llvm/lib/Object/
DCOFFObjectFile.cpp555 StringRef COFFObjectFile::getLoadName() const { in getLoadName() function in COFFObjectFile
DMachOObjectFile.cpp1321 StringRef MachOObjectFile::getLoadName() const { in getLoadName() function in llvm::object::MachOObjectFile