Home
last modified time | relevance | path

Searched refs:FS_PERMODULE (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h205 FS_PERMODULE = 1, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3846 : bitc::FS_PERMODULE)); in writePerModuleFunctionSummaryRecord()
3952 Abbv->Add(BitCodeAbbrevOp(bitc::FS_PERMODULE)); in writePerModuleGlobalValueSummary()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp6175 case bitc::FS_PERMODULE: in parseEntireSummary()