Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/lib/Basic/
HDASTSourceDescriptor.cpp26 std::string ASTSourceDescriptor::getModuleName() const { in getModuleName() function in clang::ASTSourceDescriptor
/freebsd-head/contrib/llvm-project/clang/include/clang/Basic/
HDASTSourceDescriptor.h43 std::string getModuleName() const;
/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
HDNativeCompilandSymbol.cpp54 return std::string(Module.getModuleName()); in getName()
HDDbiModuleDescriptor.cpp75 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; } in getModuleName() function in DbiModuleDescriptor
HDInputFile.cpp52 ModuleName = Modi.getModuleName(); in getModuleDebugStream()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
HDDbiModuleDescriptor.h43 StringRef getModuleName() const;
HDDbiModuleDescriptorBuilder.h106 StringRef getModuleName() const { return ModuleName; } in getModuleName() function
/freebsd-head/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
HDIntelJITEventListener.cpp55 const char *getModuleName() { return ModuleName.c_str(); } in getModuleName() function in __anon0f65017a0111::IntelIttnotifyInfo
209 ModuleObject->module_name = ModuleIttnotify->getModuleName(); in notifyObjectLoaded()
/freebsd-head/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDStreamUtil.cpp173 moduleStream(ModIter->second.Descriptor.getModuleName(), StreamIdx, in discoverStreamPurposes()
HDYAMLOutputStyle.cpp223 DMI.Mod = MI.getModuleName(); in dumpDbiStream()
HDBytesOutputStyle.cpp336 Modi.getModuleName()); in iterateOneModule()
HDExplainOutputStyle.cpp380 Descriptor.getModuleName()); in explainDbiModiSubstreamOffset()
HDDumpOutputStyle.cpp576 Desc.getModuleName()); in dumpSymbolStats()
/freebsd-head/contrib/llvm-project/lld/Common/
HDErrorHandler.cpp127 os << dism->getModuleName() << ' '; in diagnosticHandler()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDCore.h510 const std::string &getModuleName() const { return ModuleName; } in getModuleName() function
533 const std::string &getModuleName() const { return ModuleName; } in getModuleName() function
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDDiagnosticInfo.h1088 StringRef getModuleName() const { return ModName; } in getModuleName() function
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
HDSymbolFileNativePDB.cpp377 if (last.getModuleName() == "* Linker *") in CalculateNumCompileUnits()
/freebsd-head/contrib/llvm-project/clang/lib/CodeGen/
HDCGDebugInfo.cpp3060 DIB.createFile(Mod.getModuleName(), TheCU->getDirectory()), in getOrCreateModuleRef()
3072 DBuilder.createModule(Parent, Mod.getModuleName(), ConfigMacros, in getOrCreateModuleRef()