/llvm-project/clang-tools-extra/clangd/unittests/ |
H A D | ModulesTests.cpp | 22 TEST(Modules, TextualIncludeInPreamble) { in TEST() argument 44 TEST(Modules, PreambleBuildVisibility) { in TEST() argument 67 TEST(Modules, Diagnostic) { in TEST() argument 96 TEST(Modules, UnknownFormat) { in TEST() argument 115 TEST(Modules, ModulePreamble) { in TEST() argument
|
/llvm-project/clang-tools-extra/clangd/refactor/ |
H A D | Tweak.cpp | 48 getAllTweaks(const FeatureModuleSet *Modules) { in getAllTweaks() 74 const FeatureModuleSet *Modules) { in prepareTweaks() 92 const FeatureModuleSet *Modules) { in prepareTweak()
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_rawprofile.cpp | 37 u64 SegmentSizeBytes(ArrayRef<LoadedModule> Modules) { in SegmentSizeBytes() 61 void SerializeSegmentsToBuffer(ArrayRef<LoadedModule> Modules, in SerializeSegmentsToBuffer() 229 u64 SerializeToRawProfile(MIBMapTy &MIBMap, ArrayRef<LoadedModule> Modules, in SerializeToRawProfile()
|
/llvm-project/llvm/docs/ |
H A D | CMakePrimer.rst | 313 Modules section in Modules, Functions and Macros
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | DbiStream.h | 116 DbiModuleList Modules; variable
|
/llvm-project/clang/docs/ |
H A D | PCHInternals.rst | 522 Modules chapter
|
H A D | Modules.rst | 2 Modules title [all...] |
/llvm-project/lldb/include/lldb/Core/ |
H A D | ModuleList.h | 527 ModuleIterable Modules() const { in Modules() function
|
/llvm-project/clang/include/clang/Serialization/ |
H A D | GlobalModuleIndex.h | 95 llvm::SmallVector<ModuleInfo, 16> Modules; variable
|
H A D | ModuleManager.h | 61 llvm::DenseMap<const FileEntry *, ModuleFile *> Modules; variable
|
/llvm-project/compiler-rt/lib/memprof/tests/ |
H A D | rawprofile.cpp | 52 __sanitizer::ArrayRef<__sanitizer::LoadedModule> Modules(&FakeModule, in TEST() local
|
/llvm-project/lldb/include/lldb/Utility/ |
H A D | LLDBLog.h | 34 Modules = Log::ChannelFlag<15>, enumerator
|
/llvm-project/llvm/include/llvm/DebugInfo/Symbolize/ |
H A D | MarkupFilter.h | 156 DenseMap<uint64_t, std::unique_ptr<Module>> Modules; variable
|
H A D | Symbolize.h | 204 Modules; global() variable
|
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | StreamUtil.cpp | 79 const DbiModuleList &Modules = Dbi->modules(); in discoverStreamPurposes() local
|
H A D | BytesOutputStyle.cpp | 324 const DbiModuleList &Modules, uint32_t I, in iterateOneModule() 366 const DbiModuleList &Modules = Stream.modules(); in iterateModules() local
|
H A D | YAMLOutputStyle.cpp | 216 const auto &Modules = DS.modules(); in dumpDbiStream() local
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | FeatureModule.h | 152 std::vector<std::unique_ptr<FeatureModule>> Modules; variable
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | DbiModuleList.cpp | 25 : Modules(&Modules), Modi(Modi), Filei(Filei) { in DbiModuleSourceFilesIterator() argument [all...] |
H A D | InputFile.cpp | 45 const auto &Modules = Dbi.modules(); in getModuleDebugStream() local 75 const auto &Modules = Dbi.modules(); in getModuleDebugStream() local
|
/llvm-project/clang/lib/Sema/ |
H A D | SemaLookup.cpp | 1680 Modules->push_back(S.getOwningModule(NonConstD)); in hasAcceptableDefaultArgument() argument 1656 hasAcceptableDefaultArgument(Sema & S,const ParmDecl * D,llvm::SmallVectorImpl<Module * > * Modules,Sema::AcceptableKind Kind) hasAcceptableDefaultArgument() argument 1693 hasVisibleDefaultArgument(const NamedDecl * D,llvm::SmallVectorImpl<Module * > * Modules) hasVisibleDefaultArgument() argument 1699 hasReachableDefaultArgument(const NamedDecl * D,llvm::SmallVectorImpl<Module * > * Modules) hasReachableDefaultArgument() argument 1707 hasAcceptableDeclarationImpl(Sema & S,const NamedDecl * D,llvm::SmallVectorImpl<Module * > * Modules,Filter F,Sema::AcceptableKind Kind) hasAcceptableDeclarationImpl() argument 1734 hasAcceptableExplicitSpecialization(Sema & S,const NamedDecl * D,llvm::SmallVectorImpl<Module * > * Modules,Sema::AcceptableKind Kind) hasAcceptableExplicitSpecialization() argument 1754 hasVisibleExplicitSpecialization(const NamedDecl * D,llvm::SmallVectorImpl<Module * > * Modules) hasVisibleExplicitSpecialization() argument 1760 hasReachableExplicitSpecialization(const NamedDecl * D,llvm::SmallVectorImpl<Module * > * Modules) hasReachableExplicitSpecialization() argument 1767 hasAcceptableMemberSpecialization(Sema & S,const NamedDecl * D,llvm::SmallVectorImpl<Module * > * Modules,Sema::AcceptableKind Kind) hasAcceptableMemberSpecialization() argument 1788 hasVisibleMemberSpecialization(const NamedDecl * D,llvm::SmallVectorImpl<Module * > * Modules) hasVisibleMemberSpecialization() argument 1794 hasReachableMemberSpecialization(const NamedDecl * D,llvm::SmallVectorImpl<Module * > * Modules) hasReachableMemberSpecialization() argument 2061 hasVisibleDeclarationSlow(const NamedDecl * D,llvm::SmallVectorImpl<Module * > * Modules) hasVisibleDeclarationSlow() argument 2069 hasReachableDeclarationSlow(const NamedDecl * D,llvm::SmallVectorImpl<Module * > * Modules) hasReachableDeclarationSlow() argument 5578 diagnoseMissingImport(SourceLocation UseLoc,const NamedDecl * Decl,SourceLocation DeclLoc,ArrayRef<Module * > Modules,MissingImportKind MIK,bool Recover) diagnoseMissingImport() argument [all...] |
/llvm-project/llvm/include/llvm/LTO/legacy/ |
H A D | ThinLTOCodeGenerator.h | 314 std::vector<std::unique_ptr<lto::InputFile>> Modules; global() variable
|
/llvm-project/llvm/include/llvm/Object/ |
H A D | IRSymtab.h | 147 Range<Module> Modules; member 239 ArrayRef<storage::Module> Modules; global() variable
|
/llvm-project/llvm/lib/Support/ |
H A D | Signals.cpp | 176 std::vector<const char *> Modules(Depth, nullptr); in printSymbolizedStackTrace() local
|
/llvm-project/clang/include/clang/Lex/ |
H A D | ModuleMap.h | 101 llvm::StringMap<Module *> Modules; global() variable
|