Home
last modified time | relevance | path

Searched refs:getDataBytes (Results 1 – 24 of 24) sorted by relevance

/external/llvm-project/llvm/lib/DebugInfo/PDB/
DPDBSymbolCustom.cpp20 void PDBSymbolCustom::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) { in getDataBytes() function in PDBSymbolCustom
21 RawSymbol->getDataBytes(bytes); in getDataBytes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolCustom.cpp20 void PDBSymbolCustom::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) { in getDataBytes() function in PDBSymbolCustom
21 RawSymbol->getDataBytes(bytes); in getDataBytes()
/external/llvm/lib/DebugInfo/PDB/
DPDBSymbolCustom.cpp25 void PDBSymbolCustom::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) { in getDataBytes() function in PDBSymbolCustom
26 RawSymbol->getDataBytes(bytes); in getDataBytes()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowIcon.java59 public byte[] getDataBytes() { in getDataBytes() method in ShadowIcon
60 return directlyOn(realIcon, Icon.class).getDataBytes(); in getDataBytes()
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCustom.h29 void getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes);
DIPDBRawSymbol.h85 virtual void getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) const = 0;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCustom.h29 void getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes);
DIPDBRawSymbol.h89 virtual void getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) const = 0;
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCustom.h34 void getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes);
DIPDBRawSymbol.h47 virtual void getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) const = 0;
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowIconTest.java46 assertThat(shadowOf(icon).getDataBytes()).isEqualTo(data); in testGetData()
/external/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h38 void getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h59 void getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) const override;
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h64 void getDataBytes(SmallVector<uint8_t, 32> &Bytes) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h59 void getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h64 void getDataBytes(SmallVector<uint8_t, 32> &Bytes) const override;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp97 void NativeRawSymbol::getDataBytes(SmallVector<uint8_t, 32> &bytes) const { in getDataBytes() function in NativeRawSymbol
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp97 void NativeRawSymbol::getDataBytes(SmallVector<uint8_t, 32> &bytes) const { in getDataBytes() function in NativeRawSymbol
/external/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp151 void getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) const override {} in getDataBytes() function in __anonddbf8f8c0111::MockRawSymbol
/external/llvm-project/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp228 void getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) const override {} in getDataBytes() function in __anon3ef83b7a0111::MockRawSymbol
/external/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp421 void DIARawSymbol::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) const { in getDataBytes() function in DIARawSymbol
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp550 void DIARawSymbol::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) const { in getDataBytes() function in DIARawSymbol
/external/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp550 void DIARawSymbol::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) const { in getDataBytes() function in DIARawSymbol
/external/skia/modules/canvaskit/
DCHANGELOG.md59 - `CanvasKit.getDataBytes` has been removed, as has the Data type. The 2 APIS that returned