/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | Broadcaster.h | 30 class Listener; variable 243 friend class Listener; variable 423 friend class Listener; variable
|
H A D | Event.h | 183 friend class Listener; variable
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | MultiplexConsumer.cpp | 42 for (auto &Listener : Listeners) in MacroRead() local 72 for (auto &Listener : Listeners) in ModuleRead() local 78 for (auto &Listener : Listeners) in ModuleImportRead() local 161 for (auto &Listener : Listeners) in ResolvedExceptionSpec() local 190 for (auto &Listener : Listeners) in FunctionDefinitionInstantiated() local
|
H A D | CompilerInstance.cpp | 527 for (auto &Listener : DependencyCollectors) in createPreprocessor() local 659 for (auto &Listener : DependencyCollectors) in createPCHExternalASTSource() local 662 auto Listener = std::make_unique<ReadModuleNames>(PP); in createPCHExternalASTSource() local 1700 for (auto &Listener : DependencyCollectors) in createASTReader() local 1722 auto Listener = std::make_unique<ReadModuleNames>(*PP); in loadModuleFile() local
|
H A D | FrontendActions.cpp | 803 DumpModuleInfoListener Listener(Out); in ExecuteAction() local
|
/openbsd-src/gnu/llvm/llvm/lib/MCA/Stages/ |
H A D | Stage.cpp | 23 void Stage::addListener(HWEventListener *Listener) { in addListener()
|
/openbsd-src/gnu/llvm/llvm/lib/MCA/ |
H A D | Pipeline.cpp | 24 void Pipeline::addEventListener(HWEventListener *Listener) { in addEventListener()
|
/openbsd-src/gnu/llvm/llvm/lib/IR/ |
H A D | PassRegistry.cpp | 58 for (auto *Listener : Listeners) in registerPass() local
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlistener/ |
H A D | llvm-jitlistener.cpp | 196 std::unique_ptr<llvm::JITEventListener> Listener( in ProcessInput() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | MachinePassRegistry.h | 78 *Listener; // Listener for list adds are removes. variable
|
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 813 void addDependencyCollector(std::shared_ptr<DependencyCollector> Listener) { in addDependencyCollector()
|
/openbsd-src/gnu/llvm/lldb/source/Utility/ |
H A D | Listener.cpp | 36 Listener::Listener(const char *name) in Listener() function in Listener
|
/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 102 PrebuiltModuleListener Listener(ModuleFiles, InputFiles, VisitInputFiles, in visitPrebuiltModule() local
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 870 void ASTReader::setDeserializationListener(ASTDeserializationListener *Listener, in setDeserializationListener() 2528 bool AllowCompatibleConfigurationMismatch, ASTReaderListener &Listener, in ReadOptionsBlock() 4740 bool AllowCompatibleConfigurationMismatch, ASTReaderListener *Listener, in readUnhashedControlBlockImpl() 5224 ASTReaderListener &Listener, bool ValidateDiagnosticOptions) { in readASTFileControlBlock() 5825 ASTReaderListener &Listener, in ParseLanguageOptions() 5866 ASTReaderListener &Listener, in ParseTargetOptions() 5886 ASTReaderListener &Listener) { in ParseDiagnosticOptions() 5903 ASTReaderListener &Listener) { in ParseFileSystemOptions() 5912 ASTReaderListener &Listener) { in ParseHeaderSearchOptions() 5935 ASTReaderListener &Listener) { in ParseHeaderSearchPaths() [all …]
|
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 464 MigrationProcess::RewriteListener *Listener; member in __anone64d1f360411::RewritesApplicator
|
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 421 std::unique_ptr<ASTReaderListener> Listener; variable 1649 void setListener(std::unique_ptr<ASTReaderListener> Listener) { in setListener()
|
/openbsd-src/gnu/llvm/clang/lib/Sema/ |
H A D | SemaExceptionSpec.cpp | 247 if (auto *Listener = getASTMutationListener()) in UpdateExceptionSpec() local
|
H A D | SemaTemplateInstantiateDecl.cpp | 5094 if (auto *Listener = getASTMutationListener()) in InstantiateFunctionDefinition() local
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | ASTContext.h | 636 ASTMutationListener *Listener = nullptr; variable 1173 void setASTMutationListener(ASTMutationListener *Listener) { in setASTMutationListener()
|
/openbsd-src/gnu/llvm/lldb/include/lldb/ |
H A D | lldb-forward.h | 120 class Listener; variable
|
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
H A D | OrcV2CBindings.cpp | 1184 LLVMJITEventListenerRef Listener) { in LLVMOrcRTDyldObjectLinkingLayerRegisterJITEventListener()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAG.cpp | 10356 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesWith() local 10414 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesWith() local 10462 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesWith() local 10516 RAUWUpdateListener Listener(*this, UI, UE); in ReplaceAllUsesOfValueWith() local 10685 RAUOVWUpdateListener Listener(*this, Uses); in ReplaceAllUsesOfValuesWith() local
|
/openbsd-src/gnu/llvm/clang/lib/AST/ |
H A D | ASTContext.cpp | 1086 if (auto *Listener = getASTMutationListener()) in mergeDefinitionIntoModule() local
|