/freebsd-src/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() argument 692 static bool isKnownTypeIdMember(Metadata *TypeId, const DataLayout &DL, in isKnownTypeIdMember() argument 733 lowerTypeTestCall(Metadata * TypeId,CallInst * CI,const TypeIdLowering & TIL) lowerTypeTestCall() argument 908 exportTypeId(StringRef TypeId,const TypeIdLowering & TIL) exportTypeId() argument 959 importTypeId(StringRef TypeId) importTypeId() argument 2215 __anon939db9b50a02(Metadata *TypeId) lower() argument 2257 auto TypeId = TypeIdMDVal->getMetadata(); lower() local 2303 if (auto *TypeId = dyn_cast<MDString>(P.first)) lower() local [all...] |
H A D | WholeProgramDevirt.cpp | 1980 Metadata *TypeId = scanTypeTestUsers() local 2047 Metadata *TypeId = cast<MetadataAsValue>(TypeIdValue)->getMetadata(); scanTypeCheckedLoadUsers() local 2125 auto *TypeId = dyn_cast<MDString>(Slot.TypeID); importResolution() local 2312 if (auto *TypeId = dyn_cast<MDString>(P.first)) run() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | Any.h | 36 template <typename T> struct TypeId { static char Id; }; struct
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BTFDebug.cpp | 390 BTFKindVar(StringRef VarName,uint32_t TypeId,uint32_t VarInfo) BTFKindVar() argument 530 visitBasicType(const DIBasicType * BTy,uint32_t & TypeId) visitBasicType() argument 560 visitSubroutineType(const DISubroutineType * STy,bool ForSubprog,const std::unordered_map<uint32_t,StringRef> & FuncArgNames,uint32_t & TypeId) visitSubroutineType() argument 662 visitStructType(const DICompositeType * CTy,bool IsStruct,uint32_t & TypeId) visitStructType() argument 696 visitArrayType(const DICompositeType * CTy,uint32_t & TypeId) visitArrayType() argument 735 visitEnumType(const DICompositeType * CTy,uint32_t & TypeId) visitEnumType() argument 765 visitFwdDeclType(const DICompositeType * CTy,bool IsUnion,uint32_t & TypeId) visitFwdDeclType() argument 772 visitCompositeType(const DICompositeType * CTy,uint32_t & TypeId) visitCompositeType() argument 798 visitDerivedType(const DIDerivedType * DTy,uint32_t & TypeId,bool CheckPointer,bool SeenPointer) visitDerivedType() argument 861 visitTypeEntry(const DIType * Ty,uint32_t & TypeId,bool CheckPointer,bool SeenPointer) visitTypeEntry() argument 935 uint32_t TypeId; visitTypeEntry() local 939 visitMapDefType(const DIType * Ty,uint32_t & TypeId) visitMapDefType() argument [all...] |
H A D | BTFDebug.h | 268 uint32_t TypeId; ///< Type id referring to .BTF type section member [all...] |
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | PrettyFunctionDumper.cpp | 232 uint32_t TypeId = Symbol.getTypeId(); in dump() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | ModuleSummaryAnalysis.cpp | 186 auto *TypeId = dyn_cast<MDString>(TypeMDVal->getMetadata()); addIntrinsicToSummary() local 214 auto *TypeId = dyn_cast<MDString>(TypeMDVal->getMetadata()); addIntrinsicToSummary() local 727 if (auto *TypeId = dyn_cast<MDString>(TypeID)) recordTypeIdCompatibleVtableReferences() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
H A D | UDTLayout.cpp | 39 uint32_t TypeId = RawSymbol.getTypeId(); in getSymbolType() local
|
/freebsd-src/contrib/googletest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 401 typedef const void* TypeId; global() typedef
|
/freebsd-src/contrib/llvm-project/llvm/lib/MC/MCParser/ |
H A D | COFFAsmParser.cpp | 602 StringRef TypeId = getTok().getIdentifier(); parseCOMDATType() local
|
/freebsd-src/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-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 2729 llvm::Value *TypeId = EmitTypeMetadataCodeForVCall() local 2842 llvm::Value *TypeId = llvm::MetadataAsValue::get(getLLVMContext(), MD); EmitVTablePtrCheck() local 2899 llvm::Value *TypeId = llvm::MetadataAsValue::get(CGM.getLLVMContext(), MD); EmitVTableTypeCheckedLoad() local
|
H A D | ItaniumCXXABI.cpp | 706 llvm::Value *TypeId = nullptr; EmitLoadOfMemberFunctionPointer() local 816 llvm::Value *TypeId = EmitLoadOfMemberFunctionPointer() local
|
H A D | CGExpr.cpp | 3635 EmitCfiSlowPathCheck(SanitizerMask Kind,llvm::Value * Cond,llvm::ConstantInt * TypeId,llvm::Value * Ptr,ArrayRef<llvm::Constant * > StaticArgs) EmitCfiSlowPathCheck() argument 5816 llvm::Value *TypeId = llvm::MetadataAsValue::get(getLLVMContext(), MD); EmitCall() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeReader.cpp | 7103 parseWholeProgramDevirtResolution(ArrayRef<uint64_t> Record,StringRef Strtab,size_t & Slot,TypeIdSummary & TypeId) parseWholeProgramDevirtResolution() argument 7121 TypeIdSummary &TypeId = TheIndex.getOrInsertTypeIdSummary( parseTypeIdSummaryRecord() local 7173 parseTypeIdCompatibleVtableInfo(ArrayRef<uint64_t> Record,size_t & Slot,TypeIdCompatibleVtableInfo & TypeId) parseTypeIdCompatibleVtableInfo() argument 7182 TypeIdCompatibleVtableInfo &TypeId = parseTypeIdCompatibleVtableSummaryRecord() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 592 DD->addDwarfTypeUnitType(getCU(), TypeId->getString(), TyDIE, CTy); in createTypeDIE() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Metadata.cpp | 1755 Metadata *TypeId = MD.second->getOperand(1); copyMetadata() local
|