/external/llvm-project/clang/lib/CodeGen/ |
D | ModuleBuilder.cpp | 68 static llvm::StringRef ExpandModuleName(llvm::StringRef ModuleName, in ExpandModuleName() 76 CodeGeneratorImpl(DiagnosticsEngine &diags, llvm::StringRef ModuleName, in CodeGeneratorImpl() 129 llvm::Module *StartModule(llvm::StringRef ModuleName, in StartModule() 334 llvm::Module *CodeGenerator::StartModule(llvm::StringRef ModuleName, in StartModule() 340 DiagnosticsEngine &Diags, llvm::StringRef ModuleName, in CreateLLVMCodeGen()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/Symbolize/ |
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()
|
/external/llvm-project/llvm/lib/DebugInfo/Symbolize/ |
D | Symbolize.cpp | 66 StringRef ModuleName = Obj.getFileName(); in symbolizeCode() local 80 LLVMSymbolizer::symbolizeCode(const std::string &ModuleName, in symbolizeCode() 89 LLVMSymbolizer::symbolizeInlinedCode(const std::string &ModuleName, in symbolizeInlinedCode() 120 LLVMSymbolizer::symbolizeData(const std::string &ModuleName, in symbolizeData() 146 LLVMSymbolizer::symbolizeFrame(const std::string &ModuleName, in symbolizeFrame() 508 StringRef ModuleName) { in createModuleInfo() 523 LLVMSymbolizer::getOrCreateModuleInfo(const std::string &ModuleName) { in getOrCreateModuleInfo()
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/ |
D | sanitizer_symbolize.cpp | 35 bool __sanitizer_symbolize_code(const char *ModuleName, uint64_t ModuleOffset, in __sanitizer_symbolize_code() 60 bool __sanitizer_symbolize_data(const char *ModuleName, uint64_t ModuleOffset, in __sanitizer_symbolize_data()
|
/external/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
D | ModuleDepCollector.h | 35 std::string ModuleName; member 42 std::string ModuleName; member
|
/external/llvm/tools/llvm-symbolizer/ |
D | llvm-symbolizer.cpp | 99 std::string &ModuleName, uint64_t &ModuleOffset) { in parseCommand() 174 std::string ModuleName; in main() local
|
/external/llvm/lib/DebugInfo/Symbolize/ |
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()
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | DbiModuleDescriptorBuilder.h | 91 std::string ModuleName; variable
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | DbiModuleDescriptorBuilder.h | 91 std::string ModuleName; variable
|
/external/llvm-project/clang/lib/Lex/ |
D | HeaderSearch.cpp | 145 std::string HeaderSearch::getPrebuiltModuleFileName(StringRef ModuleName, in getPrebuiltModuleFileName() 170 StringRef ModuleName = Module->Name; in getPrebuiltImplicitModuleFileName() local 185 std::string HeaderSearch::getCachedModuleFileName(StringRef ModuleName, in getCachedModuleFileName() 191 std::string HeaderSearch::getCachedModuleFileNameImpl(StringRef ModuleName, in getCachedModuleFileNameImpl() 232 Module *HeaderSearch::lookupModule(StringRef ModuleName, bool AllowSearch, in lookupModule() 257 Module *HeaderSearch::lookupModule(StringRef ModuleName, StringRef SearchName, in lookupModule() 543 StringRef ModuleName(Filename.begin(), SlashPos); in DoFrameworkLookup() local 1487 StringRef ModuleName = llvm::sys::path::stem(TopFrameworkDir->getName()); in findUsableModuleForFrameworkHeader() local
|
D | Pragma.cpp | 774 &ModuleName) { in LexModuleName() 793 IdentifierInfo *ModuleName = ModuleNameLoc.first; in HandlePragmaModuleBuild() local 1106 ModuleName; in HandlePragma() local 1559 ModuleName; in HandlePragma() local 1596 ModuleName; in HandlePragma() local 1686 ModuleName; in HandlePragma() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Utils/ |
D | ImportedFunctionsInliningStatistics.h | 101 StringRef ModuleName; variable
|
/external/llvm-project/llvm/include/llvm/Transforms/Utils/ |
D | ImportedFunctionsInliningStatistics.h | 101 StringRef ModuleName; variable
|
/external/llvm-project/polly/lib/Support/ |
D | DumpModulePass.cpp | 56 auto ModuleName = M.getName(); in runOnModule() local
|
/external/grpc-grpc/src/compiler/ |
D | python_generator_helpers.h | 55 grpc::string ModuleName(const grpc::string& filename, in ModuleName() function
|
/external/clang/lib/CodeGen/ |
D | ModuleBuilder.cpp | 70 CodeGeneratorImpl(DiagnosticsEngine &diags, llvm::StringRef ModuleName, in CodeGeneratorImpl() 313 DiagnosticsEngine &Diags, llvm::StringRef ModuleName, in CreateLLVMCodeGen()
|
/external/llvm-project/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 232 StringRef ModuleName) { in emitImportStackRecursively() 604 StringRef ModuleName) { in emitImportLocation() 618 StringRef ModuleName) { in emitBuildingModuleLocation()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/bindings/lua/ |
D | upbc.cc | 33 static std::string ModuleName(const protobuf::FileDescriptor* file) { in ModuleName() function
|
/external/rust/crates/grpcio-sys/grpc/src/compiler/ |
D | python_generator_helpers.h | 67 std::string ModuleName(const std::string& filename, in ModuleName() function
|
/external/clang/lib/Frontend/ |
D | DiagnosticRenderer.cpp | 236 StringRef ModuleName, in emitImportStackRecursively() 600 StringRef ModuleName, in emitImportLocation() 616 StringRef ModuleName, in emitBuildingModuleLocation()
|
/external/llvm-project/clang/include/clang/Lex/ |
D | ModuleLoader.h | 172 void createModuleFromSource(SourceLocation ImportLoc, StringRef ModuleName, in createModuleFromSource()
|
/external/llvm-project/llvm/tools/llvm-symbolizer/ |
D | llvm-symbolizer.cpp | 93 std::string &ModuleName, uint64_t &ModuleOffset) { in parseCommand() 142 std::string ModuleName; in symbolizeInput() local
|
/external/clang/lib/Lex/ |
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
|
/external/llvm-project/lldb/include/lldb/Breakpoint/ |
D | BreakpointResolver.h | 175 ModuleName, enumerator
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaModule.cpp | 161 std::string ModuleName; in ActOnModuleDecl() local 314 std::string ModuleName; in ActOnModuleImport() local
|