Home
last modified time | relevance | path

Searched defs:ModuleName (Results 1 – 25 of 87) sorted by relevance

1234

/external/llvm-project/clang/lib/CodeGen/
DModuleBuilder.cpp68 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/
DSymbolize.cpp64 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/
DSymbolize.cpp66 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/
Dsanitizer_symbolize.cpp35 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/
DModuleDepCollector.h35 std::string ModuleName; member
42 std::string ModuleName; member
/external/llvm/tools/llvm-symbolizer/
Dllvm-symbolizer.cpp99 std::string &ModuleName, uint64_t &ModuleOffset) { in parseCommand()
174 std::string ModuleName; in main() local
/external/llvm/lib/DebugInfo/Symbolize/
DSymbolize.cpp54 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/
DDbiModuleDescriptorBuilder.h91 std::string ModuleName; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DDbiModuleDescriptorBuilder.h91 std::string ModuleName; variable
/external/llvm-project/clang/lib/Lex/
DHeaderSearch.cpp145 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
DPragma.cpp774 &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/
DImportedFunctionsInliningStatistics.h101 StringRef ModuleName; variable
/external/llvm-project/llvm/include/llvm/Transforms/Utils/
DImportedFunctionsInliningStatistics.h101 StringRef ModuleName; variable
/external/llvm-project/polly/lib/Support/
DDumpModulePass.cpp56 auto ModuleName = M.getName(); in runOnModule() local
/external/grpc-grpc/src/compiler/
Dpython_generator_helpers.h55 grpc::string ModuleName(const grpc::string& filename, in ModuleName() function
/external/clang/lib/CodeGen/
DModuleBuilder.cpp70 CodeGeneratorImpl(DiagnosticsEngine &diags, llvm::StringRef ModuleName, in CodeGeneratorImpl()
313 DiagnosticsEngine &Diags, llvm::StringRef ModuleName, in CreateLLVMCodeGen()
/external/llvm-project/clang/lib/Frontend/
DDiagnosticRenderer.cpp232 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/
Dupbc.cc33 static std::string ModuleName(const protobuf::FileDescriptor* file) { in ModuleName() function
/external/rust/crates/grpcio-sys/grpc/src/compiler/
Dpython_generator_helpers.h67 std::string ModuleName(const std::string& filename, in ModuleName() function
/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp236 StringRef ModuleName, in emitImportStackRecursively()
600 StringRef ModuleName, in emitImportLocation()
616 StringRef ModuleName, in emitBuildingModuleLocation()
/external/llvm-project/clang/include/clang/Lex/
DModuleLoader.h172 void createModuleFromSource(SourceLocation ImportLoc, StringRef ModuleName, in createModuleFromSource()
/external/llvm-project/llvm/tools/llvm-symbolizer/
Dllvm-symbolizer.cpp93 std::string &ModuleName, uint64_t &ModuleOffset) { in parseCommand()
142 std::string ModuleName; in symbolizeInput() local
/external/clang/lib/Lex/
DHeaderSearch.cpp128 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/
DBreakpointResolver.h175 ModuleName, enumerator
/external/llvm-project/clang/lib/Sema/
DSemaModule.cpp161 std::string ModuleName; in ActOnModuleDecl() local
314 std::string ModuleName; in ActOnModuleImport() local

1234