Home
last modified time | relevance | path

Searched defs:getSignature (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DInfoStreamBuilder.h51 Optional<uint32_t> getSignature() const { return Signature; } in getSignature() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DInfoStream.cpp107 uint32_t InfoStream::getSignature() const { in getSignature() function in InfoStream
DPDBStringTable.cpp25 uint32_t PDBStringTable::getSignature() const { return Header->Signature; } in getSignature() function in PDBStringTable
DNativeRawSymbol.cpp263 uint32_t NativeRawSymbol::getSignature() const { in getSignature() function in NativeRawSymbol
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h66 uint64_t getSignature() const { return Signature; } in getSignature() function
/third_party/typescript/tests/cases/compiler/
DunspecializedConstraints.ts45 getSignature(index: number): Signature { method in Type
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolWasm.h98 const wasm::WasmSignature *getSignature() const { return Signature; } in getSignature() function
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_security_cryptoFramework.js435 getSignature: function () { method
634 getSignature: function () { method
/third_party/typescript/tests/baselines/reference/
DunspecializedConstraints.js221 Type.prototype.getSignature = function (index) { method in Type
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceGlobalInits.h140 const FuncSigType &getSignature() const { return Signature; } in getSignature() function
DPNaClTranslator.cpp149 const Ice::FuncSigType &getSignature() const { return Signature; } in getSignature() function in __anon5d1e3f9d0111::FuncSigExtendedType
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIInfo.java139 public String getSignature() { return get(SIG, true); } in getSignature() method in APIInfo
DICUJDKCompare.java358 String getSignature() { in getSignature() method in ICUJDKCompare.MorC
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyLowerEmscriptenEHSjLj.cpp331 static std::string getSignature(FunctionType *FTy) { in getSignature() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h941 uint32_t getSignature() const { return Signature; } in getSignature() function
956 uint32_t getSignature() const { return Signature; } in getSignature() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp758 uint32_t DIARawSymbol::getSignature() const { in getSignature() function in DIARawSymbol
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DRPCUtils.h133 const std::string &getSignature() const { return Signature; } in getSignature() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/
DProgramD3D.cpp624 void ProgramD3D::VertexExecutable::getSignature(RendererD3D *renderer, in getSignature() function in rx::ProgramD3D::VertexExecutable