Home
last modified time | relevance | path

Searched defs:getModuleIdentifier (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h96 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModule.h228 const std::string &getModuleIdentifier() const { return ModuleID; } in getModuleIdentifier() function