Searched refs:hasCsectAuxEnt (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DXCOFFDump.cpp51 if (SymRef.hasCsectAuxEnt())
61 if (SymRef.hasCsectAuxEnt())
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DXCOFFObjectFile.h390 bool hasCsectAuxEnt() const;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DXCOFFObjectFile.cpp776 assert(hasCsectAuxEnt() && "No Csect Auxiliary Entry is found.");
800 bool XCOFFSymbolRef::hasCsectAuxEnt() const { function in class:llvm::object::XCOFFSymbolRef
813 if (!hasCsectAuxEnt())

Completed in 137 milliseconds