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

Lines Matching refs:FieldName

63   void printDataDirectory(uint32_t Index, const std::string &FieldName);
565 void COFFDumper::printDataDirectory(uint32_t Index, const std::string &FieldName) {
569 W.printHex(FieldName + "RVA", Data->RelativeVirtualAddress);
570 W.printHex(FieldName + "Size", Data->Size);