Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DXCOFFObjectFile.cpp1028 Expected<ArrayRef<ExceptEnt>> XCOFFObjectFile::getExceptionEntries() const { in getExceptionEntries() function in llvm::object::XCOFFObjectFile
1048 XCOFFObjectFile::getExceptionEntries() const;
1050 XCOFFObjectFile::getExceptionEntries() const;
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h704 Expected<ArrayRef<ExceptEnt>> getExceptionEntries() const;
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp428 Expected<ArrayRef<T>> ExceptSectEntsOrErr = Obj.getExceptionEntries<T>(); in printExceptionSectionEntries()