Home
last modified time | relevance | path

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

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