Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h95 StringRef getModuleIdentifier() const { return ModuleIdentifier; } in getModuleIdentifier() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h227 const std::string &getModuleIdentifier() const { return ModuleID; } in getModuleIdentifier() function