Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-doc/
H A DBitcodeWriter.cpp139 {COMMENT_KIND, {"Kind", &StringAbbrev}}, in __anond6a402610202()
140 {COMMENT_TEXT, {"Text", &StringAbbrev}}, in __anond6a402610202()
141 {COMMENT_NAME, {"Name", &StringAbbrev}}, in __anond6a402610202()
149 {COMMENT_ARG, {"Arg", &StringAbbrev}}, in __anond6a402610202()
154 {NAMESPACE_NAME, {"Name", &StringAbbrev}}, in __anond6a402610202()
155 {NAMESPACE_PATH, {"Path", &StringAbbrev}}, in __anond6a402610202()
157 {ENUM_NAME, {"Name", &StringAbbrev}}, in __anond6a402610202()
160 {ENUM_MEMBER, {"Member", &StringAbbrev}}, in __anond6a402610202()
163 {RECORD_NAME, {"Name", &StringAbbrev}}, in __anond6a402610202()
164 {RECORD_PATH, {"Path", &StringAbbrev}}, in __anond6a402610202()
[all …]
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4419 auto StringAbbrev = Stream.EmitAbbrev(std::move(Abbv)); in writeIdentificationBlock() local
4421 "LLVM" LLVM_VERSION_STRING, StringAbbrev); in writeIdentificationBlock()