| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Broadcaster.h | 30 class Listener; variable 147 friend class Listener; variable 337 friend class Listener; variable
|
| H A D | Event.h | 180 friend class Listener; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/MCA/Stages/ |
| H A D | Stage.cpp | 23 void Stage::addListener(HWEventListener *Listener) { in addListener()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | MultiplexConsumer.cpp | 45 for (auto &Listener : Listeners) in MacroRead() local 80 for (auto &Listener : Listeners) in ModuleRead() local 86 for (auto &Listener : Listeners) in ModuleImportRead() local 174 for (auto &Listener : Listeners) in ResolvedExceptionSpec() local 203 for (auto &Listener : Listeners) in FunctionDefinitionInstantiated() local
|
| H A D | CompilerInstance.cpp | 515 for (auto &Listener : DependencyCollectors) in createPreprocessor() local 651 for (auto &Listener : DependencyCollectors) in createPCHExternalASTSource() local 654 auto Listener = std::make_unique<ReadModuleNames>(PP); in createPCHExternalASTSource() local 1769 for (auto &Listener : DependencyCollectors) in createASTReader() local 1792 auto Listener = std::make_unique<ReadModuleNames>(*PP); in loadModuleFile() local
|
| H A D | FrontendActions.cpp | 898 DumpModuleInfoListener Listener(Out); in ExecuteAction() local
|
| /freebsd/contrib/llvm-project/llvm/lib/MCA/ |
| H A D | Pipeline.cpp | 24 void Pipeline::addEventListener(HWEventListener *Listener) { in addEventListener()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | PassRegistry.cpp | 58 for (auto *Listener : Listeners) in registerPass() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | MachinePassRegistry.h | 78 *Listener; // Listener for list adds are removes. variable
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Listener.cpp | 21 Listener::Listener(const char *name) : m_name(name) { in Listener() function in Listener
|
| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInstance.h | 915 void addDependencyCollector(std::shared_ptr<DependencyCollector> Listener) { in addDependencyCollector()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaModule.cpp | 483 if (auto *Listener = getASTMutationListener()) in ActOnModuleDecl() local
|
| H A D | SemaExceptionSpec.cpp | 246 if (auto *Listener = getASTMutationListener()) in UpdateExceptionSpec() local
|
| H A D | SemaTemplateInstantiateDecl.cpp | 5858 if (auto *Listener = getASTMutationListener()) in InstantiateFunctionDefinition() local
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 930 void ASTReader::setDeserializationListener(ASTDeserializationListener *Listener, in setDeserializationListener() 2947 ASTReaderListener &Listener, std::string &SuggestedPredefines) { in ReadOptionsBlock() 5207 ASTReaderListener *Listener, bool ValidateDiagnosticOptions) { in readUnhashedControlBlockImpl() 5705 ASTReaderListener &Listener, bool ValidateDiagnosticOptions, in readASTFileControlBlock() 6362 ASTReaderListener &Listener, in ParseLanguageOptions() 6404 ASTReaderListener &Listener, in ParseTargetOptions() 6425 ASTReaderListener &Listener) { in ParseDiagnosticOptions() 6442 ASTReaderListener &Listener) { in ParseFileSystemOptions() 6452 ASTReaderListener &Listener) { in ParseHeaderSearchOptions() 6475 ASTReaderListener &Listener) { in ParseHeaderSearchPaths() [all …]
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 215 PrebuiltModuleListener Listener(ModuleFiles, Worklist, PrebuiltModulesASTMap, in visitPrebuiltModule() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | ASTContext.h | 738 ASTMutationListener *Listener = nullptr; variable 1335 void setASTMutationListener(ASTMutationListener *Listener) { in setASTMutationListener()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/ |
| H A D | lldb-forward.h | 122 class Listener; variable
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcV2CBindings.cpp | 1143 LLVMJITEventListenerRef Listener) { in LLVMOrcRTDyldObjectLinkingLayerRegisterJITEventListener()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 1876 void setListener(std::unique_ptr<ASTReaderListener> Listener) { in setListener()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAG.cpp | 11901 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesWith() local 11959 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesWith() local 12007 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesWith() local 12061 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesOfValueWith() local 12249 RAUOVWUpdateListener Listener(*this, Uses); in ReplaceAllUsesOfValuesWith() local
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Decl.cpp | 5379 if (ASTMutationListener *Listener = Ctx.getASTMutationListener()) in setAnonymousNamespace() local
|
| H A D | ASTContext.cpp | 1080 if (auto *Listener = getASTMutationListener(); in mergeDefinitionIntoModule() local
|