Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-readobj/
Dllvm-readobj.cpp238 static StringRef getLoadName(const ObjectFile *Obj) { in getLoadName() function
240 return ELF->getLoadName(); in getLoadName()
242 return ELF->getLoadName(); in getLoadName()
244 return ELF->getLoadName(); in getLoadName()
246 return ELF->getLoadName(); in getLoadName()
267 outs() << "LoadName: " << getLoadName(Obj) << "\n"; in dumpObject()
/external/llvm/include/llvm/Object/
DELF.h423 StringRef getLoadName() const;
824 StringRef ELFFile<ELFT>::getLoadName() const { in getLoadName() function
DELFObjectFile.h224 StringRef getLoadName() const;
833 StringRef ELFObjectFile<ELFT>::getLoadName() const { in getLoadName() function