Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Bitcode/
H A DLLVMBitCodes.h210 FS_PERMODULE = 1, enumerator
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4028 : bitc::FS_PERMODULE)); in writePerModuleFunctionSummaryRecord()
4144 Abbv->Add(BitCodeAbbrevOp(bitc::FS_PERMODULE)); in writePerModuleGlobalValueSummary()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7254 case bitc::FS_PERMODULE: in parseEntireSummary()