Home
last modified time | relevance | path

Searched defs:Listener (Results 1 – 22 of 22) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/MCA/Stages/
H A DStage.cpp23 void Stage::addListener(HWEventListener *Listener) { in addListener()
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DBroadcaster.h30 class Listener; variable
146 friend class Listener; global() variable
337 friend class Listener; global() variable
[all...]
H A DEvent.h180 friend class Listener; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DMultiplexConsumer.cpp42 for (auto &Listener : Listeners) MacroRead() local
72 for (auto &Listener : Listeners) ModuleRead() local
78 for (auto &Listener : Listeners) ModuleImportRead() local
161 for (auto &Listener : Listeners) ResolvedExceptionSpec() local
190 for (auto &Listener : Listeners) FunctionDefinitionInstantiated() local
[all...]
H A DCompilerInstance.cpp519 Listener->attachToPreprocessor(*PP); in createPreprocessor() local
652 Listener->attachToASTReader(*Reader); in createPCHExternalASTSource() local
655 auto &ListenerRef = *Listener; in createPCHExternalASTSource() local
1719 for (auto &Listener : DependencyCollectors) createASTReader() local
1742 auto Listener = std::make_unique<ReadModuleNames>(*PP); loadModuleFile() local
[all...]
H A DFrontendActions.cpp834 DumpModuleInfoListener Listener(Out); ExecuteAction() local
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/
H A DPipeline.cpp24 void Pipeline::addEventListener(HWEventListener *Listener) { in addEventListener()
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DPassRegistry.cpp58 for (auto *Listener : Listeners) in registerPass() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachinePassRegistry.h78 *Listener; // Listener for list adds are removes. variable
/freebsd-src/contrib/llvm-project/lldb/source/Utility/
H A DListener.cpp21 Listener::Listener(const char *name) : m_name(name) { in Listener() function in Listener
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInstance.h846 addDependencyCollector(std::shared_ptr<DependencyCollector> Listener) addDependencyCollector() argument
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp92 PrebuiltModuleListener Listener(ModuleFiles, Worklist); visitPrebuiltModule() local
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp464 MigrationProcess::RewriteListener *Listener; member in __anon8f5db9510411::RewritesApplicator
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp895 setDeserializationListener(ASTDeserializationListener * Listener,bool TakeOwnership) setDeserializationListener() argument
2715 ReadOptionsBlock(BitstreamCursor & Stream,unsigned ClientLoadCapabilities,bool AllowCompatibleConfigurationMismatch,ASTReaderListener & Listener,std::string & SuggestedPredefines) ReadOptionsBlock() argument
4905 readUnhashedControlBlockImpl(ModuleFile * F,llvm::StringRef StreamData,unsigned ClientLoadCapabilities,bool AllowCompatibleConfigurationMismatch,ASTReaderListener * Listener,bool ValidateDiagnosticOptions) readUnhashedControlBlockImpl() argument
5401 readASTFileControlBlock(StringRef Filename,FileManager & FileMgr,const InMemoryModuleCache & ModuleCache,const PCHContainerReader & PCHContainerRdr,bool FindModuleFileExtensions,ASTReaderListener & Listener,bool ValidateDiagnosticOptions) readASTFileControlBlock() argument
6024 ParseLanguageOptions(const RecordData & Record,bool Complain,ASTReaderListener & Listener,bool AllowCompatibleDifferences) ParseLanguageOptions() argument
6065 ParseTargetOptions(const RecordData & Record,bool Complain,ASTReaderListener & Listener,bool AllowCompatibleDifferences) ParseTargetOptions() argument
6085 ParseDiagnosticOptions(const RecordData & Record,bool Complain,ASTReaderListener & Listener) ParseDiagnosticOptions() argument
6102 ParseFileSystemOptions(const RecordData & Record,bool Complain,ASTReaderListener & Listener) ParseFileSystemOptions() argument
6111 ParseHeaderSearchOptions(const RecordData & Record,bool Complain,ASTReaderListener & Listener) ParseHeaderSearchOptions() argument
6134 ParseHeaderSearchPaths(const RecordData & Record,bool Complain,ASTReaderListener & Listener) ParseHeaderSearchPaths() argument
6167 ParsePreprocessorOptions(const RecordData & Record,bool Complain,ASTReaderListener & Listener,std::string & SuggestedPredefines) ParsePreprocessorOptions() argument
10106 if (auto *Listener = getContext().getASTMutationListener()) FinishedDeserializing() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp253 if (auto *Listener = getASTMutationListener()) UpdateExceptionSpec() local
H A DSemaTemplateInstantiateDecl.cpp5196 if (auto *Listener = getASTMutationListener()) InstantiateFunctionDefinition() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h421 std::unique_ptr<ASTReaderListener> Listener; global() variable
1676 setListener(std::unique_ptr<ASTReaderListener> Listener) setListener() argument
[all...]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h642 ASTMutationListener *Listener = nullptr; global() variable
1188 setASTMutationListener(ASTMutationListener * Listener) setASTMutationListener() argument
/freebsd-src/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h120 class Listener; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcV2CBindings.cpp1140 LLVMJITEventListenerRef Listener) { in LLVMOrcRTDyldObjectLinkingLayerRegisterJITEventListener() argument
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp11004 RAUWUpdateListener Listener(*this, UI, UE); ReplaceAllUsesWith() local
11062 RAUWUpdateListener Listener(*this, UI, UE); ReplaceAllUsesWith() local
11110 RAUWUpdateListener Listener(*this, UI, UE); ReplaceAllUsesWith() local
11164 RAUWUpdateListener Listener(*this, UI, UE); ReplaceAllUsesOfValueWith() local
11333 RAUOVWUpdateListener Listener(*this, Uses); ReplaceAllUsesOfValuesWith() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp1013 if (auto *Listener = getASTMutationListener()) mergeDefinitionIntoModule() local