OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:writeCString
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
DebugStringTableSubsection.cpp
69
if (auto EC = Writer.
writeCString
(StringRef()))
76
if (auto EC = Writer.
writeCString
(S))
CodeViewRecordIO.cpp
213
if (auto EC = Writer->
writeCString
(S))
/src/external/apache2/llvm/dist/llvm/lib/Support/
BinaryStreamWriter.cpp
47
Error BinaryStreamWriter::
writeCString
(StringRef Str) {
/src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
DbiModuleDescriptorBuilder.cpp
151
if (auto EC = ModiWriter.
writeCString
(ModuleName))
153
if (auto EC = ModiWriter.
writeCString
(ObjFileName))
DbiStreamBuilder.cpp
221
if (auto EC = NameBufferWriter.
writeCString
(Name.getKey()))
/src/external/apache2/llvm/dist/llvm/include/llvm/Support/
BinaryStreamWriter.h
103
Error
writeCString
(StringRef Str);
/src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
ResourceFileWriter.cpp
369
Error ResourceFileWriter::
writeCString
(StringRef Str, bool WriteTerminator) {
388
return
writeCString
(Value.getString());
1139
RETURN_IF_ERROR(
writeCString
(ObjectData.Caption));
1151
RETURN_IF_ERROR(
writeCString
(Font->Typeface));
1189
RETURN_IF_ERROR(
writeCString
(MenuItemPtr->Name));
1201
RETURN_IF_ERROR(
writeCString
(PopupPtr->Name));
1350
RETURN_IF_ERROR(
writeCString
(Blk.Name));
1404
RETURN_IF_ERROR(
writeCString
(Val.Key));
1419
RETURN_IF_ERROR(
writeCString
(Item.getString(), WriteTerminator));
1470
cantFail(
writeCString
("VS_VERSION_INFO"))
[
all
...]
ResourceFileWriter.h
196
Error
writeCString
(StringRef Str, bool WriteTerminator = true);
Completed in 22 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026