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

Lines Matching full:fieldname

68   void printDataDirectory(uint32_t Index, const std::string &FieldName);
361 void COFFDumper::printDataDirectory(uint32_t Index, const std::string &FieldName) {
365 W.printHex(FieldName + "RVA", Data->RelativeVirtualAddress);
366 W.printHex(FieldName + "Size", Data->Size);