Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/APINotes/
H A DAPINotesWriter.h56 ContextID addContext(std::optional<ContextID> ParentCtxID,
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DSampleProfWriter.h213 virtual void addContext(const SampleContext &Context);
315 void addContext(const SampleContext &Context) override;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfWriter.cpp365 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 DAPINotesYAMLCompiler.cpp802 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 DAPINotesWriter.cpp1327 ContextID APINotesWriter::addContext(std::optional<ContextID> ParentCtxID, in addContext() function in clang::api_notes::APINotesWriter