/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
H A D | CrossDSOCFI.cpp | 89 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 D | GlobalDCE.cpp | 205 void GlobalDCEPass::ScanVTableLoad(Function *Caller, Metadata *TypeId, in ScanVTableLoad() 248 auto *TypeId = cast<MetadataAsValue>(TypeIdValue)->getMetadata(); in ScanTypeCheckedLoadIntrinsics() local
|
H A D | LowerTypeTests.cpp | 560 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 D | WholeProgramDevirt.cpp | 1786 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 D | BTFDebug.cpp | 335 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 D | BTFDebug.h | 230 uint32_t TypeId; ///< Type id referring to .BTF type section member
|
H A D | BTF.h | 220 uint32_t TypeId; ///< Type id referring to .BTF type section member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | Any.h | 32 template <typename T> struct TypeId { static const char Id; }; struct
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
H A D | PrettyFunctionDumper.cpp | 229 uint32_t TypeId = Symbol.getTypeId(); in dump() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
H A D | ModuleSummaryAnalysis.cpp | 170 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 D | UDTLayout.cpp | 36 uint32_t TypeId = RawSymbol.getTypeId(); in getSymbolType() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/unittest/googletest/include/gtest/internal/ |
H A D | gtest-internal.h | 405 typedef const void* TypeId; typedef
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
H A D | COFFAsmParser.cpp | 567 StringRef TypeId = getTok().getIdentifier(); in parseCOMDATType() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGClass.cpp | 2678 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 D | ItaniumCXXABI.cpp | 711 llvm::Value *TypeId = nullptr; in EmitLoadOfMemberFunctionPointer() local 822 llvm::Value *TypeId = in EmitLoadOfMemberFunctionPointer() local
|
H A D | CGExpr.cpp | 3310 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 D | BitcodeReader.cpp | 6047 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 D | Metadata.cpp | 1459 Metadata *TypeId = MD.second->getOperand(1); in copyMetadata() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 585 if (MDString *TypeId = CTy->getRawIdentifier()) in createTypeDIE() local
|