Home
last modified time | relevance | path

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

/third_party/rust/crates/cxx/macro/src/
H A Dlib.rs88 struct TypeId { in type_id() structure names
/third_party/skia/third_party/externals/abseil-cpp/absl/flags/internal/
H A Dprivate_handle_accessor.cc30 FlagFastTypeId PrivateHandleAccessor::TypeId(const CommandLineFlag& flag) { in TypeId() function in absl::flags_internal::PrivateHandleAccessor
H A Dflag.cc269 FlagFastTypeId FlagImpl::TypeId() const { in TypeId() function in absl::flags_internal::FlagImpl
/third_party/rust/crates/bindgen/bindgen/codegen/
H A Dserialize.rs
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A DAny.h27 template <typename T> struct TypeId { static const char Id; }; struct in llvm::Any
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
H A DUDTLayout.cpp36 uint32_t TypeId = RawSymbol.getTypeId(); in getSymbolType() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
H A DGlobalDCE.cpp205 void GlobalDCEPass::ScanVTableLoad(Function *Caller, Metadata *TypeId, in ScanVTableLoad() argument
248 auto *TypeId = cast<MetadataAsValue>(TypeIdValue)->getMetadata(); in ScanTypeCheckedLoadIntrinsics() local
H A DWholeProgramDevirt.cpp1587 Metadata *TypeId = in scanTypeTestUsers() local
1625 Metadata *TypeId = cast<MetadataAsValue>(TypeIdValue)->getMetadata(); in scanTypeCheckedLoadUsers() local
1692 auto *TypeId = dyn_cast<MDString>(Slot.TypeID); in importResolution() local
[all...]
H A DLowerTypeTests.cpp688 static bool isKnownTypeIdMember(Metadata *TypeId, const DataLayout &DL, in isKnownTypeIdMember() argument
553 buildBitSet( Metadata *TypeId, const DenseMap<GlobalTypeMember *, uint64_t> &GlobalLayout) buildBitSet() argument
729 lowerTypeTestCall(Metadata *TypeId, CallInst *CI, const TypeIdLowering &TIL) lowerTypeTestCall() argument
902 exportTypeId(StringRef TypeId, const TypeIdLowering &TIL) exportTypeId() argument
953 importTypeId(StringRef TypeId) importTypeId() argument
2006 auto TypeId = TypeIdMDVal->getMetadata(); lower() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
H A DCOFFAsmParser.cpp559 StringRef TypeId = getTok().getIdentifier(); in parseCOMDATType() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
H A DBTF.h220 uint32_t TypeId; ///< Type id referring to .BTF type section member
H A DBTFDebug.h215 uint32_t TypeId; ///< Type id referring to .BTF type section member
[all...]
H A DBTFDebug.cpp329 BTFKindVar::BTFKindVar(StringRef VarName, uint32_t TypeId, uint32_t VarInfo) in BTFKindVar() argument
405 void BTFDebug::visitBasicType(const DIBasicType *BTy, uint32_t &TypeId) { in visitBasicType() argument
475 void BTFDebug::visitArrayType(const DICompositeType *CTy, uint32_t &TypeId) { in visitArrayType() argument
422 visitSubroutineType( const DISubroutineType *STy, bool ForSubprog, const std::unordered_map<uint32_t, StringRef> &FuncArgNames, uint32_t &TypeId) visitSubroutineType() argument
448 visitStructType(const DICompositeType *CTy, bool IsStruct, uint32_t &TypeId) visitStructType() argument
514 visitEnumType(const DICompositeType *CTy, uint32_t &TypeId) visitEnumType() argument
526 visitFwdDeclType(const DICompositeType *CTy, bool IsUnion, uint32_t &TypeId) visitFwdDeclType() argument
533 visitCompositeType(const DICompositeType *CTy, uint32_t &TypeId) visitCompositeType() argument
549 visitDerivedType(const DIDerivedType *DTy, uint32_t &TypeId, bool CheckPointer, bool SeenPointer) visitDerivedType() argument
599 visitTypeEntry(const DIType *Ty, uint32_t &TypeId, bool CheckPointer, bool SeenPointer) visitTypeEntry() argument
620 uint32_t TypeId; visitTypeEntry() local
624 visitMapDefType(const DIType *Ty, uint32_t &TypeId) visitMapDefType() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DModuleSummaryAnalysis.cpp171 auto *TypeId = dyn_cast<MDString>(TypeMDVal->getMetadata()); in addIntrinsicToSummary() local
202 auto *TypeId = dyn_cast<MDString>(TypeMDVal->getMetadata()); in addIntrinsicToSummary() local
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h415 typedef const void* TypeId; typedef
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-internal.h405 typedef const void* TypeId; typedef
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-internal.h400 typedef const void* TypeId; typedef
/third_party/node/deps/v8/src/torque/
H A Dearley-parser.h43 enum class ParseResultHolderBase::TypeId { class in v8::internal::torque::ParseResultHolderBase
/third_party/rust/crates/bindgen/bindgen/ir/
H A Dcontext.rs116 pub struct TypeId(ItemId) structure names
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h1307 TypeIdSummary &getOrInsertTypeIdSummary(StringRef TypeId) { in getOrInsertTypeIdSummary() argument
1327 TypeIdSummary *getTypeIdSummary(StringRef TypeId) { in getTypeIdSummary() argument
1342 getOrInsertTypeIdCompatibleVtableSummary(StringRef TypeId) getOrInsertTypeIdCompatibleVtableSummary() argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5710 TypeIdSummary &TypeId = TheIndex.getOrInsertTypeIdSummary( in parseTypeIdSummaryRecord() local
5690 parseWholeProgramDevirtResolution(ArrayRef<uint64_t> Record, StringRef Strtab, size_t &Slot, TypeIdSummary &TypeId) parseWholeProgramDevirtResolution() argument
5725 parseTypeIdCompatibleVtableInfo( ArrayRef<uint64_t> Record, size_t &Slot, TypeIdCompatibleVtableInfo &TypeId) parseTypeIdCompatibleVtableInfo() argument
5736 TypeIdCompatibleVtableInfo &TypeId = parseTypeIdCompatibleVtableSummaryRecord() local
[all...]

Completed in 46 milliseconds