Home
last modified time | relevance | path

Searched refs:reserveExtraSpace (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Draw_ostream.h160 virtual void reserveExtraSpace(uint64_t ExtraSize) {} in reserveExtraSpace() function
681 void reserveExtraSpace(uint64_t ExtraSize) override { in reserveExtraSpace() function
723 void reserveExtraSpace(uint64_t ExtraSize) override { in reserveExtraSpace() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmWriter.cpp62 Out.reserveExtraSpace(TotalSize); in write()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfutil/
H A Dllvm-dwarfutil.cpp228 void reserveExtraSpace(uint64_t ExtraSize) override { in verifyOutput()
229 OS.reserveExtraSpace(ExtraSize); in verifyOutput()
235 void reserveExtraSpace(uint64_t ExtraSize) override { reserveExtraSpace() function in llvm::dwarfutil::raw_crc_ostream