Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DNativeCompilandSymbol.cpp54 return std::string(Module.getModuleName()); in getName()
H A DDbiModuleDescriptor.cpp76 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; } in getModuleName() function in DbiModuleDescriptor
H A DInputFile.cpp51 ModuleName = Modi.getModuleName(); in getModuleDebugStream()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.h43 StringRef getModuleName() const;
H A DDbiModuleDescriptorBuilder.h106 StringRef getModuleName() const { return ModuleName; } in getModuleName() function
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/IntelJITEvents/
H A DIntelJITEventListener.cpp55 const char *getModuleName() { return ModuleName.c_str(); } in getModuleName() function in __anon4dd523120111::IntelIttnotifyInfo
209 ModuleObject->module_name = ModuleIttnotify->getModuleName(); in notifyObjectLoaded()
/openbsd-src/gnu/llvm/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 DBytesOutputStyle.cpp336 Modi.getModuleName()); in iterateOneModule()
H A DExplainOutputStyle.cpp381 Descriptor.getModuleName()); in explainDbiModiSubstreamOffset()
H A DDumpOutputStyle.cpp575 Desc.getModuleName()); in dumpSymbolStats()
/openbsd-src/gnu/llvm/lld/Common/
H A DErrorHandler.cpp127 os << dism->getModuleName() << ' '; in diagnosticHandler()
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DModule.h824 std::string getModuleName() const;
/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h486 const std::string &getModuleName() const { return ModuleName; } in getModuleName() function
509 const std::string &getModuleName() const { return ModuleName; } in getModuleName() function
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DModule.cpp709 std::string ASTSourceDescriptor::getModuleName() const { in getModuleName() function in ASTSourceDescriptor
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDiagnosticInfo.h1088 StringRef getModuleName() const { return ModName; } in getModuleName() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp374 if (last.getModuleName() == "* Linker *") in CalculateNumCompileUnits()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2789 DIB.createFile(Mod.getModuleName(), TheCU->getDirectory()), in getOrCreateModuleRef()
2801 DBuilder.createModule(Parent, Mod.getModuleName(), ConfigMacros, in getOrCreateModuleRef()