Home
last modified time | relevance | path

Searched defs:TypeId (Results 1 – 19 of 19) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DCrossDSOCFI.cpp89 if (ConstantInt *TypeId = extractNumericTypeId(Type)) in buildCFICheck() local
98 if (ConstantInt *TypeId = in buildCFICheck() local
143 for (uint64_t TypeId : TypeIds) { in buildCFICheck() local
H A DGlobalDCE.cpp205 void GlobalDCEPass::ScanVTableLoad(Function *Caller, Metadata *TypeId, in ScanVTableLoad()
248 auto *TypeId = cast<MetadataAsValue>(TypeIdValue)->getMetadata(); in ScanTypeCheckedLoadIntrinsics() local
H A DLowerTypeTests.cpp560 Metadata *TypeId, in buildBitSet()
694 static bool isKnownTypeIdMember(Metadata *TypeId, const DataLayout &DL, in isKnownTypeIdMember()
735 Value *LowerTypeTestsModule::lowerTypeTestCall(Metadata *TypeId, CallInst *CI, in lowerTypeTestCall()
910 uint8_t *LowerTypeTestsModule::exportTypeId(StringRef TypeId, in exportTypeId()
961 LowerTypeTestsModule::importTypeId(StringRef TypeId) { in importTypeId()
2033 auto AddTypeIdUse = [&](Metadata *TypeId) -> TypeIdUserInfo & { in lower()
2075 auto TypeId = TypeIdMDVal->getMetadata(); in lower() local
2121 if (auto *TypeId = dyn_cast<MDString>(P.first)) in lower() local
H A DWholeProgramDevirt.cpp1786 Metadata *TypeId = in scanTypeTestUsers() local
1856 Metadata *TypeId = cast<MetadataAsValue>(TypeIdValue)->getMetadata(); in scanTypeCheckedLoadUsers() local
1923 auto *TypeId = dyn_cast<MDString>(Slot.TypeID); in importResolution() local
2065 if (auto *TypeId = dyn_cast<MDString>(P.first)) in run() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/BPF/
H A DBTFDebug.cpp335 BTFKindVar::BTFKindVar(StringRef VarName, uint32_t TypeId, uint32_t VarInfo) in BTFKindVar()
426 void BTFDebug::visitBasicType(const DIBasicType *BTy, uint32_t &TypeId) { in visitBasicType()
456 uint32_t &TypeId) { in visitSubroutineType()
480 uint32_t &TypeId) { in visitStructType()
506 void BTFDebug::visitArrayType(const DICompositeType *CTy, uint32_t &TypeId) { in visitArrayType()
545 void BTFDebug::visitEnumType(const DICompositeType *CTy, uint32_t &TypeId) { in visitEnumType()
558 uint32_t &TypeId) { in visitFwdDeclType()
565 uint32_t &TypeId) { in visitCompositeType()
580 void BTFDebug::visitDerivedType(const DIDerivedType *DTy, uint32_t &TypeId, in visitDerivedType()
630 void BTFDebug::visitTypeEntry(const DIType *Ty, uint32_t &TypeId, in visitTypeEntry()
[all …]
H A DBTFDebug.h230 uint32_t TypeId; ///< Type id referring to .BTF type section member
H A DBTF.h220 uint32_t TypeId; ///< Type id referring to .BTF type section member
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAny.h32 template <typename T> struct TypeId { static const char Id; }; struct
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp229 uint32_t TypeId = Symbol.getTypeId(); in dump() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp170 auto *TypeId = dyn_cast<MDString>(TypeMDVal->getMetadata()); in addIntrinsicToSummary() local
197 auto *TypeId = dyn_cast<MDString>(TypeMDVal->getMetadata()); in addIntrinsicToSummary() local
562 if (auto *TypeId = dyn_cast<MDString>(TypeID)) in recordTypeIdCompatibleVtableReferences() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp36 uint32_t TypeId = RawSymbol.getTypeId(); in getSymbolType() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-internal.h405 typedef const void* TypeId; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp567 StringRef TypeId = getTok().getIdentifier(); in parseCOMDATType() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGClass.cpp2678 llvm::Value *TypeId = in EmitTypeMetadataCodeForVCall() local
2787 llvm::Value *TypeId = llvm::MetadataAsValue::get(getLLVMContext(), MD); in EmitVTablePtrCheck() local
2844 llvm::Value *TypeId = llvm::MetadataAsValue::get(CGM.getLLVMContext(), MD); in EmitVTableTypeCheckedLoad() local
H A DItaniumCXXABI.cpp711 llvm::Value *TypeId = nullptr; in EmitLoadOfMemberFunctionPointer() local
822 llvm::Value *TypeId = in EmitLoadOfMemberFunctionPointer() local
H A DCGExpr.cpp3310 SanitizerMask Kind, llvm::Value *Cond, llvm::ConstantInt *TypeId, in EmitCfiSlowPathCheck()
5200 llvm::Value *TypeId = llvm::MetadataAsValue::get(getLLVMContext(), MD); in EmitCall() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6047 TypeIdSummary &TypeId) { in parseWholeProgramDevirtResolution()
6065 TypeIdSummary &TypeId = TheIndex.getOrInsertTypeIdSummary( in parseTypeIdSummaryRecord() local
6117 TypeIdCompatibleVtableInfo &TypeId) { in parseTypeIdCompatibleVtableInfo()
6126 TypeIdCompatibleVtableInfo &TypeId = in parseTypeIdCompatibleVtableSummaryRecord() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DMetadata.cpp1459 Metadata *TypeId = MD.second->getOperand(1); in copyMetadata() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp585 if (MDString *TypeId = CTy->getRawIdentifier()) in createTypeDIE() local