| /external/llvm/lib/DebugInfo/CodeView/ |
| D | SymbolDumper.cpp | 79 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 …]
|
| D | TypeRecord.cpp | 34 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 …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| D | SystemZMCObjectWriter.cpp | 44 static unsigned getAbsoluteReloc(unsigned Kind) { in getAbsoluteReloc() 55 static unsigned getPCRelReloc(unsigned Kind) { in getPCRelReloc() 69 static unsigned getTLSLEReloc(unsigned Kind) { in getTLSLEReloc() 78 static unsigned getTLSLDOReloc(unsigned Kind) { in getTLSLDOReloc() 87 static unsigned getTLSLDMReloc(unsigned Kind) { in getTLSLDMReloc() 97 static unsigned getTLSGDReloc(unsigned Kind) { in getTLSGDReloc() 107 static unsigned getPLTReloc(unsigned Kind) { in getPLTReloc() 122 unsigned Kind = Fixup.getKind(); in getRelocType() local
|
| /external/llvm/lib/Target/SystemZ/MCTargetDesc/ |
| D | SystemZMCObjectWriter.cpp | 40 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/ |
| D | ThreadSafety.h | 82 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-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
| D | SymbolRecord.h | 32 explicit SymbolRecord(SymbolRecordKind Kind) : Kind(Kind) {} in SymbolRecord() 37 SymbolRecordKind Kind; variable 46 explicit ProcSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in ProcSym() 47 ProcSym(SymbolRecordKind Kind, uint32_t RecordOffset) in ProcSym() 72 explicit Thunk32Sym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in Thunk32Sym() 73 Thunk32Sym(SymbolRecordKind Kind, uint32_t RecordOffset) in Thunk32Sym() 92 explicit TrampolineSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in TrampolineSym() 93 TrampolineSym(SymbolRecordKind Kind, uint32_t RecordOffset) in TrampolineSym() 109 explicit SectionSym(SymbolRecordKind Kind) : SymbolRecord(Kind) {} in SectionSym() 110 SectionSym(SymbolRecordKind Kind, uint32_t RecordOffset) in SectionSym() [all …]
|
| D | TypeRecord.h | 40 TypeLeafKind Kind; member 122 explicit TypeRecord(TypeRecordKind Kind) : Kind(Kind) {} in TypeRecord() 127 TypeRecordKind Kind; variable 134 explicit ModifierRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ModifierRecord() 150 explicit ProcedureRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ProcedureRecord() 175 explicit MemberFunctionRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in MemberFunctionRecord() 210 explicit LabelRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in LabelRecord() 221 explicit MemberFuncIdRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in MemberFuncIdRecord() 240 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} in ArgListRecord() 242 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices) in ArgListRecord() [all …]
|
| D | DebugSubsection.h | 22 explicit DebugSubsectionRef(DebugSubsectionKind Kind) : Kind(Kind) {} in DebugSubsectionRef() 35 explicit DebugSubsection(DebugSubsectionKind Kind) : Kind(Kind) {} in DebugSubsection()
|
| D | DebugSubsectionRecord.h | 32 support::ulittle32_t Kind; // codeview::DebugSubsectionKind enum member 51 DebugSubsectionKind Kind = DebugSubsectionKind::None; variable
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
| D | AttributeImpl.h | 82 static void Profile(FoldingSetNodeID &ID, Attribute::AttrKind Kind, in Profile() 88 static void Profile(FoldingSetNodeID &ID, StringRef Kind, StringRef Values) { in Profile() 104 Attribute::AttrKind Kind; variable 107 EnumAttributeImpl(AttrEntryKind ID, Attribute::AttrKind Kind) in EnumAttributeImpl() 111 EnumAttributeImpl(Attribute::AttrKind Kind) in EnumAttributeImpl() 123 IntAttributeImpl(Attribute::AttrKind Kind, uint64_t Val) in IntAttributeImpl() 138 std::string Kind; variable 178 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() 244 bool hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute()
|
| /external/swiftshader/third_party/LLVM/lib/Support/ |
| D | Triple.cpp | 16 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
| D | MCLinkerOptimizationHint.h | 49 static inline bool isValidMCLOHType(unsigned Kind) { in isValidMCLOHType() 67 static inline StringRef MCLOHIdToName(MCLOHType Kind) { in MCLOHIdToName() 82 static inline int MCLOHIdToNbArgs(MCLOHType Kind) { in MCLOHIdToNbArgs() 102 MCLOHType Kind; variable 116 MCLOHDirective(MCLOHType Kind, const LOHArgs &Args) in MCLOHDirective() 154 void addDirective(MCLOHType Kind, const MCLOHDirective::LOHArgs &Args) { in addDirective()
|
| /external/llvm/include/llvm/MC/ |
| D | MCLinkerOptimizationHint.h | 48 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/ |
| D | TokenKinds.cpp | 25 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()
|
| /external/llvm/lib/IR/ |
| D | AttributeImpl.h | 79 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-7.0/llvm/include/llvm/IR/ |
| D | GlobalVariable.h | 189 void addAttribute(Attribute::AttrKind Kind) { in addAttribute() 199 bool hasAttribute(Attribute::AttrKind Kind) const { in hasAttribute() 204 bool hasAttribute(StringRef Kind) const { in hasAttribute() 214 Attribute getAttribute(Attribute::AttrKind Kind) const { in getAttribute() 219 Attribute getAttribute(StringRef Kind) const { in getAttribute()
|
| D | Function.h | 216 void addFnAttr(Attribute::AttrKind Kind) { in addFnAttr() 232 void removeFnAttr(Attribute::AttrKind Kind) { in removeFnAttr() 237 void removeFnAttr(StringRef Kind) { in removeFnAttr() 307 bool hasFnAttribute(Attribute::AttrKind Kind) const { in hasFnAttribute() 312 bool hasFnAttribute(StringRef Kind) const { in hasFnAttribute() 317 Attribute getFnAttribute(Attribute::AttrKind Kind) const { in getFnAttribute() 322 Attribute getFnAttribute(StringRef Kind) const { in getFnAttribute() 379 bool hasAttribute(unsigned i, Attribute::AttrKind Kind) const { in hasAttribute() 384 bool hasParamAttribute(unsigned ArgNo, Attribute::AttrKind Kind) const { in hasParamAttribute() 389 Attribute getAttribute(unsigned i, Attribute::AttrKind Kind) const { in getAttribute() [all …]
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
| D | Triple.cpp | 20 StringRef Triple::getArchTypeName(ArchType Kind) { in getArchTypeName() 79 StringRef Triple::getArchTypePrefix(ArchType Kind) { in getArchTypePrefix() 152 StringRef Triple::getVendorTypeName(VendorType Kind) { in getVendorTypeName() 177 StringRef Triple::getOSTypeName(OSType Kind) { in getOSTypeName() 217 StringRef Triple::getEnvironmentTypeName(EnvironmentType Kind) { in getEnvironmentTypeName() 608 static StringRef getObjectFormatTypeName(Triple::ObjectFormatType Kind) { in getObjectFormatTypeName() 1121 void Triple::setArch(ArchType Kind) { in setArch() 1125 void Triple::setVendor(VendorType Kind) { in setVendor() 1129 void Triple::setOS(OSType Kind) { in setOS() 1133 void Triple::setEnvironment(EnvironmentType Kind) { in setEnvironment() [all …]
|
| /external/llvm/lib/Support/ |
| D | Triple.cpp | 20 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/swiftshader/third_party/llvm-subzero/lib/Support/ |
| D | Triple.cpp | 20 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/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
| D | Function.h | 178 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()
|
| D | Argument.h | 129 void addAttr(Attribute::AttrKind Kind) { in addAttr() 136 void removeAttr(Attribute::AttrKind Kind) { in removeAttr()
|
| /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/ |
| D | XCoreTargetObjectFile.cpp | 99 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in getExplicitSectionGlobal() 110 const GlobalObject *GO, SectionKind Kind, const TargetMachine &TM) const { in SelectSectionForGlobal() 145 SectionKind Kind, in getSectionForConstant()
|
| /external/llvm/lib/Target/XCore/ |
| D | XCoreTargetObjectFile.cpp | 100 SectionKind Kind, Mangler &Mang, in getExplicitSectionGlobal() 113 SectionKind Kind, Mangler &Mang, in SelectSectionForGlobal() 149 SectionKind Kind, in getSectionForConstant()
|
| /external/llvm/include/llvm/IR/ |
| D | Argument.h | 129 void addAttr(Attribute::AttrKind Kind) { in addAttr() 136 void removeAttr(Attribute::AttrKind Kind) { in removeAttr()
|