Home | History | Annotate | Download | only in llvm-readobj

Lines Matching full:fieldname

67   void printDataDirectory(uint32_t Index, const std::string &FieldName);
353 void COFFDumper::printDataDirectory(uint32_t Index, const std::string &FieldName) {
357 W.printHex(FieldName + "RVA", Data->RelativeVirtualAddress);
358 W.printHex(FieldName + "Size", Data->Size);