Home
last modified time | relevance | path

Searched refs:getModuleName (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeCompilandSymbol.cpp56 return std::string(Module.getModuleName()); in getName()
H A DDbiModuleDescriptor.cpp76 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; } in getModuleName() function in DbiModuleDescriptor
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.h43 StringRef getModuleName() const;
H A DDbiModuleDescriptorBuilder.h108 StringRef getModuleName() const { return ModuleName; } in getModuleName() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp54 const char *getModuleName() { return ModuleName.c_str(); } in getModuleName() function in __anonb12ce6460111::IntelIttnotifyInfo
208 ModuleObject->module_name = ModuleIttnotify->getModuleName(); in notifyObjectLoaded()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp174 moduleStream(ModIter->second.Descriptor.getModuleName(), StreamIdx, in discoverStreamPurposes()
H A DYAMLOutputStyle.cpp223 DMI.Mod = MI.getModuleName(); in dumpDbiStream()
H A DInputFile.cpp49 ModuleName = Modi.getModuleName(); in getModuleDebugStream()
H A DBytesOutputStyle.cpp336 Modi.getModuleName()); in iterateOneModule()
H A DExplainOutputStyle.cpp378 Descriptor.getModuleName()); in explainDbiModiSubstreamOffset()
H A DDumpOutputStyle.cpp678 Desc.getModuleName()); in dumpSymbolStats()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DModule.h735 std::string getModuleName() const;
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DAction.h437 const char *getModuleName() const { return ModuleName; } in getModuleName() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h459 const std::string &getModuleName() const { return ModuleName; } in getModuleName() function
478 const std::string &getModuleName() const { return ModuleName; } in getModuleName() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Basic/
H A DModule.cpp686 std::string ASTSourceDescriptor::getModuleName() const { in getModuleName() function in ASTSourceDescriptor
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2667 DIB.createFile(Mod.getModuleName(), TheCU->getDirectory()), in getOrCreateModuleRef()
2679 DBuilder.createModule(Parent, Mod.getModuleName(), ConfigMacros, in getOrCreateModuleRef()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/
H A DDriver.cpp4670 BaseInput = ModuleJA->getModuleName(); in BuildJobsForActionNoCache()