Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/tools/llvm-objdump/
Dllvm-objdump.h155 std::string getFileNameForError(const object::Archive::Child &C,
DMachODump.cpp2465 unwrapOrError(C.getAccessMode(), getFileNameForError(C, ChildIndex), in printArchiveChild()
2485 unwrapOrError(C.getUID(), getFileNameForError(C, ChildIndex), in printArchiveChild()
2487 unwrapOrError(C.getGID(), getFileNameForError(C, ChildIndex), in printArchiveChild()
2490 getFileNameForError(C, ChildIndex), Filename, in printArchiveChild()
2515 getFileNameForError(C, ChildIndex), Filename, in printArchiveChild()
2523 outs() << unwrapOrError(C.getRawName(), getFileNameForError(C, ChildIndex), in printArchiveChild()
2590 reportError(std::move(E), getFileNameForError(C, I), Filename); in parseInputMachO()
2672 reportError(std::move(E), getFileNameForError(C, I), Filename, in parseInputMachO()
2733 reportError(std::move(E), getFileNameForError(C, I), Filename); in parseInputMachO()
2785 reportError(std::move(E), getFileNameForError(C, I), Filename, in parseInputMachO()
Dllvm-objdump.cpp301 std::string objdump::getFileNameForError(const object::Archive::Child &C, in getFileNameForError() function in objdump
2888 reportError(std::move(E), getFileNameForError(C, I), A->getFileName()); in dumpArchive()