Home
last modified time | relevance | path

Searched refs:SameSize (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/IR/
H A DComdat.cpp53 case Comdat::SameSize: in LLVMGetComdatSelectionKind()
75 Cd->setSelectionKind(Comdat::SameSize); in LLVMSetComdatSelectionKind()
H A DAsmWriter.cpp4114 case Comdat::SameSize: in print()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DComdat.h39 SameSize, ///< The data referenced by the COMDAT must be the same size. enumerator
/freebsd-12.1/contrib/llvm/lib/Linker/
H A DLinkModules.cpp186 case Comdat::SelectionKind::SameSize: { in computeResultingSelectionKind()
204 } else if (Result == Comdat::SelectionKind::SameSize) { in computeResultingSelectionKind()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLocal.cpp1798 bool SameSize = DL.getTypeSizeInBits(FromTy) == DL.getTypeSizeInBits(ToTy); in isBitCastSemanticsPreserving() local
1801 return SameSize && LosslessConversion; in isBitCastSemanticsPreserving()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1265 case Comdat::SameSize: in getSelectionForCOFF()
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1693 case Comdat::SameSize: in ShouldInstrumentGlobal()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1047 case Comdat::SameSize: in getEncodedComdatSelectionKind()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1066 return Comdat::SameSize; in getDecodedComdatSelectionKind()
/freebsd-12.1/contrib/llvm/lib/AsmParser/
H A DLLParser.cpp636 SK = Comdat::SameSize; in parseComdat()