Home
last modified time | relevance | path

Searched defs:Kind (Results 1 – 25 of 623) sorted by relevance

12345678910>>...25

/external/llvm/lib/DebugInfo/CodeView/
DSymbolDumper.cpp79 void CVSymbolDumperImpl::visitSymbolBegin(SymbolKind Kind, in visitSymbolBegin()
82 void CVSymbolDumperImpl::visitSymbolEnd(SymbolKind Kind, in visitSymbolEnd()
88 void CVSymbolDumperImpl::visitBlockSym(SymbolKind Kind, BlockSym &Block) { in visitBlockSym()
104 void CVSymbolDumperImpl::visitThunk32Sym(SymbolKind Kind, Thunk32Sym &Thunk) { in visitThunk32Sym()
115 void CVSymbolDumperImpl::visitTrampolineSym(SymbolKind Kind, in visitTrampolineSym()
126 void CVSymbolDumperImpl::visitSectionSym(SymbolKind Kind, SectionSym &Section) { in visitSectionSym()
140 void CVSymbolDumperImpl::visitCoffGroupSym(SymbolKind Kind, in visitCoffGroupSym()
152 void CVSymbolDumperImpl::visitBPRelativeSym(SymbolKind Kind, in visitBPRelativeSym()
161 void CVSymbolDumperImpl::visitBuildInfoSym(SymbolKind Kind, in visitBuildInfoSym()
168 void CVSymbolDumperImpl::visitCallSiteInfoSym(SymbolKind Kind, in visitCallSiteInfoSym()
[all …]
DTypeRecord.cpp34 ErrorOr<ModifierRecord> ModifierRecord::deserialize(TypeRecordKind Kind, in deserialize()
46 ErrorOr<ProcedureRecord> ProcedureRecord::deserialize(TypeRecordKind Kind, in deserialize()
56 MemberFunctionRecord::deserialize(TypeRecordKind Kind, in deserialize()
66 MemberFuncIdRecord::deserialize(TypeRecordKind Kind, ArrayRef<uint8_t> &Data) { in deserialize()
73 ErrorOr<ArgListRecord> ArgListRecord::deserialize(TypeRecordKind Kind, in deserialize()
84 ErrorOr<PointerRecord> PointerRecord::deserialize(TypeRecordKind Kind, in deserialize()
107 NestedTypeRecord::deserialize(TypeRecordKind Kind, ArrayRef<uint8_t> &Data) { in deserialize()
114 ErrorOr<ArrayRecord> ArrayRecord::deserialize(TypeRecordKind Kind, in deserialize()
123 ErrorOr<ClassRecord> ClassRecord::deserialize(TypeRecordKind Kind, in deserialize()
145 ErrorOr<UnionRecord> UnionRecord::deserialize(TypeRecordKind Kind, in deserialize()
[all …]
DModuleSubstream.cpp19 ModuleSubstream::ModuleSubstream(ModuleSubstreamKind Kind, StreamRef Data) in ModuleSubstream()
28 ModuleSubstreamKind Kind = in initialize() local
/external/llvm/lib/Target/SystemZ/MCTargetDesc/
DSystemZMCObjectWriter.cpp40 static unsigned getAbsoluteReloc(unsigned Kind) { in getAbsoluteReloc()
51 static unsigned getPCRelReloc(unsigned Kind) { in getPCRelReloc()
63 static unsigned getTLSLEReloc(unsigned Kind) { in getTLSLEReloc()
72 static unsigned getTLSLDOReloc(unsigned Kind) { in getTLSLDOReloc()
81 static unsigned getTLSLDMReloc(unsigned Kind) { in getTLSLDMReloc()
91 static unsigned getTLSGDReloc(unsigned Kind) { in getTLSGDReloc()
101 static unsigned getPLTReloc(unsigned Kind) { in getPLTReloc()
114 unsigned Kind = Fixup.getKind(); in getRelocType() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafety.h82 virtual void handleInvalidLockExp(StringRef Kind, SourceLocation Loc) {} in handleInvalidLockExp()
90 virtual void handleUnmatchedUnlock(StringRef Kind, Name LockName, in handleUnmatchedUnlock()
102 virtual void handleIncorrectUnlockKind(StringRef Kind, Name LockName, in handleIncorrectUnlockKind()
111 virtual void handleDoubleLock(StringRef Kind, Name LockName, in handleDoubleLock()
127 virtual void handleMutexHeldEndOfScope(StringRef Kind, Name LockName, in handleMutexHeldEndOfScope()
140 virtual void handleExclusiveAndShared(StringRef Kind, Name LockName, in handleExclusiveAndShared()
150 virtual void handleNoMutexHeld(StringRef Kind, const NamedDecl *D, in handleNoMutexHeld()
175 virtual void handleNegativeNotHeld(StringRef Kind, Name LockName, Name Neg, in handleNegativeNotHeld()
185 virtual void handleFunExcludesLock(StringRef Kind, Name FunName, in handleFunExcludesLock()
190 virtual void handleLockAcquiredBefore(StringRef Kind, Name L1Name, in handleLockAcquiredBefore()
/external/swiftshader/third_party/LLVM/lib/Support/
DTriple.cpp16 const char *Triple::getArchTypeName(ArchType Kind) { in getArchTypeName()
50 const char *Triple::getArchTypePrefix(ArchType Kind) { in getArchTypePrefix()
84 const char *Triple::getVendorTypeName(VendorType Kind) { in getVendorTypeName()
96 const char *Triple::getOSTypeName(OSType Kind) { in getOSTypeName()
125 const char *Triple::getEnvironmentTypeName(EnvironmentType Kind) { in getEnvironmentTypeName()
626 void Triple::setArch(ArchType Kind) { in setArch()
630 void Triple::setVendor(VendorType Kind) { in setVendor()
634 void Triple::setOS(OSType Kind) { in setOS()
638 void Triple::setEnvironment(EnvironmentType Kind) { in setEnvironment()
/external/llvm/include/llvm/MC/
DMCLinkerOptimizationHint.h48 static inline bool isValidMCLOHType(unsigned Kind) { in isValidMCLOHType()
66 static inline StringRef MCLOHIdToName(MCLOHType Kind) { in MCLOHIdToName()
81 static inline int MCLOHIdToNbArgs(MCLOHType Kind) { in MCLOHIdToNbArgs()
101 MCLOHType Kind; variable
115 MCLOHDirective(MCLOHType Kind, const LOHArgs &Args) in MCLOHDirective()
153 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) { in addDirective()
/external/clang/lib/Basic/
DTokenKinds.cpp25 const char *tok::getTokenName(TokenKind Kind) { in getTokenName()
32 const char *tok::getPunctuatorSpelling(TokenKind Kind) { in getPunctuatorSpelling()
41 const char *tok::getKeywordSpelling(TokenKind Kind) { in getKeywordSpelling()
DOpenMPKinds.cpp31 const char *clang::getOpenMPDirectiveName(OpenMPDirectiveKind Kind) { in getOpenMPDirectiveName()
62 const char *clang::getOpenMPClauseName(OpenMPClauseKind Kind) { in getOpenMPClauseName()
79 unsigned clang::getOpenMPSimpleClauseType(OpenMPClauseKind Kind, in getOpenMPSimpleClauseType()
174 const char *clang::getOpenMPSimpleClauseTypeName(OpenMPClauseKind Kind, in getOpenMPSimpleClauseTypeName()
692 bool clang::isOpenMPDistributeDirective(OpenMPDirectiveKind Kind) { in isOpenMPDistributeDirective()
699 bool clang::isOpenMPPrivate(OpenMPClauseKind Kind) { in isOpenMPPrivate()
705 bool clang::isOpenMPThreadPrivate(OpenMPClauseKind Kind) { in isOpenMPThreadPrivate()
709 bool clang::isOpenMPTaskingDirective(OpenMPDirectiveKind Kind) { in isOpenMPTaskingDirective()
713 bool clang::isOpenMPLoopBoundSharingDirective(OpenMPDirectiveKind Kind) { in isOpenMPLoopBoundSharingDirective()
/external/llvm/lib/IR/
DAttributeImpl.h79 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile()
84 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile()
102 Attribute::AttrKind Kind; variable
105 EnumAttributeImpl(AttrEntryKind ID, Attribute::AttrKind Kind) in EnumAttributeImpl()
109 EnumAttributeImpl(Attribute::AttrKind Kind) in EnumAttributeImpl()
120 IntAttributeImpl(Attribute::AttrKind Kind, uint64_t Val) in IntAttributeImpl()
134 std::string Kind; variable
183 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute()
309 bool hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DTriple.cpp20 StringRef Triple::getArchTypeName(ArchType Kind) { in getArchTypeName()
77 StringRef Triple::getArchTypePrefix(ArchType Kind) { in getArchTypePrefix()
146 StringRef Triple::getVendorTypeName(VendorType Kind) { in getVendorTypeName()
169 StringRef Triple::getOSTypeName(OSType Kind) { in getOSTypeName()
208 StringRef Triple::getEnvironmentTypeName(EnvironmentType Kind) { in getEnvironmentTypeName()
578 static StringRef getObjectFormatTypeName(Triple::ObjectFormatType Kind) { in getObjectFormatTypeName()
1080 void Triple::setArch(ArchType Kind) { in setArch()
1084 void Triple::setVendor(VendorType Kind) { in setVendor()
1088 void Triple::setOS(OSType Kind) { in setOS()
1092 void Triple::setEnvironment(EnvironmentType Kind) { in setEnvironment()
[all …]
/external/llvm/lib/Support/
DTriple.cpp20 const char *Triple::getArchTypeName(ArchType Kind) { in getArchTypeName()
74 const char *Triple::getArchTypePrefix(ArchType Kind) { in getArchTypePrefix()
140 const char *Triple::getVendorTypeName(VendorType Kind) { in getVendorTypeName()
163 const char *Triple::getOSTypeName(OSType Kind) { in getOSTypeName()
200 const char *Triple::getEnvironmentTypeName(EnvironmentType Kind) { in getEnvironmentTypeName()
556 static const char *getObjectFormatTypeName(Triple::ObjectFormatType Kind) { in getObjectFormatTypeName()
1055 void Triple::setArch(ArchType Kind) { in setArch()
1059 void Triple::setVendor(VendorType Kind) { in setVendor()
1063 void Triple::setOS(OSType Kind) { in setOS()
1067 void Triple::setEnvironment(EnvironmentType Kind) { in setEnvironment()
[all …]
/external/llvm/include/llvm/IR/
DArgument.h129 void addAttr(Attribute::AttrKind Kind) { in addAttr()
136 void removeAttr(Attribute::AttrKind Kind) { in removeAttr()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DArgument.h129 void addAttr(Attribute::AttrKind Kind) { in addAttr()
136 void removeAttr(Attribute::AttrKind Kind) { in removeAttr()
DFunction.h178 void addFnAttr(Attribute::AttrKind Kind) { in addFnAttr()
193 void removeFnAttr(Attribute::AttrKind Kind) { in removeFnAttr()
198 void removeFnAttr(StringRef Kind) { in removeFnAttr()
222 bool hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute()
225 bool hasFnAttribute(StringRef Kind) const { in hasFnAttribute()
230 Attribute getFnAttribute(Attribute::AttrKind Kind) const { in getFnAttribute()
233 Attribute getFnAttribute(StringRef Kind) const { in getFnAttribute()
272 bool hasAttribute(unsigned i, Attribute::AttrKind Kind) const { in hasAttribute()
276 Attribute getAttribute(unsigned i, Attribute::AttrKind Kind) const { in getAttribute()
280 Attribute getAttribute(unsigned i, StringRef Kind) const { in getAttribute()
/external/llvm/lib/Target/XCore/
DXCoreTargetObjectFile.cpp100 SectionKind Kind, Mangler &Mang, in getExplicitSectionGlobal()
113 SectionKind Kind, Mangler &Mang, in SelectSectionForGlobal()
149 SectionKind Kind, in getSectionForConstant()
/external/llvm/lib/Target/Sparc/MCTargetDesc/
DSparcMCExpr.cpp28 SparcMCExpr::create(VariantKind Kind, const MCExpr *Expr, in create()
44 bool SparcMCExpr::printVariantKind(raw_ostream &OS, VariantKind Kind) in printVariantKind()
122 Sparc::Fixups SparcMCExpr::getFixupKind(SparcMCExpr::VariantKind Kind) { in getFixupKind()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp175 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind, in getExplicitSectionGlobal()
189 static const char *getSectionPrefixForGlobal(SectionKind Kind) { in getSectionPrefixForGlobal()
207 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, in SelectSectionForGlobal()
350 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind, in getExplicitSectionGlobal()
391 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, in SelectSectionForGlobal()
585 getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind, in getExplicitSectionGlobal()
592 static const char *getCOFFSectionPrefixForUniqueGlobal(SectionKind Kind) { in getCOFFSectionPrefixForUniqueGlobal()
604 SelectSectionForGlobal(const GlobalValue *GV, SectionKind Kind, in SelectSectionForGlobal()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVFunction.h58 void addAttr(SPIRVFuncParamAttrKind Kind) { in addAttr()
62 bool hasAttr(SPIRVFuncParamAttrKind Kind) const { in hasAttr()
/external/llvm/lib/Target/AArch64/MCTargetDesc/
DAArch64MCExpr.h106 const VariantKind Kind; variable
108 explicit AArch64MCExpr(const MCExpr *Expr, VariantKind Kind) in AArch64MCExpr()
132 static VariantKind getSymbolLoc(VariantKind Kind) { in getSymbolLoc()
136 static VariantKind getAddressFrag(VariantKind Kind) { in getAddressFrag()
140 static bool isNotChecked(VariantKind Kind) { return Kind & VK_NC; } in isNotChecked()
/external/v8/tools/clang/blink_gc_plugin/
DEdge.h115 LivenessKind Kind() override { return kStrong; } in Kind() function
147 LivenessKind Kind() { return kWeak; } in Kind() function
163 LivenessKind Kind() { return kStrong; } in Kind() function
175 LivenessKind Kind() { return kStrong; } in Kind() function
187 LivenessKind Kind() { return kStrong; } in Kind() function
199 LivenessKind Kind() { return kStrong; } in Kind() function
211 LivenessKind Kind() { return kWeak; } in Kind() function
222 LivenessKind Kind() { return kRoot; } in Kind() function
233 LivenessKind Kind() { return kRoot; } in Kind() function
257 LivenessKind Kind() { return is_root_ ? kRoot : kStrong; } in Kind() function
[all …]
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp48 static X86_64RelType getType64(unsigned Kind, in getType64()
94 unsigned Kind) { in getRelocType64()
217 unsigned Kind) { in getRelocType32()
287 unsigned Kind = Fixup.getKind(); in getRelocType() local
/external/llvm/lib/Target/NVPTX/
DNVPTXTargetObjectFile.h88 MCSection *getSectionForConstant(const DataLayout &DL, SectionKind Kind, in getSectionForConstant()
94 MCSection *getExplicitSectionGlobal(const GlobalValue *GV, SectionKind Kind, in getExplicitSectionGlobal()
/external/llvm/include/llvm/DebugInfo/CodeView/
DSymbolRecord.h33 explicit SymbolRecord(SymbolRecordKind Kind) : Kind(Kind) {} in SymbolRecord()
60 ProcSym(SymbolRecordKind Kind, uint32_t RecordOffset, const Hdr *H, in ProcSym()
65 static ErrorOr<ProcSym> deserialize(SymbolRecordKind Kind, in deserialize()
99 Thunk32Sym(SymbolRecordKind Kind, uint32_t RecordOffset, const Hdr *H, in Thunk32Sym()
104 static ErrorOr<Thunk32Sym> deserialize(SymbolRecordKind Kind, in deserialize()
134 TrampolineSym(SymbolRecordKind Kind, uint32_t RecordOffset, const Hdr *H) in TrampolineSym()
137 static ErrorOr<TrampolineSym> deserialize(SymbolRecordKind Kind, in deserialize()
164 SectionSym(SymbolRecordKind Kind, uint32_t RecordOffset, const Hdr *H, in SectionSym()
169 static ErrorOr<SectionSym> deserialize(SymbolRecordKind Kind, in deserialize()
196 CoffGroupSym(SymbolRecordKind Kind, uint32_t RecordOffset, const Hdr *H, in CoffGroupSym()
[all …]
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DValueHandle.h60 explicit ValueHandleBase(HandleBaseKind Kind) in ValueHandleBase()
62 ValueHandleBase(HandleBaseKind Kind, Value *V) in ValueHandleBase()
67 ValueHandleBase(HandleBaseKind Kind, const ValueHandleBase &RHS) in ValueHandleBase()

12345678910>>...25