Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DXCOFFDumper.cpp56 void printFileAuxEnt(const XCOFFFileAuxEnt *AuxEntPtr);
58 void printSectAuxEntForStat(const XCOFFSectAuxEntForStat *AuxEntPtr);
59 void printExceptionAuxEnt(const XCOFFExceptionAuxEnt *AuxEntPtr);
60 void printFunctionAuxEnt(const XCOFFFunctionAuxEnt32 *AuxEntPtr);
61 void printFunctionAuxEnt(const XCOFFFunctionAuxEnt64 *AuxEntPtr);
62 void printBlockAuxEnt(const XCOFFBlockAuxEnt32 *AuxEntPtr);
63 void printBlockAuxEnt(const XCOFFBlockAuxEnt64 *AuxEntPtr);
64 template <typename T> void printSectAuxEntForDWARF(const T *AuxEntPtr);
527 void XCOFFDumper::printFileAuxEnt(const XCOFFFileAuxEnt *AuxEntPtr) { in printFileAuxEnt() argument
528 assert((!Obj.is64Bit() || AuxEntPtr->AuxType == XCOFF::AUX_FILE) && in printFileAuxEnt()
[all …]