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

/external/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp183 outs() << "Load Name : " << obj->getLoadName() << "\n";
/external/llvm/include/llvm/Object/
H A DCOFF.h178 virtual StringRef getLoadName() const;
H A DMachO.h45 virtual StringRef getLoadName() const;
H A DObjectFile.h375 virtual StringRef getLoadName() const = 0;
H A DELF.h464 // This is set the first time getLoadName is called.
606 virtual StringRef getLoadName() const;
2053 ELFObjectFile<target_endianness, is64Bits>::getLoadName() const { function in class:llvm::object::ELFObjectFile
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp524 StringRef COFFObjectFile::getLoadName() const { function in class:COFFObjectFile
H A DMachOObjectFile.cpp400 StringRef MachOObjectFile::getLoadName() const { function in class:llvm::object::MachOObjectFile

Completed in 97 milliseconds