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

/external/llvm/unittests/Support/
H A DStreamingMemoryObject.cpp37 O.setKnownObjectSize(24);
/external/llvm/include/llvm/Support/
H A DStreamingMemoryObject.h24 /// setKnownObjectSize methods which are not applicable to non-streamed objects.
51 void setKnownObjectSize(size_t size);
/external/llvm/lib/Support/
H A DStreamingMemoryObject.cpp114 void StreamingMemoryObject::setKnownObjectSize(size_t size) { function in class:llvm::StreamingMemoryObject
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5372 Bytes.setKnownObjectSize(bitcodeEnd - bitcodeStart);
5782 Bytes.setKnownObjectSize(bitcodeEnd - bitcodeStart);

Completed in 148 milliseconds