reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Object/COFFObjectFile.cpp
 1555   return Entry32 == Other.Entry32 && Entry64 == Other.Entry64
 1555   return Entry32 == Other.Entry32 && Entry64 == Other.Entry64
 1566   if (Entry32) {
 1568     if (Entry32[Index].isOrdinal())
 1570     RVA = Entry32[Index].getHintNameRVA();
 1585   if (Entry32)
 1586     Result = Entry32[Index].isOrdinal();
 1593   if (Entry32)
 1594     Result = Entry32[Index].getHintNameRVA();
 1602   if (Entry32) {
 1603     if (Entry32[Index].isOrdinal()) {
 1604       Result = Entry32[Index].getOrdinal();
 1607     RVA = Entry32[Index].getHintNameRVA();