Searched defs:TypeId (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAny.h27 template <typename T> struct TypeId { static const char Id; }; struct in class:llvm::Any
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp229 uint32_t TypeId = Symbol.getTypeId(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp36 uint32_t TypeId = RawSymbol.getTypeId(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp205 void GlobalDCEPass::ScanVTableLoad(Function *Caller, Metadata *TypeId, argument
248 auto *TypeId = cast<MetadataAsValue>(TypeIdValue)->getMetadata(); local
H A DWholeProgramDevirt.cpp1731 Metadata *TypeId = local
1801 Metadata *TypeId = cast<MetadataAsValue>(TypeIdValue)->getMetadata(); local
1868 auto *TypeId = dyn_cast<MDString>(Slot.TypeID); local
[all...]
H A DLowerTypeTests.cpp695 static bool isKnownTypeIdMember(Metadata *TypeId, const DataLayout &DL, argument
560 buildBitSet( Metadata *TypeId, const DenseMap<GlobalTypeMember *, uint64_t> &GlobalLayout) argument
736 lowerTypeTestCall(Metadata *TypeId, CallInst *CI, const TypeIdLowering &TIL) argument
911 exportTypeId(StringRef TypeId, const TypeIdLowering &TIL) argument
962 importTypeId(StringRef TypeId) argument
2049 auto TypeId = TypeIdMDVal->getMetadata(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp565 StringRef TypeId = getTok().getIdentifier(); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTF.h220 uint32_t TypeId; ///< Type id referring to .BTF type section member in struct:llvm::BTF::BPFFuncInfo
H A DBTFDebug.h217 uint32_t TypeId; ///< Type id referring to .BTF type section member in struct:llvm::BTFFuncInfo
[all...]
H A DBTFDebug.cpp334 BTFKindVar::BTFKindVar(StringRef VarName, uint32_t TypeId, uint32_t VarInfo) argument
410 void BTFDebug::visitBasicType(const DIBasicType *BTy, uint32_t &TypeId) { argument
480 void BTFDebug::visitArrayType(const DICompositeType *CTy, uint32_t &TypeId) { argument
427 visitSubroutineType( const DISubroutineType *STy, bool ForSubprog, const std::unordered_map<uint32_t, StringRef> &FuncArgNames, uint32_t &TypeId) argument
453 visitStructType(const DICompositeType *CTy, bool IsStruct, uint32_t &TypeId) argument
519 visitEnumType(const DICompositeType *CTy, uint32_t &TypeId) argument
531 visitFwdDeclType(const DICompositeType *CTy, bool IsUnion, uint32_t &TypeId) argument
538 visitCompositeType(const DICompositeType *CTy, uint32_t &TypeId) argument
554 visitDerivedType(const DIDerivedType *DTy, uint32_t &TypeId, bool CheckPointer, bool SeenPointer) argument
604 visitTypeEntry(const DIType *Ty, uint32_t &TypeId, bool CheckPointer, bool SeenPointer) argument
657 uint32_t TypeId; local
661 visitMapDefType(const DIType *Ty, uint32_t &TypeId) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp171 auto *TypeId = dyn_cast<MDString>(TypeMDVal->getMetadata()); local
202 auto *TypeId = dyn_cast<MDString>(TypeMDVal->getMetadata()); local
/freebsd-13-stable/contrib/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h417 typedef const void* TypeId; typedef in namespace:testing::internal
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1412 TypeIdSummary &getOrInsertTypeIdSummary(StringRef TypeId) { argument
1432 TypeIdSummary *getTypeIdSummary(StringRef TypeId) { argument
1446 getOrInsertTypeIdCompatibleVtableSummary(StringRef TypeId) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGClass.cpp2671 llvm::Value *TypeId = local
2780 llvm::Value *TypeId = llvm::MetadataAsValue::get(getLLVMContext(), MD); local
2837 llvm::Value *TypeId = llvm::MetadataAsValue::get(CGM.getLLVMContext(), MD); local
H A DItaniumCXXABI.cpp707 llvm::Value *TypeId = nullptr; local
817 llvm::Value *TypeId = local
H A DCGExpr.cpp5095 llvm::Value *TypeId = llvm::MetadataAsValue::get(getLLVMContext(), MD); local
3251 EmitCfiSlowPathCheck( SanitizerMask Kind, llvm::Value *Cond, llvm::ConstantInt *TypeId, llvm::Value *Ptr, ArrayRef<llvm::Constant *> StaticArgs) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5809 TypeIdSummary &TypeId = TheIndex.getOrInsertTypeIdSummary( local
5789 parseWholeProgramDevirtResolution(ArrayRef<uint64_t> Record, StringRef Strtab, size_t &Slot, TypeIdSummary &TypeId) argument
5859 parseTypeIdCompatibleVtableInfo( ArrayRef<uint64_t> Record, size_t &Slot, TypeIdCompatibleVtableInfo &TypeId) argument
5870 TypeIdCompatibleVtableInfo &TypeId = local
[all...]

Completed in 319 milliseconds