Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1044 Expected<ArrayRef<ExceptEnt>> XCOFFObjectFile::getExceptionEntries() const { in getExceptionEntries() function in llvm::object::XCOFFObjectFile
1064 XCOFFObjectFile::getExceptionEntries() const;
1066 XCOFFObjectFile::getExceptionEntries() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h718 Expected<ArrayRef<ExceptEnt>> getExceptionEntries() const;
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp433 Expected<ArrayRef<T>> ExceptSectEntsOrErr = Obj.getExceptionEntries<T>(); in printExceptionSectionEntries()