/aosp_15_r20/build/bazel/scripts/incremental_build/ |
H A D | clone.py | 36 ModuleName = NewType("ModuleName", str) variable 76 def f(t: ModuleType, _: ModuleName) -> bool: 83 def f(_: ModuleType, n: ModuleName) -> bool: 89 def _modify_genrule_template(module_name: ModuleName, module_def: str) -> Optional[str]: 216 def _make_clones(bp2templates: dict[Path, dict[ModuleName, Template]], n: int):
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 64 StringRef ModuleName = Obj.getFileName(); in symbolizeCode() local 79 LLVMSymbolizer::symbolizeCode(const std::string &ModuleName, in symbolizeCode() 88 LLVMSymbolizer::symbolizeInlinedCode(const std::string &ModuleName, in symbolizeInlinedCode() 118 LLVMSymbolizer::symbolizeData(const std::string &ModuleName, in symbolizeData() 144 LLVMSymbolizer::symbolizeFrame(const std::string &ModuleName, in symbolizeFrame() 505 StringRef ModuleName) { in createModuleInfo() 520 LLVMSymbolizer::getOrCreateModuleInfo(const std::string &ModuleName) { in getOrCreateModuleInfo()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 87 LLVMSymbolizer::symbolizeCode(const std::string &ModuleName, in symbolizeCode() 136 LLVMSymbolizer::symbolizeInlinedCode(const std::string &ModuleName, in symbolizeInlinedCode() 181 LLVMSymbolizer::symbolizeData(const std::string &ModuleName, in symbolizeData() 222 LLVMSymbolizer::symbolizeFrame(const std::string &ModuleName, in symbolizeFrame() 541 StringRef ModuleName) { in createModuleInfo() 556 LLVMSymbolizer::getOrCreateModuleInfo(const std::string &ModuleName) { in getOrCreateModuleInfo()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/ |
H A D | Caching.cpp | 41 const Twine &ModuleName) -> Expected<AddStreamFn> { in localCache() 81 std::string ModuleName; in localCache() member 143 -> Expected<std::unique_ptr<CachedFileStream>> { in localCache()
|
/aosp_15_r20/external/llvm/lib/DebugInfo/Symbolize/ |
H A D | Symbolize.cpp | 54 Expected<DILineInfo> LLVMSymbolizer::symbolizeCode(const std::string &ModuleName, in symbolizeCode() 80 LLVMSymbolizer::symbolizeInlinedCode(const std::string &ModuleName, in symbolizeInlinedCode() 109 Expected<DIGlobal> LLVMSymbolizer::symbolizeData(const std::string &ModuleName, in symbolizeData() 365 LLVMSymbolizer::getOrCreateModuleInfo(const std::string &ModuleName) { in getOrCreateModuleInfo()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Tooling/DependencyScanning/ |
D | ModuleDepCollector.h | 38 std::string ModuleName; member 52 std::string ModuleName; member 79 std::string ModuleName; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Tooling/DependencyScanning/ |
D | ModuleDepCollector.h | 38 std::string ModuleName; member 52 std::string ModuleName; member 79 std::string ModuleName; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Tooling/DependencyScanning/ |
D | ModuleDepCollector.h | 38 std::string ModuleName; member 52 std::string ModuleName; member 79 std::string ModuleName; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Tooling/DependencyScanning/ |
D | ModuleDepCollector.h | 38 std::string ModuleName; member 52 std::string ModuleName; member 79 std::string ModuleName; member
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/ |
D | FrontendActions.h | 306 StringRef ModuleName; variable 310 GetDependenciesByModuleNameAction(StringRef ModuleName) in GetDependenciesByModuleNameAction()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/ |
D | FrontendActions.h | 323 StringRef ModuleName; variable 327 GetDependenciesByModuleNameAction(StringRef ModuleName) in GetDependenciesByModuleNameAction()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/ |
D | FrontendActions.h | 323 StringRef ModuleName; variable 327 GetDependenciesByModuleNameAction(StringRef ModuleName) in GetDependenciesByModuleNameAction()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/ |
D | FrontendActions.h | 323 StringRef ModuleName; variable 327 GetDependenciesByModuleNameAction(StringRef ModuleName) in GetDependenciesByModuleNameAction()
|
/aosp_15_r20/external/llvm/tools/llvm-symbolizer/ |
H A D | llvm-symbolizer.cpp | 99 std::string &ModuleName, uint64_t &ModuleOffset) { in parseCommand() 174 std::string ModuleName; in main() local
|
/aosp_15_r20/external/clang/lib/Lex/ |
H A D | HeaderSearch.cpp | 128 std::string HeaderSearch::getModuleFileName(StringRef ModuleName, in getModuleFileName() 165 Module *HeaderSearch::lookupModule(StringRef ModuleName, bool AllowSearch) { in lookupModule() 430 StringRef ModuleName(Filename.begin(), SlashPos); in DoFrameworkLookup() local 1173 StringRef ModuleName = llvm::sys::path::stem(TopFrameworkDir->getName()); in findUsableModuleForFrameworkHeader() local
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | DiagnosticRenderer.cpp | 236 StringRef ModuleName, in emitImportStackRecursively() 600 StringRef ModuleName, in emitImportLocation() 616 StringRef ModuleName, in emitBuildingModuleLocation()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 504 std::string ModuleName, SymbolNameVector Symbols) in MissingSymbolDefinitions() 514 std::string ModuleName; variable 527 std::string ModuleName, SymbolNameVector Symbols) in UnexpectedSymbolDefinitions() 537 std::string ModuleName; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 504 std::string ModuleName, SymbolNameVector Symbols) in MissingSymbolDefinitions() 514 std::string ModuleName; variable 527 std::string ModuleName, SymbolNameVector Symbols) in UnexpectedSymbolDefinitions() 537 std::string ModuleName; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 504 std::string ModuleName, SymbolNameVector Symbols) in MissingSymbolDefinitions() 514 std::string ModuleName; variable 527 std::string ModuleName, SymbolNameVector Symbols) in UnexpectedSymbolDefinitions() 537 std::string ModuleName; variable
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 480 std::string ModuleName, SymbolNameVector Symbols) in MissingSymbolDefinitions() 490 std::string ModuleName; variable 503 std::string ModuleName, SymbolNameVector Symbols) in UnexpectedSymbolDefinitions() 513 std::string ModuleName; variable
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/ExecutionEngine/Orc/ |
D | Core.h | 483 std::string ModuleName, SymbolNameVector Symbols) in MissingSymbolDefinitions() 493 std::string ModuleName; variable 506 std::string ModuleName, SymbolNameVector Symbols) in UnexpectedSymbolDefinitions() 516 std::string ModuleName; variable
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | ModuleBuilder.cpp | 70 CodeGeneratorImpl(DiagnosticsEngine &diags, llvm::StringRef ModuleName, in CodeGeneratorImpl() 313 DiagnosticsEngine &Diags, llvm::StringRef ModuleName, in CreateLLVMCodeGen()
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/vendor/github.com/ianlancetaylor/demangle/ |
D | ast.go | 4685 type ModuleName struct { struct 4686 Parent AST 4687 Name AST 4688 IsPartition bool 4691 func (mn *ModuleName) print(ps *printState) { 4703 func (mn *ModuleName) Traverse(fn func(AST) bool) { 4710 func (mn *ModuleName) Copy(fn func(AST) AST, skip func(AST) bool) AST { 4735 func (mn *ModuleName) GoString() string { 4739 func (mn *ModuleName) goString(indent int, field string) string {
|
/aosp_15_r20/build/blueprint/ |
H A D | singleton_ctx.go | 35 ModuleName(module Module) string methodSpec 199 func (s *singletonContext) ModuleName(logicModule Module) string { func
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | DbiModuleDescriptorBuilder.h | 91 std::string ModuleName; variable
|