OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EndianCorrectedNameString
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
COFFDumper.cpp
1855
std::vector<UTF16>
EndianCorrectedNameString
;
1857
EndianCorrectedNameString
.resize(RawEntryNameString.size() + 1);
1859
EndianCorrectedNameString
.begin() + 1);
1860
EndianCorrectedNameString
[0] = UNI_UTF16_BYTE_ORDER_MARK_SWAPPED;
1861
RawEntryNameString = makeArrayRef(
EndianCorrectedNameString
);
COFFDumper.cpp
1855
std::vector<UTF16>
EndianCorrectedNameString
;
1857
EndianCorrectedNameString
.resize(RawEntryNameString.size() + 1);
1859
EndianCorrectedNameString
.begin() + 1);
1860
EndianCorrectedNameString
[0] = UNI_UTF16_BYTE_ORDER_MARK_SWAPPED;
1861
RawEntryNameString = makeArrayRef(
EndianCorrectedNameString
);
Completed in 64 milliseconds
Indexes created Sun Sep 13 00:25:22 UTC 2026