Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.h137 std::string getFileNameForError(const object::Archive::Child &C,
H A DMachODump.cpp2431 unwrapOrError(C.getAccessMode(), getFileNameForError(C, ChildIndex), in printArchiveChild()
2451 unwrapOrError(C.getUID(), getFileNameForError(C, ChildIndex), in printArchiveChild()
2453 unwrapOrError(C.getGID(), getFileNameForError(C, ChildIndex), in printArchiveChild()
2456 getFileNameForError(C, ChildIndex), Filename, in printArchiveChild()
2481 getFileNameForError(C, ChildIndex), Filename, in printArchiveChild()
2489 outs() << unwrapOrError(C.getRawName(), getFileNameForError(C, ChildIndex), in printArchiveChild()
2556 reportError(std::move(E), getFileNameForError(C, I), Filename); in parseInputMachO()
2638 reportError(std::move(E), getFileNameForError(C, I), Filename, in parseInputMachO()
2699 reportError(std::move(E), getFileNameForError(C, I), Filename); in parseInputMachO()
2751 reportError(std::move(E), getFileNameForError(C, I), Filename, in parseInputMachO()
H A Dllvm-objdump.cpp444 std::string objdump::getFileNameForError(const object::Archive::Child &C, in getFileNameForError() function in objdump
3438 reportError(std::move(E), getFileNameForError(C, I), A->getFileName()); in dumpArchive()