Home
last modified time | relevance | path

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

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