HomeSort by: relevance | last modified time | path
    Searched refs:getModuleName (Results 1 - 17 of 17) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeCompilandSymbol.cpp 46 // The usage of getObjFileName for getLibraryName and getModuleName for getName
56 return std::string(Module.getModuleName());
DbiModuleDescriptor.cpp 76 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; }
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
DbiModuleDescriptor.h 43 StringRef getModuleName() const;
DbiModuleDescriptorBuilder.h 108 StringRef getModuleName() const { return ModuleName; }
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
IntelJITEventListener.cpp 54 const char *getModuleName() { return ModuleName.c_str(); }
208 ModuleObject->module_name = ModuleIttnotify->getModuleName();
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
StreamUtil.cpp 174 moduleStream(ModIter->second.Descriptor.getModuleName(), StreamIdx,
InputFile.cpp 49 ModuleName = Modi.getModuleName();
YAMLOutputStyle.cpp 223 DMI.Mod = MI.getModuleName();
BytesOutputStyle.cpp 336 Modi.getModuleName());
ExplainOutputStyle.cpp 378 Descriptor.getModuleName());
DumpOutputStyle.cpp 678 Desc.getModuleName());
  /src/external/apache2/llvm/dist/clang/include/clang/Basic/
Module.h 735 std::string getModuleName() const;
  /src/external/apache2/llvm/dist/clang/include/clang/Driver/
Action.h 437 const char *getModuleName() const { return ModuleName; }
  /src/external/apache2/llvm/dist/clang/lib/Basic/
Module.cpp 686 std::string ASTSourceDescriptor::getModuleName() const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
Core.h 459 const std::string &getModuleName() const { return ModuleName; }
478 const std::string &getModuleName() const { return ModuleName; }
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDebugInfo.cpp 2667 DIB.createFile(Mod.getModuleName(), TheCU->getDirectory()),
2679 DBuilder.createModule(Parent, Mod.getModuleName(), ConfigMacros,
  /src/external/apache2/llvm/dist/clang/lib/Driver/
Driver.cpp 4670 BaseInput = ModuleJA->getModuleName();

Completed in 51 milliseconds