Home
last modified time | relevance | path

Searched refs:EndianCorrectedNameString (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1859 std::vector<UTF16> EndianCorrectedNameString; in printResourceDirectoryTable() local
1861 EndianCorrectedNameString.resize(RawEntryNameString.size() + 1); in printResourceDirectoryTable()
1863 EndianCorrectedNameString.begin() + 1); in printResourceDirectoryTable()
1864 EndianCorrectedNameString[0] = UNI_UTF16_BYTE_ORDER_MARK_SWAPPED; in printResourceDirectoryTable()
1865 RawEntryNameString = makeArrayRef(EndianCorrectedNameString); in printResourceDirectoryTable()