/freebsd-src/contrib/llvm-project/llvm/lib/MCA/Stages/ |
H A D | Stage.cpp | 23 void Stage::addListener(HWEventListener *Listener) { in addListener()
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Utility/ |
H A D | Broadcaster.h | 30 class Listener; variable 146 friend class Listener; global() variable 337 friend class Listener; global() variable [all...] |
H A D | Event.h | 180 friend class Listener; global() variable
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | MultiplexConsumer.cpp | 42 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 D | CompilerInstance.cpp | 519 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 D | FrontendActions.cpp | 834 DumpModuleInfoListener Listener(Out); ExecuteAction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/MCA/ |
H A D | Pipeline.cpp | 24 void Pipeline::addEventListener(HWEventListener *Listener) { in addEventListener()
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | PassRegistry.cpp | 58 for (auto *Listener : Listeners) in registerPass() local
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachinePassRegistry.h | 78 *Listener; // Listener for list adds are removes. variable
|
/freebsd-src/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 [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 846 addDependencyCollector(std::shared_ptr<DependencyCollector> Listener) addDependencyCollector() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 92 PrebuiltModuleListener Listener(ModuleFiles, Worklist); visitPrebuiltModule() local
|
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 464 MigrationProcess::RewriteListener *Listener; member in __anon8f5db9510411::RewritesApplicator [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 895 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 D | SemaExceptionSpec.cpp | 253 if (auto *Listener = getASTMutationListener()) UpdateExceptionSpec() local
|
H A D | SemaTemplateInstantiateDecl.cpp | 5196 if (auto *Listener = getASTMutationListener()) InstantiateFunctionDefinition() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 421 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 D | ASTContext.h | 642 ASTMutationListener *Listener = nullptr; global() variable 1188 setASTMutationListener(ASTMutationListener * Listener) setASTMutationListener() argument
|
/freebsd-src/contrib/llvm-project/lldb/include/lldb/ |
H A D | lldb-forward.h | 120 class Listener; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcV2CBindings.cpp | 1140 LLVMJITEventListenerRef Listener) { in LLVMOrcRTDyldObjectLinkingLayerRegisterJITEventListener() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 11004 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 D | ASTContext.cpp | 1013 if (auto *Listener = getASTMutationListener()) mergeDefinitionIntoModule() local
|