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.cpp1049 Expected<ArrayRef<ExceptEnt>> XCOFFObjectFile::getExceptionEntries() const { in getExceptionEntries() function in llvm::object::XCOFFObjectFile
1069 XCOFFObjectFile::getExceptionEntries() const;
1071 XCOFFObjectFile::getExceptionEntries() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h725 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()