Home
last modified time | relevance | path

Searched defs:getModuleName (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/
H A DDbiModuleDescriptor.cpp76 StringRef DbiModuleDescriptor::getModuleName() const { return ModuleName; } in getModuleName() function in DbiModuleDescriptor
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
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
/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