/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | DarwinAsmParser.cpp | 220 bool parseSectionDirectiveBss(StringRef, SMLoc) { in parseSectionDirectiveBss() argument 224 bool parseSectionDirectiveConst(StringRef, SMLoc) { in parseSectionDirectiveConst() argument 228 bool parseSectionDirectiveStaticConst(StringRef, SMLoc) { in parseSectionDirectiveStaticConst() argument 232 bool parseSectionDirectiveCString(StringRef, SMLoc) { in parseSectionDirectiveCString() argument 237 bool parseSectionDirectiveLiteral4(StringRef, SMLoc) { in parseSectionDirectiveLiteral4() argument 242 bool parseSectionDirectiveLiteral8(StringRef, SMLoc) { in parseSectionDirectiveLiteral8() argument 247 bool parseSectionDirectiveLiteral16(StringRef, SMLoc) { in parseSectionDirectiveLiteral16() argument 252 bool parseSectionDirectiveConstructor(StringRef, SMLoc) { in parseSectionDirectiveConstructor() argument 256 bool parseSectionDirectiveDestructor(StringRef, SMLoc) { in parseSectionDirectiveDestructor() argument 260 bool parseSectionDirectiveFVMLibInit0(StringRef, SMLoc) { in parseSectionDirectiveFVMLibInit0() argument [all …]
|
D | COFFAsmParser.cpp | 93 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() argument 101 bool ParseSectionDirectiveData(StringRef, SMLoc) { in ParseSectionDirectiveData() argument 108 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { in ParseSectionDirectiveBSS() argument 347 bool COFFAsmParser::ParseDirectiveSection(StringRef, SMLoc) { in ParseDirectiveSection() argument 406 bool COFFAsmParser::ParseDirectiveDef(StringRef, SMLoc) { in ParseDirectiveDef() argument 420 bool COFFAsmParser::ParseDirectiveScl(StringRef, SMLoc) { in ParseDirectiveScl() argument 433 bool COFFAsmParser::ParseDirectiveType(StringRef, SMLoc) { in ParseDirectiveType() argument 446 bool COFFAsmParser::ParseDirectiveEndef(StringRef, SMLoc) { in ParseDirectiveEndef() argument 452 bool COFFAsmParser::ParseDirectiveSecRel32(StringRef, SMLoc) { in ParseDirectiveSecRel32() argument 481 bool COFFAsmParser::ParseDirectiveRVA(StringRef, SMLoc) { in ParseDirectiveRVA() argument [all …]
|
D | ELFAsmParser.cpp | 92 bool ParseSectionDirectiveData(StringRef, SMLoc) { in ParseSectionDirectiveData() argument 97 bool ParseSectionDirectiveText(StringRef, SMLoc) { in ParseSectionDirectiveText() argument 102 bool ParseSectionDirectiveBSS(StringRef, SMLoc) { in ParseSectionDirectiveBSS() argument 107 bool ParseSectionDirectiveRoData(StringRef, SMLoc) { in ParseSectionDirectiveRoData() argument 112 bool ParseSectionDirectiveTData(StringRef, SMLoc) { in ParseSectionDirectiveTData() argument 118 bool ParseSectionDirectiveTBSS(StringRef, SMLoc) { in ParseSectionDirectiveTBSS() argument 124 bool ParseSectionDirectiveDataRel(StringRef, SMLoc) { in ParseSectionDirectiveDataRel() argument 129 bool ParseSectionDirectiveDataRelRo(StringRef, SMLoc) { in ParseSectionDirectiveDataRelRo() argument 135 bool ParseSectionDirectiveEhFrame(StringRef, SMLoc) { in ParseSectionDirectiveEhFrame() argument 217 bool ELFAsmParser::ParseDirectiveSize(StringRef, SMLoc) { in ParseDirectiveSize() argument [all …]
|
D | WasmAsmParser.cpp | 88 bool parseSectionDirectiveText(StringRef, SMLoc) { in parseSectionDirectiveText() argument 106 bool parseSectionDirective(StringRef, SMLoc) { in parseSectionDirective() argument 158 bool parseDirectiveSize(StringRef, SMLoc) { in parseDirectiveSize() argument 176 bool parseDirectiveType(StringRef, SMLoc) { in parseDirectiveType() argument 205 bool ParseDirectiveIdent(StringRef, SMLoc) { in ParseDirectiveIdent() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
D | TextStubCommon.cpp | 116 QuotingType ScalarTraits<PlatformSet>::mustQuote(StringRef) { in mustQuote() argument 137 QuotingType ScalarTraits<Architecture>::mustQuote(StringRef) { in mustQuote() argument 151 QuotingType ScalarTraits<PackedVersion>::mustQuote(StringRef) { in mustQuote() argument 202 QuotingType ScalarTraits<SwiftVersion>::mustQuote(StringRef) { in mustQuote() argument 220 QuotingType ScalarTraits<UUID>::mustQuote(StringRef) { in mustQuote() argument
|
D | TextStubCommon.h | 26 LLVM_YAML_STRONG_TYPEDEF(llvm::StringRef, FlowStringRef) in LLVM_YAML_STRONG_TYPEDEF()
|
/third_party/nghttp2/src/ |
D | template.h | 389 constexpr StringRef() : base(""), len(0) {} in StringRef() function 390 explicit StringRef(const std::string &s) : base(s.c_str()), len(s.size()) {} in StringRef() function 391 explicit StringRef(const ImmutableString &s) in StringRef() function 393 explicit StringRef(const char *s) : base(s), len(strlen(s)) {} in StringRef() function 394 constexpr StringRef(const char *s, size_t n) : base(s), len(n) {} in StringRef() function 396 constexpr StringRef(const CharT *s, size_t n) in StringRef() function 399 StringRef(InputIt first, InputIt last) in StringRef() function 403 StringRef(InputIt *first, InputIt *last) in StringRef() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyTargetStreamer.h | 108 void emitImportModule(const MCSymbolWasm *, StringRef) override {} in emitImportModule() argument 109 void emitImportName(const MCSymbolWasm *, StringRef) override {} in emitImportName() argument 110 void emitExportName(const MCSymbolWasm *, StringRef) override {} in emitExportName() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | Locale.h | 5 class StringRef; variable
|
D | TrigramIndex.h | 37 class StringRef; variable
|
D | Signals.h | 20 class StringRef; variable
|
D | Process.h | 36 class StringRef; variable
|
D | Unicode.h | 18 class StringRef; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | WindowsMachineFlag.h | 18 class StringRef; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 19 class StringRef; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | Process.h | 37 class StringRef; variable
|
D | Signals.h | 21 class StringRef; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TableGen/ |
D | TableGenBackend.h | 18 class StringRef; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDKernelCodeTUtils.h | 22 class StringRef; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | TargetRegistry.cpp | 112 static int TargetArraySortFn(const std::pair<StringRef, const Target *> *LHS, in TargetArraySortFn()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeSymbolEmitter.h | 16 class StringRef; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/MCParser/ |
D | MCAsmParserUtils.h | 17 class StringRef; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/ADT/ |
D | StringRef.h | 28 class StringRef; variable 82 /*implicit*/ StringRef(const char *Str) in StringRef() function 87 /*implicit*/ constexpr StringRef(const char *data, size_t length) in StringRef() function 92 /*implicit*/ StringRef(const std::string &Str) in StringRef() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IRReader/ |
D | IRReader.h | 22 class StringRef; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/ELF/ |
D | TBEHandler.h | 26 class StringRef; variable
|