Searched refs:ModuleName (Results 1 - 25 of 45) sorted by relevance

12

/external/chromium-trace/catapult/third_party/graphy/graphy/
H A Dall_tests.py23 def ModuleName(filename, base_dir): function
40 tests.extend(ModuleName(os.path.join(dir, f), start_dir) for f
/external/llvm/include/llvm/DebugInfo/Symbolize/
H A DSymbolize.h51 ErrorOr<DILineInfo> symbolizeCode(const std::string &ModuleName,
53 ErrorOr<DIInliningInfo> symbolizeInlinedCode(const std::string &ModuleName,
55 ErrorOr<DIGlobal> symbolizeData(const std::string &ModuleName,
67 getOrCreateModuleInfo(const std::string &ModuleName);
/external/compiler-rt/lib/builtins/arm64/
H A DMakefile.mk10 ModuleName := builtins macro
/external/compiler-rt/lib/builtins/armv6m/
H A DMakefile.mk10 ModuleName := builtins macro
/external/compiler-rt/lib/builtins/i386/
H A DMakefile.mk10 ModuleName := builtins macro
/external/compiler-rt/lib/builtins/ppc/
H A DMakefile.mk10 ModuleName := builtins macro
/external/compiler-rt/lib/builtins/x86_64/
H A DMakefile.mk10 ModuleName := builtins macro
/external/compiler-rt/lib/interception/
H A DMakefile.mk10 ModuleName := interception macro
/external/compiler-rt/lib/profile/
H A DMakefile.mk10 ModuleName := profile macro
/external/clang/include/clang/Frontend/
H A DDiagnosticRenderer.h96 StringRef ModuleName,
99 StringRef ModuleName,
114 void emitImportStackRecursively(SourceLocation Loc, StringRef ModuleName,
167 StringRef ModuleName,
171 StringRef ModuleName,
H A DTextDiagnostic.h102 StringRef ModuleName,
106 StringRef ModuleName,
/external/clang/tools/libclang/
H A DBuildSystem.cpp97 std::string ModuleName; member in struct:CXModuleMapDescriptorImpl
111 MMD->ModuleName = name;
134 OS << "framework module " << MMD->ModuleName << " {\n";
/external/clang/include/clang/CodeGen/
H A DModuleBuilder.h46 const std::string &ModuleName,
/external/compiler-rt/lib/builtins/
H A DMakefile.mk10 ModuleName := builtins macro
/external/compiler-rt/lib/builtins/arm/
H A DMakefile.mk10 ModuleName := builtins macro
/external/compiler-rt/lib/lsan/
H A DMakefile.mk10 ModuleName := lsan macro
/external/compiler-rt/lib/sanitizer_common/
H A DMakefile.mk10 ModuleName := sanitizer_common macro
/external/llvm/tools/llvm-symbolizer/
H A Dllvm-symbolizer.cpp92 static bool parseCommand(bool &IsData, std::string &ModuleName, argument
102 ModuleName = "";
123 ModuleName = std::string(pos, end - pos);
127 ModuleName = std::string(pos, name_length);
131 ModuleName = ClBinaryName;
162 std::string ModuleName; local
167 while (parseCommand(IsData, ModuleName, ModuleOffset)) {
175 auto ResOrErr = Symbolizer.symbolizeData(ModuleName, ModuleOffset);
178 auto ResOrErr = Symbolizer.symbolizeInlinedCode(ModuleName, ModuleOffset);
182 auto ResOrErr = Symbolizer.symbolizeCode(ModuleName, ModuleOffse
[all...]
/external/llvm/lib/DebugInfo/Symbolize/
H A DSymbolize.cpp50 ErrorOr<DILineInfo> LLVMSymbolizer::symbolizeCode(const std::string &ModuleName, argument
52 auto InfoOrErr = getOrCreateModuleInfo(ModuleName);
70 LLVMSymbolizer::symbolizeInlinedCode(const std::string &ModuleName, argument
72 auto InfoOrErr = getOrCreateModuleInfo(ModuleName);
93 ErrorOr<DIGlobal> LLVMSymbolizer::symbolizeData(const std::string &ModuleName, argument
95 auto InfoOrErr = getOrCreateModuleInfo(ModuleName);
335 LLVMSymbolizer::getOrCreateModuleInfo(const std::string &ModuleName) { argument
336 const auto &I = Modules.find(ModuleName);
343 std::string BinaryName = ModuleName;
345 size_t ColonPos = ModuleName
[all...]
/external/compiler-rt/lib/asan/
H A DMakefile.mk10 ModuleName := asan macro
/external/compiler-rt/lib/ubsan/
H A DMakefile.mk10 ModuleName := ubsan macro
/external/clang/lib/CodeGen/
H A DModuleBuilder.cpp60 CodeGeneratorImpl(DiagnosticsEngine &diags, const std::string &ModuleName, argument
68 M(new llvm::Module(ModuleName, C)) {}
243 DiagnosticsEngine &Diags, const std::string &ModuleName,
247 return new CodeGeneratorImpl(Diags, ModuleName, HeaderSearchOpts,
242 CreateLLVMCodeGen( DiagnosticsEngine &Diags, const std::string &ModuleName, const HeaderSearchOptions &HeaderSearchOpts, const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO, llvm::LLVMContext &C, CoverageSourceInfo *CoverageInfo) argument
/external/compiler-rt/make/
H A Dlib_info.mk19 $($(key).ModuleName)))
23 $(call Append,ModuleSubDirKeys.$($(key).ModuleName),$(key)))
H A Dsubdir.mk7 # ModuleName - The library name for objects in that directory.
25 OptionalSubdirVariables := ModuleName OnlyArchs OnlyConfigs \
/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp277 StringRef ModuleName,
279 if (ModuleName.empty()) {
291 emitImportLocation(Loc, PLoc, ModuleName, SM);
640 StringRef ModuleName,
645 Message << "in module '" << ModuleName; local
656 StringRef ModuleName,
662 Message << "while building module '" << ModuleName << "' imported from "
665 Message << "while building module '" << ModuleName << "':"; local
276 emitImportStackRecursively(SourceLocation Loc, StringRef ModuleName, const SourceManager &SM) argument
638 emitImportLocation(SourceLocation Loc, PresumedLoc PLoc, StringRef ModuleName, const SourceManager &SM) argument
654 emitBuildingModuleLocation(SourceLocation Loc, PresumedLoc PLoc, StringRef ModuleName, const SourceManager &SM) argument

Completed in 630 milliseconds

12