Home
last modified time | relevance | path

Searched refs:getContent (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkGeneric.h194 << B->getContent().size() << " bytes, from " in copyAndFixUpBlocks()
195 << (const void *)B->getContent().data() << " to " in copyAndFixUpBlocks()
198 memcpy(BlockDataPtr, B->getContent().data(), B->getContent().size()); in copyAndFixUpBlocks()
214 B->setContent(StringRef(BlockDataPtr, B->getContent().size())); in copyAndFixUpBlocks()
217 LastBlockEnd = BlockDataPtr + B->getContent().size(); in copyAndFixUpBlocks()
DEHFrameSupport.cpp82 BinaryStreamReader BlockReader(B.getContent(), G.getEndianness()); in processBlock()
199 BinaryStreamReader BlockReader(B.getContent(), PC.G.getEndianness()); in processBlock()
264 auto RecordContent = B.getContent().substr(RecordOffset, RecordLength); in processCIE()
392 auto RecordContent = B.getContent().substr(RecordOffset, RecordLength); in processFDE()
DJITLink.cpp169 B.getSection(), B.getContent().substr(0, SplitIndex), in splitBlock()
174 B.setContent(B.getContent().substr(SplitIndex)); in splitBlock()
DMachO_x86_64.cpp234 BlockToFix->getAddress() + BlockToFix->getContent().size()) in addRelocations()
239 const char *FixupContent = BlockToFix->getContent().data() + in addRelocations()
DMachO_arm64.cpp226 BlockToFix->getAddress() + BlockToFix->getContent().size()) in addRelocations()
231 const char *FixupContent = BlockToFix->getContent().data() + in addRelocations()
/third_party/typescript/tests/baselines/reference/
DindexedAccessTypeConstraints.js20 getContent(): C {
26 getContent(): C {
72 Foo.prototype.getContent = function () { method in Foo
83 Bar.prototype.getContent = function () { method in Bar
DindexedAccessTypeConstraints.symbols56 getContent(): C {
57 >getContent : Symbol(Foo.getContent, Decl(indexedAccessTypeConstraints.ts, 17, 46))
78 getContent(): C {
79 >getContent : Symbol(Bar.getContent, Decl(indexedAccessTypeConstraints.ts, 23, 59))
DindexedAccessTypeConstraints.types38 getContent(): C {
39 >getContent : () => C
57 getContent(): C {
58 >getContent : () => C
/third_party/typescript/tests/cases/compiler/
DindexedAccessTypeConstraints.ts21 getContent(): C { method in Foo
27 getContent(): C { method in Bar
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/
DNumberFormatSerialTestData.java515 static byte[][] getContent() { in getContent() method in NumberFormatSerialTestData
DNumberFormatRegressionTest.java184 byte[][] contents = NumberFormatSerialTestData.getContent(); in TestSerialization()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
DNumberFormatSerialTestData.java511 static byte[][] getContent() { in getContent() method in NumberFormatSerialTestData
DNumberFormatRegressionTest.java181 byte[][] contents = NumberFormatSerialTestData.getContent(); in TestSerialization()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DRuntimeDyldChecker.h109 StringRef getContent() const { in getContent() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldChecker.cpp748 reinterpret_cast<uintptr_t>(SymInfo->getContent().data())); in getSymbolLocalAddr()
786 return SymInfo->getContent(); in getSymbolContent()
812 Addr = pointerToJITTargetAddress(SecInfo->getContent().data()); in getSectionAddr()
841 Addr = pointerToJITTargetAddress(StubInfo->getContent().data()); in getStubOrGOTAddrFor()
/third_party/node/test/common/
Dwpt.js179 getContent() { method in WPTTestSpec
340 const content = spec.getContent();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLink.h191 StringRef getContent() const { in getContent() function
472 return getBlock().getContent().substr(Offset, Size); in getSymbolContent()
/third_party/libxml2/python/
Dlibxml.py324 getContent = get_content # why is this duplicate naming needed ? variable in xmlCore