Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/Native/
H A DNativeCompilandSymbol.cpp57 return Module.getModuleName(); in getName()
H A DDbiModuleDescriptor.cpp84 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; } in getModuleName() function in DbiModuleDescriptor
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.h45 StringRef getModuleName() const;
H A DDbiModuleDescriptorBuilder.h63 StringRef getModuleName() const { return ModuleName; } in getModuleName() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DExternalASTSource.cpp48 std::string ExternalASTSource::ASTSourceDescriptor::getModuleName() const { in getModuleName() function in ExternalASTSource::ASTSourceDescriptor
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DStreamUtil.cpp175 moduleStream(ModIter->second.Descriptor.getModuleName(), StreamIdx, in discoverStreamPurposes()
H A DYAMLOutputStyle.cpp224 DMI.Mod = MI.getModuleName(); in dumpDbiStream()
H A DInputFile.cpp50 ModuleName = Modi.getModuleName(); in getModuleDebugStream()
H A DBytesOutputStyle.cpp337 Modi.getModuleName()); in iterateOneModule()
H A DExplainOutputStyle.cpp379 Descriptor.getModuleName()); in explainDbiModiSubstreamOffset()
H A DDumpOutputStyle.cpp644 Desc.getModuleName()); in dumpSymbolStats()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h188 std::string getModuleName() const;
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Driver/
H A DAction.h431 const char *getModuleName() const { return ModuleName; } in getModuleName() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/NativePDB/
H A DSymbolFileNativePDB.cpp341 if (last.getModuleName() == "* Linker *") in GetNumCompileUnits()
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2303 DIB.createFile(Mod.getModuleName(), Mod.getPath()), in getOrCreateModuleRef()
2315 DBuilder.createModule(Parent, Mod.getModuleName(), ConfigMacros, in getOrCreateModuleRef()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/
H A DDriver.cpp4035 BaseInput = ModuleJA->getModuleName(); in BuildJobsForActionNoCache()