| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | PassInstrumentation.cpp | 20 template struct LLVM_EXPORT_TEMPLATE Any::TypeId<const Module *>; member in llvm::Any 21 template struct LLVM_EXPORT_TEMPLATE Any::TypeId<const Function *>; member in llvm::Any 22 template struct LLVM_EXPORT_TEMPLATE Any::TypeId<const Loop *>; member in llvm::Any
|
| H A D | Metadata.cpp | 1828 Metadata *TypeId = MD.second->getOperand(1); in copyMetadata() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | CrossDSOCFI.cpp | 69 if (ConstantInt *TypeId = extractNumericTypeId(Type)) in buildCFICheck() local 78 if (ConstantInt *TypeId = in buildCFICheck() local 123 for (uint64_t TypeId : TypeIds) { in buildCFICheck() local
|
| H A D | GlobalDCE.cpp | 155 void GlobalDCEPass::ScanVTableLoad(Function *Caller, Metadata *TypeId, in ScanVTableLoad() 201 auto *TypeId = cast<MetadataAsValue>(TypeIdValue)->getMetadata(); in ScanTypeCheckedLoadIntrinsics() local
|
| H A D | LowerTypeTests.cpp | 583 Metadata *TypeId, in buildBitSet() 717 static bool isKnownTypeIdMember(Metadata *TypeId, const DataLayout &DL, in isKnownTypeIdMember() 758 Value *LowerTypeTestsModule::lowerTypeTestCall(Metadata *TypeId, CallInst *CI, in lowerTypeTestCall() 930 uint8_t *LowerTypeTestsModule::exportTypeId(StringRef TypeId, in exportTypeId() 981 LowerTypeTestsModule::importTypeId(StringRef TypeId) { in importTypeId() 2267 auto AddTypeIdUse = [&](Metadata *TypeId) -> TypeIdUserInfo & { in lower() 2309 auto TypeId = TypeIdMDVal->getMetadata(); in lower() local 2355 if (auto *TypeId = dyn_cast<MDString>(P.first)) in lower() local
|
| H A D | WholeProgramDevirt.cpp | 2056 Metadata *TypeId = in scanTypeTestUsers() local 2124 Metadata *TypeId = cast<MetadataAsValue>(TypeIdValue)->getMetadata(); in scanTypeCheckedLoadUsers() local 2199 auto *TypeId = dyn_cast<MDString>(Slot.TypeID); in importResolution() local 2390 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; }; struct
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 457 BTFKindVar::BTFKindVar(StringRef VarName, uint32_t TypeId, uint32_t VarInfo) in BTFKindVar() 597 void BTFDebug::visitBasicType(const DIBasicType *BTy, uint32_t &TypeId) { in visitBasicType() 627 uint32_t &TypeId) { in visitSubroutineType() 729 uint32_t &TypeId) { in visitStructType() 788 void BTFDebug::visitArrayType(const DICompositeType *CTy, uint32_t &TypeId) { in visitArrayType() 827 void BTFDebug::visitEnumType(const DICompositeType *CTy, uint32_t &TypeId) { in visitEnumType() 857 uint32_t &TypeId) { in visitFwdDeclType() 864 uint32_t &TypeId) { in visitCompositeType() 899 void BTFDebug::visitDerivedType(const DIDerivedType *DTy, uint32_t &TypeId, in visitDerivedType() 966 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/include/llvm/ObjCopy/ELF/ |
| H A D | ELFConfig.h | 21 uint32_t TypeId; 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/DebugInfo/PDB/ |
| H A D | UDTLayout.cpp | 38 uint32_t TypeId = RawSymbol.getTypeId(); in getSymbolType() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ModuleSummaryAnalysis.cpp | 223 auto *TypeId = dyn_cast<MDString>(TypeMDVal->getMetadata()); in addIntrinsicToSummary() local 252 auto *TypeId = dyn_cast<MDString>(TypeMDVal->getMetadata()); in addIntrinsicToSummary() local 846 if (auto *TypeId = dyn_cast<MDString>(TypeID)) in recordTypeIdCompatibleVtableReferences() local
|
| H A D | LazyCallGraph.cpp | 40 template struct LLVM_EXPORT_TEMPLATE Any::TypeId<const LazyCallGraph::SCC *>; member in Any
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | IndirectCallPromotion.cpp | 180 if (auto *TypeId = dyn_cast<MDString>(Type->getOperand(1).get()); in getAddressPointOffset() local 920 if (auto *TypeId = dyn_cast<MDString>(Type->getOperand(1).get())) in shouldSkipVTable() local
|
| H A D | NumericalStabilitySanitizer.cpp | 197 ShadowTypeConfig::fromNsanTypeId(const char TypeId) { in fromNsanTypeId()
|
| /freebsd/contrib/googletest/googletest/include/gtest/internal/ |
| H A D | gtest-internal.h | 392 typedef const void* TypeId; typedef
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
| H A D | TypeErasedDataflowAnalysis.cpp | 51 template struct CLANG_EXPORT_TEMPLATE Any::TypeId<clang::dataflow::NoopLattice>; member in llvm::Any
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | COFFAsmParser.cpp | 617 StringRef TypeId = getTok().getIdentifier(); in parseCOMDATType() local
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/BTF/ |
| H A D | BTF.h | 240 uint32_t TypeId; ///< Type id referring to .BTF type section member
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGClass.cpp | 2777 llvm::Value *TypeId = in EmitTypeMetadataCodeForVCall() local 2901 llvm::Value *TypeId = llvm::MetadataAsValue::get(getLLVMContext(), MD); in EmitVTablePtrCheck() local 2961 llvm::Value *TypeId = llvm::MetadataAsValue::get(CGM.getLLVMContext(), MD); in EmitVTableTypeCheckedLoad() local
|
| H A D | ItaniumCXXABI.cpp | 720 llvm::Value *TypeId = nullptr; in EmitLoadOfMemberFunctionPointer() local 831 llvm::Value *TypeId = in EmitLoadOfMemberFunctionPointer() local
|
| H A D | CGExpr.cpp | 3845 llvm::ConstantInt *TypeId, llvm::Value *Ptr, in EmitCfiSlowPathCheck() 6400 llvm::Value *TypeId = llvm::MetadataAsValue::get(getLLVMContext(), MD); in EmitCall() local
|
| /freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
| H A D | BitcodeReader.cpp | 787 unsigned TypeId; in getValueOrMetadata() local 7482 TypeIdSummary &TypeId) { in parseWholeProgramDevirtResolution() 7500 TypeIdSummary &TypeId = TheIndex.getOrInsertTypeIdSummary( in parseTypeIdSummaryRecord() local 7547 TypeIdCompatibleVtableInfo &TypeId) { in parseTypeIdCompatibleVtableInfo() 7556 TypeIdCompatibleVtableInfo &TypeId = in parseTypeIdCompatibleVtableSummaryRecord() local
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 612 if (MDString *TypeId = CTy->getRawIdentifier()) { in createTypeDIE() local
|