Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h155 std::string getFileNameForError(const object::Archive::Child &C,
H A DMachODump.cpp2209 unwrapOrError(C.getAccessMode(), getFileNameForError(C, ChildIndex), in printArchiveChild()
2229 unwrapOrError(C.getUID(), getFileNameForError(C, ChildIndex), in printArchiveChild()
2231 unwrapOrError(C.getGID(), getFileNameForError(C, ChildIndex), in printArchiveChild()
2234 getFileNameForError(C, ChildIndex), Filename, in printArchiveChild()
2259 getFileNameForError(C, ChildIndex), Filename, in printArchiveChild()
2267 outs() << unwrapOrError(C.getRawName(), getFileNameForError(C, ChildIndex), in printArchiveChild()
2334 reportError(std::move(E), getFileNameForError(C, I), Filename); in parseInputMachO()
2416 reportError(std::move(E), getFileNameForError(C, I), Filename, in parseInputMachO()
2477 reportError(std::move(E), getFileNameForError(C, I), Filename); in parseInputMachO()
2529 reportError(std::move(E), getFileNameForError(C, I), Filename, in parseInputMachO()
H A Dllvm-objdump.cpp281 std::string objdump::getFileNameForError(const object::Archive::Child &C, in getFileNameForError() function in objdump
2304 reportError(std::move(E), getFileNameForError(C, I), A->getFileName()); in dumpArchive()