Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolCustom.cpp27 void PDBSymbolCustom::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) { in getDataBytes() function in PDBSymbolCustom
28 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCustom.h34 void getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes);
DIPDBRawSymbol.h71 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/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h59 void getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h64 void getDataBytes(SmallVector<uint8_t, 32> &Bytes) const override;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp88 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 __anon177c5eee0111::MockRawSymbol
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/PDB/
DPDBApiTest.cpp224 void getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) const override {} in getDataBytes() function in __anon8912c4460111::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-7.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp527 void DIARawSymbol::getDataBytes(llvm::SmallVector<uint8_t, 32> &bytes) const { in getDataBytes() function in DIARawSymbol