/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFUnitIndex.cpp | 193 while (Rows[H].getSignature() != S && Rows[H].getSignature() != 0) in getFromHash() 196 if (Rows[H].getSignature() != S) in getFromHash()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/MCTargetDesc/ |
D | WebAssemblyTargetStreamer.cpp | 66 OS << WebAssembly::signatureToString(Sym->getSignature()); in emitFunctionType() 81 OS << WebAssembly::typeListToString(Sym->getSignature()->Params); in emitEventType()
|
D | WebAssemblyInstPrinter.cpp | 246 O << WebAssembly::signatureToString(Sym.getSignature()); in printOperand() 284 if (Sym->getSignature()) { in printWebAssemblySignatureOperand() 285 O << WebAssembly::signatureToString(Sym->getSignature()); in printWebAssemblySignatureOperand()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBSymbolExe.h | 32 FORWARD_SYMBOL_METHOD(getSignature)
|
D | PDBSymbolFunc.h | 70 getSignature)
|
D | IPDBRawSymbol.h | 132 virtual uint32_t getSignature() const = 0;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | PDBStringTable.h | 40 uint32_t getSignature() const;
|
D | InfoStream.h | 42 uint32_t getSignature() const;
|
D | InfoStreamBuilder.h | 51 Optional<uint32_t> getSignature() const { return Signature; } in getSignature() function
|
D | NativeRawSymbol.h | 107 uint32_t getSignature() const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnitIndex.h | 66 uint64_t getSignature() const { return Signature; } in getSignature() function
|
/third_party/typescript/tests/baselines/reference/ |
D | unspecializedConstraints.js | 46 getSignature(index: number): Signature { 221 Type.prototype.getSignature = function (index) { method in Type
|
D | unspecializedConstraints.errors.txt | 49 getSignature(index: number): Signature {
|
D | unspecializedConstraints.types | 181 getSignature(index: number): Signature { 182 >getSignature : (index: number) => Signature
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | InfoStream.cpp | 107 uint32_t InfoStream::getSignature() const { in getSignature() function in InfoStream
|
D | PDBStringTable.cpp | 25 uint32_t PDBStringTable::getSignature() const { return Header->Signature; } in getSignature() function in PDBStringTable
|
D | PDBFileBuilder.cpp | 352 Optional<uint32_t> Sig = Info->getSignature(); in commit()
|
D | NativeRawSymbol.cpp | 263 uint32_t NativeRawSymbol::getSignature() const { in getSignature() function in NativeRawSymbol
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | APIStatusConsistencyChecker.java | 94 String methodSig = api.getSignature(); in checkConsistency()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCSymbolWasm.h | 98 const wasm::WasmSignature *getSignature() const { return Signature; } in getSignature() function
|
/third_party/typescript/tests/cases/compiler/ |
D | unspecializedConstraints.ts | 45 getSignature(index: number): Signature { method in Type
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceGlobalInits.cpp | 76 StrBuf << " " << getName() << ": " << getSignature(); in getTypeSignatureError()
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/ |
D | ohos_security_cryptoFramework.js | 435 getSignature: function () { method 634 getSignature: function () { method
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
D | TypeDumpVisitor.cpp | 561 W->printHex("Signature", Precomp.getSignature()); in visitKnownRecord() 568 W->printHex("Signature", EndPrecomp.getSignature()); in visitKnownRecord()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.h | 102 uint32_t getSignature() const override;
|