Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp2013 std::vector<UTF16> EndianCorrectedNameString; in printResourceDirectoryTable() local
2015 EndianCorrectedNameString.resize(RawEntryNameString.size() + 1); in printResourceDirectoryTable()
2017 EndianCorrectedNameString.begin() + 1); in printResourceDirectoryTable()
2018 EndianCorrectedNameString[0] = UNI_UTF16_BYTE_ORDER_MARK_SWAPPED; in printResourceDirectoryTable()
2019 RawEntryNameString = ArrayRef(EndianCorrectedNameString); in printResourceDirectoryTable()