Home
last modified time | relevance | path

Searched defs:getObj (Results 1 – 2 of 2) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/lld/ELF/
HDInputFiles.h188 template <typename ELFT> llvm::object::ELFFile<ELFT> getObj() const { in getObj() function
244 llvm::object::ELFFile<ELFT> getObj() const { in getObj() function
/freebsd-14-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDDumpOutputStyle.cpp74 object::COFFObjectFile &DumpOutputStyle::getObj() { return File.obj(); } in getObj() function in DumpOutputStyle