Home
last modified time | relevance | path

Searched refs:setKnownObjectSize (Results 1 – 4 of 4) sorted by relevance

/external/llvm/unittests/Support/
DStreamingMemoryObjectTest.cpp48 TEST(StreamingMemoryObjectTest, setKnownObjectSize) { in TEST() argument
53 O.setKnownObjectSize(24); in TEST()
/external/llvm/include/llvm/Support/
DStreamingMemoryObject.h43 void setKnownObjectSize(size_t size);
/external/llvm/lib/Support/
DStreamingMemoryObject.cpp120 void StreamingMemoryObject::setKnownObjectSize(size_t size) { in setKnownObjectSize() function in llvm::StreamingMemoryObject
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5834 Bytes.setKnownObjectSize(bitcodeEnd - bitcodeStart); in initLazyStream()
6506 Bytes.setKnownObjectSize(bitcodeEnd - bitcodeStart); in initLazyStream()