Searched refs:XCOFFFileAuxEnt (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp48 void printFileAuxEnt(const XCOFFFileAuxEnt *AuxEntPtr);
173 void XCOFFDumper::printFileAuxEnt(const XCOFFFileAuxEnt *AuxEntPtr) {
357 const XCOFFFileAuxEnt *FileAuxEntPtr =
358 reinterpret_cast<const XCOFFFileAuxEnt *>(SymbolEntPtr + i);
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h145 struct XCOFFFileAuxEnt { struct in namespace:llvm::object
330 Expected<StringRef> getCFileName(const XCOFFFileAuxEnt *CFileEntPtr) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp172 XCOFFObjectFile::getCFileName(const XCOFFFileAuxEnt *CFileEntPtr) const {

Completed in 151 milliseconds