Searched defs:ModuleIdentifier (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h60 StringRef ModuleIdentifier; member in class:llvm::BitcodeModule
71 BitcodeModule(ArrayRef<uint8_t> Buffer, StringRef ModuleIdentifier, argument
/freebsd-12-stable/contrib/llvm-project/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp593 bool operator()(StringRef ModuleIdentifier, ValueInfo VI) const { argument
636 auto ModuleIdentifier = TheModule.getModuleIdentifier(); local
718 auto ModuleIdentifier = TheModule.getModuleIdentifier(); local
751 auto ModuleIdentifier = TheModule.getModuleIdentifier(); local
793 auto ModuleIdentifier = TheModule.getModuleIdentifier(); local
1017 auto ModuleIdentifier = Module->getName(); local
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6525 ModuleIdentifier, 0); local

Completed in 191 milliseconds