Home
last modified time | relevance | path

Searched refs:StableFunctionMergingMap (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CGData/
H A DCodeGenDataWriter.cpp76 DataKind |= CGDataKind::StableFunctionMergingMap; in addRecord()
95 if (static_cast<bool>(DataKind & CGDataKind::StableFunctionMergingMap)) in writeHeader()
97 static_cast<uint32_t>(CGDataKind::StableFunctionMergingMap); in writeHeader()
H A DCodeGenDataReader.cpp184 DataKind |= CGDataKind::StableFunctionMergingMap; in read()
/freebsd/contrib/llvm-project/llvm/include/llvm/CGData/
H A DCodeGenDataReader.h134 static_cast<uint32_t>(CGDataKind::StableFunctionMergingMap); in hasStableFunctionMap()
175 static_cast<uint32_t>(CGDataKind::StableFunctionMergingMap); in hasStableFunctionMap()
H A DCodeGenData.h47 StableFunctionMergingMap = 0x2, enumerator
48 LLVM_MARK_AS_BITMASK_ENUM(/*LargestValue=*/StableFunctionMergingMap)
H A DCodeGenDataWriter.h96 static_cast<uint32_t>(CGDataKind::StableFunctionMergingMap); in hasStableFunctionMap()