HomeSort by: relevance | last modified time | path
    Searched defs:ModuleName (Results 1 - 25 of 30) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
DbiModuleDescriptor.h 51 StringRef ModuleName;
DbiModuleDescriptorBuilder.h 69 DbiModuleDescriptorBuilder(StringRef ModuleName, uint32_t ModIndex,
108 StringRef getModuleName() const { return ModuleName; }
143 std::string ModuleName;
  /src/external/apache2/llvm/dist/clang/tools/libclang/
BuildSystem.cpp 97 std::string ModuleName;
111 MMD->ModuleName = name;
134 OS << "framework module " << MMD->ModuleName << " {\n";
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/Utils/
ImportedFunctionsInliningStatistics.h 68 /// Set information like AllFunctions, ImportedFunctions, ModuleName.
101 StringRef ModuleName;
  /src/external/apache2/llvm/dist/clang/include/clang/Tooling/DependencyScanning/
ModuleDepCollector.h 36 std::string ModuleName;
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/Symbolize/
DIPrinter.h 35 StringRef ModuleName;
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
ImportedFunctionsInliningStatistics.cpp 74 ModuleName = M.getName();
112 Ostream << "------- Dumping inliner stats for [" << ModuleName
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ObjectFilePCHContainerOperations.cpp 175 StringRef ModuleName = llvm::sys::path::filename(MainFileName);
177 {ModuleName, "", OutputFileName, ASTFileSignature::createDISentinel()});
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaModule.cpp 161 std::string ModuleName;
163 if (!ModuleName.empty())
164 ModuleName += ".";
165 ModuleName += Piece.first->getName();
171 getLangOpts().CurrentModule != ModuleName) {
177 const_cast<LangOptions&>(getLangOpts()).CurrentModule = ModuleName;
186 if (auto *M = Map.findModule(ModuleName)) {
187 Diag(Path[0].second, diag::err_module_redefinition) << ModuleName;
198 Mod = Map.createModuleForInterfaceUnit(ModuleLoc, ModuleName,
206 PP.getIdentifierInfo(ModuleName), Path[0].second)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ModuleManager.cpp 289 StringRef ModuleName = victim->ModuleName;
290 if (Module *mod = modMap->findModule(ModuleName)) {
521 return M->ModuleName;
GlobalModuleIndex.cpp 228 StringRef ModuleName = llvm::sys::path::stem(Modules[ID].FileName);
230 ModuleName = ModuleName.rsplit('-').first;
231 UnresolvedModules[ModuleName] = ID;
339 StringRef Name = File->ModuleName;
  /src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
CodeViewYAMLDebugSections.h 58 StringRef ModuleName;
  /src/external/apache2/llvm/dist/llvm/tools/llvm-symbolizer/
llvm-symbolizer.cpp 104 std::string &ModuleName, uint64_t &ModuleOffset) {
106 ModuleName = "";
127 ModuleName = std::string(Pos, End - Pos);
131 ModuleName = std::string(Pos, NameLength);
135 ModuleName = BinaryName.str();
153 std::string ModuleName;
156 StringRef(InputString), Cmd, ModuleName, Offset)) {
157 Printer.printInvalidCommand({ModuleName, None}, InputString);
164 ModuleName, {AdjustedOffset, object::SectionedAddress::UndefSection});
165 print({ModuleName, Offset}, ResOrErr, Printer)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Frontend/
DiagnosticRenderer.cpp 232 StringRef ModuleName) {
233 if (ModuleName.empty()) {
244 emitImportLocation(Loc, PLoc, ModuleName);
611 StringRef ModuleName) {
615 Message << "in module '" << ModuleName;
625 StringRef ModuleName) {
630 Message << "while building module '" << ModuleName << "' imported from "
633 Message << "while building module '" << ModuleName << "':";
CompilerInstance.cpp 1041 StringRef ModuleName, FrontendInputFile Input,
1047 llvm::TimeTraceScope TimeScope("Module Compile", ModuleName);
1073 Invocation->getLangOpts()->ModuleName =
1074 ImportingInstance.getInvocation().getLangOpts()->ModuleName;
1077 Invocation->getLangOpts()->CurrentModule = std::string(ModuleName);
1129 SourceMgr.pushModuleBuildStack(ModuleName,
1140 << ModuleName << ModuleFileName;
1158 << ModuleName;
1550 void ReadModuleName(StringRef ModuleName) override {
1552 CI.getPreprocessor().getIdentifierInfo(ModuleName));
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 41 std::string ModuleName;
52 void setModuleName(const char *Name) { ModuleName = std::string(Name); }
54 const char *getModuleName() { return ModuleName.c_str(); }
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
DwarfLinkerForBinary.cpp 123 StringRef ModuleName = I.first;
130 sys::path::append(Path, ModuleName);
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Action.h 423 const char *ModuleName;
427 const char *ModuleName);
437 const char *getModuleName() const { return ModuleName; }
  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ModuleFile.h 128 std::string ModuleName;
  /src/external/apache2/llvm/dist/clang/lib/Lex/
HeaderSearch.cpp 145 std::string HeaderSearch::getPrebuiltModuleFileName(StringRef ModuleName,
148 auto i(HSOpts->PrebuiltModuleFiles.find(ModuleName));
160 llvm::sys::path::append(Result, ModuleName + ".pcm");
170 StringRef ModuleName = Module->Name;
178 getCachedModuleFileNameImpl(ModuleName, ModuleMapPath, CachePath);
185 std::string HeaderSearch::getCachedModuleFileName(StringRef ModuleName,
187 return getCachedModuleFileNameImpl(ModuleName, ModuleMapPath,
191 std::string HeaderSearch::getCachedModuleFileNameImpl(StringRef ModuleName,
203 llvm::sys::path::append(Result, ModuleName + ".pcm");
205 // Construct the name <ModuleName>-<hash of ModuleMapPath>.pcm which shoul
    [all...]
Pragma.cpp 774 &ModuleName) {
777 if (LexModuleNameComponent(PP, Tok, NameComponent, ModuleName.empty()))
779 ModuleName.push_back(NameComponent);
793 IdentifierInfo *ModuleName = ModuleNameLoc.first;
857 TheModuleLoader.createModuleFromSource(Loc, ModuleName->getName(),
1106 ModuleName;
1107 if (LexModuleName(PP, Tok, ModuleName))
1111 for (auto IIAndLoc : ModuleName) {
1610 ModuleName;
1611 if (LexModuleName(PP, Tok, ModuleName))
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
Core.h 455 MissingSymbolDefinitions(std::string ModuleName, SymbolNameVector Symbols)
456 : ModuleName(std::move(ModuleName)), Symbols(std::move(Symbols)) {}
459 const std::string &getModuleName() const { return ModuleName; }
462 std::string ModuleName;
474 UnexpectedSymbolDefinitions(std::string ModuleName, SymbolNameVector Symbols)
475 : ModuleName(std::move(ModuleName)), Symbols(std::move(Symbols)) {}
478 const std::string &getModuleName() const { return ModuleName; }
481 std::string ModuleName;
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-c-test/
echo.cpp 1378 const char *ModuleName = LLVMGetModuleIdentifier(Src, &ModuleIdentLen);
1380 LLVMModuleRef M = LLVMModuleCreateWithNameInContext(ModuleName, Ctx);
1383 LLVMSetModuleIdentifier(M, ModuleName, ModuleIdentLen);
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
LangOptions.h 322 std::string ModuleName;
327 /// it. This starts as ModuleName in case -fmodule-name is provided and
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
ControlHeightReduction.cpp 456 StringRef ModuleName = F.getParent()->getName();
458 (void)(ModuleName); // Unused in release build.
459 CHR_DEBUG(dbgs() << "CHR IR dump " << Label << " " << ModuleName << " "

Completed in 68 milliseconds

1 2