Searched refs:addContext (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/APINotes/ |
H A D | APINotesWriter.h | 56 ContextID addContext(std::optional<ContextID> ParentCtxID,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | SampleProfWriter.h | 213 virtual void addContext(const SampleContext &Context); 315 void addContext(const SampleContext &Context) override;
|
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
H A D | SampleProfWriter.cpp | 365 addContext(I.second.getContext()); in writeNameTableSection() 650 void SampleProfileWriterBinary::addContext(const SampleContext &Context) { in addContext() function in SampleProfileWriterBinary 671 void SampleProfileWriterExtBinaryBase::addContext( in addContext() function in SampleProfileWriterExtBinaryBase 729 addContext(I.second.getContext()); in writeHeader()
|
/freebsd/contrib/llvm-project/clang/lib/APINotes/ |
H A D | APINotesYAMLCompiler.cpp | 802 Writer.addContext(ParentContextID, C.Name, Kind, CI, SwiftVersion); in convertContext() 872 Writer.addContext(ParentContextID, TheNamespace.Name, in convertNamespaceContext() 959 auto TagCtxID = Writer.addContext(ParentContextID, T.Name, ContextKind::Tag, in convertTagContext()
|
H A D | APINotesWriter.cpp | 1327 ContextID APINotesWriter::addContext(std::optional<ContextID> ParentCtxID, in addContext() function in clang::api_notes::APINotesWriter
|