Home
last modified time | relevance | path

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

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