Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1036 Expected<ArrayRef<ExceptEnt>> XCOFFObjectFile::getExceptionEntries() const { in getExceptionEntries() function in llvm::object::XCOFFObjectFile
1056 XCOFFObjectFile::getExceptionEntries() const;
1058 XCOFFObjectFile::getExceptionEntries() const;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h711 Expected<ArrayRef<ExceptEnt>> getExceptionEntries() const;
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp429 Expected<ArrayRef<T>> ExceptSectEntsOrErr = Obj.getExceptionEntries<T>(); in printExceptionSectionEntries()