/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | CrossDSOCFI.cpp | 70 if (ConstantInt *TypeId = extractNumericTypeId(Type)) in buildCFICheck() local 79 if (ConstantInt *TypeId = in buildCFICheck() local 124 for (uint64_t TypeId : TypeIds) { in buildCFICheck() local
|
H A D | GlobalDCE.cpp | 158 void GlobalDCEPass::ScanVTableLoad(Function *Caller, Metadata *TypeId, in ScanVTableLoad() 204 auto *TypeId = cast<MetadataAsValue>(TypeIdValue)->getMetadata(); in ScanTypeCheckedLoadIntrinsics() local
|
H A D | LowerTypeTests.cpp | 558 Metadata *TypeId, in buildBitSet() 692 static bool isKnownTypeIdMember(Metadata *TypeId, const DataLayout &DL, in isKnownTypeIdMember() 733 Value *LowerTypeTestsModule::lowerTypeTestCall(Metadata *TypeId, CallInst *CI, in lowerTypeTestCall() 908 uint8_t *LowerTypeTestsModule::exportTypeId(StringRef TypeId, in exportTypeId() 959 LowerTypeTestsModule::importTypeId(StringRef TypeId) { in importTypeId() 2217 auto AddTypeIdUse = [&](Metadata *TypeId) -> TypeIdUserInfo & { in lower() 2259 auto TypeId = TypeIdMDVal->getMetadata(); in lower() local 2305 if (auto *TypeId = dyn_cast<MDString>(P.first)) in lower() local
|
H A D | WholeProgramDevirt.cpp | 1972 Metadata *TypeId = in scanTypeTestUsers() local 2039 Metadata *TypeId = cast<MetadataAsValue>(TypeIdValue)->getMetadata(); in scanTypeCheckedLoadUsers() local 2117 auto *TypeId = dyn_cast<MDString>(Slot.TypeID); in importResolution() local 2304 if (auto *TypeId = dyn_cast<MDString>(P.first)) in run() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | Any.h | 36 template <typename T> struct TypeId { static char Id; }; argument
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 391 BTFKindVar::BTFKindVar(StringRef VarName, uint32_t TypeId, uint32_t VarInfo) in BTFKindVar() 531 void BTFDebug::visitBasicType(const DIBasicType *BTy, uint32_t &TypeId) { in visitBasicType() 561 uint32_t &TypeId) { in visitSubroutineType() 663 uint32_t &TypeId) { in visitStructType() 697 void BTFDebug::visitArrayType(const DICompositeType *CTy, uint32_t &TypeId) { in visitArrayType() 736 void BTFDebug::visitEnumType(const DICompositeType *CTy, uint32_t &TypeId) { in visitEnumType() 766 uint32_t &TypeId) { in visitFwdDeclType() 773 uint32_t &TypeId) { in visitCompositeType() 799 void BTFDebug::visitDerivedType(const DIDerivedType *DTy, uint32_t &TypeId, in visitDerivedType() 862 void BTFDebug::visitTypeEntry(const DIType *Ty, uint32_t &TypeId, in visitTypeEntry() [all …]
|
H A D | BTFDebug.h | 268 uint32_t TypeId; ///< Type id referring to .BTF type section member
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyFunctionDumper.cpp | 232 uint32_t TypeId = Symbol.getTypeId(); in dump() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleSummaryAnalysis.cpp | 217 auto *TypeId = dyn_cast<MDString>(TypeMDVal->getMetadata()); in addIntrinsicToSummary() local 245 auto *TypeId = dyn_cast<MDString>(TypeMDVal->getMetadata()); in addIntrinsicToSummary() local 797 if (auto *TypeId = dyn_cast<MDString>(TypeID)) in recordTypeIdCompatibleVtableReferences() local
|
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | UDTLayout.cpp | 39 uint32_t TypeId = RawSymbol.getTypeId(); in getSymbolType() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/ |
H A D | BTF.h | 232 uint32_t TypeId; ///< Type id referring to .BTF type section global() member
|
/freebsd/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 400 typedef const void* TypeId; typedef
|
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | COFFAsmParser.cpp | 582 StringRef TypeId = getTok().getIdentifier(); in parseCOMDATType() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | IndirectCallPromotion.cpp | 172 if (auto *TypeId = dyn_cast<MDString>(Type->getOperand(1).get()); in getAddressPointOffset() local
|
H A D | NumericalStabilitySanitizer.cpp | 201 ShadowTypeConfig::fromNsanTypeId(const char TypeId) { in fromNsanTypeId()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 2772 llvm::Value *TypeId = in EmitTypeMetadataCodeForVCall() local 2885 llvm::Value *TypeId = llvm::MetadataAsValue::get(getLLVMContext(), MD); in EmitVTablePtrCheck() local 2942 llvm::Value *TypeId = llvm::MetadataAsValue::get(CGM.getLLVMContext(), MD); in EmitVTableTypeCheckedLoad() local
|
H A D | ItaniumCXXABI.cpp | 711 llvm::Value *TypeId = nullptr; in EmitLoadOfMemberFunctionPointer() local 821 llvm::Value *TypeId = in EmitLoadOfMemberFunctionPointer() local
|
H A D | CGExpr.cpp | 3645 SanitizerMask Kind, llvm::Value *Cond, llvm::ConstantInt *TypeId, in EmitCfiSlowPathCheck() 5919 llvm::Value *TypeId = llvm::MetadataAsValue::get(getLLVMContext(), MD); in EmitCall() local
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 7418 TypeIdSummary &TypeId) { in parseWholeProgramDevirtResolution() 7436 TypeIdSummary &TypeId = TheIndex.getOrInsertTypeIdSummary( in parseTypeIdSummaryRecord() local 7488 TypeIdCompatibleVtableInfo &TypeId) { in parseTypeIdCompatibleVtableInfo() 7497 TypeIdCompatibleVtableInfo &TypeId = in parseTypeIdCompatibleVtableSummaryRecord() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Metadata.cpp | 1764 Metadata *TypeId = MD.second->getOperand(1); in copyMetadata() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 590 if (MDString *TypeId = CTy->getRawIdentifier()) { in createTypeDIE() local
|