Searched defs:Listener (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DStage.cpp23 void Stage::addListener(HWEventListener *Listener) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MCA/
H A DPipeline.cpp24 void Pipeline::addEventListener(HWEventListener *Listener) { argument
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DListener.h36 class Listener : public std::enable_shared_from_this<Listener> { class in namespace:lldb_private
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp40 Listener::Listener(const char *name) function in class:Listener
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h78 *Listener; // Listener for list adds are removes. member in class:llvm::MachinePassRegistry
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp464 MigrationProcess::RewriteListener *Listener; member in class:__anon1527::RewritesApplicator
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h819 void addDependencyCollector(std::shared_ptr<DependencyCollector> Listener) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp1612 auto Listener = std::make_unique<ReadModuleNames>(*this); local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h400 std::unique_ptr<ASTReaderListener> Listener; member in class:clang::ASTReader
1588 setListener(std::unique_ptr<ASTReaderListener> Listener) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h590 ASTMutationListener *Listener = nullptr; member in class:clang::ASTContext
1027 void setASTMutationListener(ASTMutationListener *Listener) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp813 void ASTReader::setDeserializationListener(ASTDeserializationListener *Listener, argument
2474 ReadOptionsBlock( BitstreamCursor &Stream, unsigned ClientLoadCapabilities, bool AllowCompatibleConfigurationMismatch, ASTReaderListener &Listener, std::string &SuggestedPredefines) argument
4685 readUnhashedControlBlockImpl( ModuleFile *F, llvm::StringRef StreamData, unsigned ClientLoadCapabilities, bool AllowCompatibleConfigurationMismatch, ASTReaderListener *Listener, bool ValidateDiagnosticOptions) argument
5148 readASTFileControlBlock( StringRef Filename, FileManager &FileMgr, const PCHContainerReader &PCHContainerRdr, bool FindModuleFileExtensions, ASTReaderListener &Listener, bool ValidateDiagnosticOptions) argument
5727 ParseLanguageOptions(const RecordData &Record, bool Complain, ASTReaderListener &Listener, bool AllowCompatibleDifferences) argument
5769 ParseTargetOptions(const RecordData &Record, bool Complain, ASTReaderListener &Listener, bool AllowCompatibleDifferences) argument
5788 ParseDiagnosticOptions(const RecordData &Record, bool Complain, ASTReaderListener &Listener) argument
5805 ParseFileSystemOptions(const RecordData &Record, bool Complain, ASTReaderListener &Listener) argument
5813 ParseHeaderSearchOptions(const RecordData &Record, bool Complain, ASTReaderListener &Listener) argument
5854 ParsePreprocessorOptions(const RecordData &Record, bool Complain, ASTReaderListener &Listener, std::string &SuggestedPredefines) argument
[all...]

Completed in 274 milliseconds