Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h124 ArrayRef<uint8_t> getBitcodeBytes() const { return BitcodeBytes; } in getBitcodeBytes() function
391 using SimpleBitstreamCursor::getBitcodeBytes;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp480 ArrayRef<uint8_t> Bytes = Stream.getBitcodeBytes(); in analyzeHeader()
627 uint64_t BufferSizeBits = Stream.getBitcodeBytes().size() * CHAR_BIT; in printStats()
H A DBitcodeReader.cpp7889 if (BCBegin + 8 >= Stream.getBitcodeBytes().size()) in getBitcodeFileContents()
7926 F.Mods.push_back({Stream.getBitcodeBytes().slice( in getBitcodeFileContents()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp2117 if (MacroCursor.getBitcodeBytes().empty()) in ReadDefinedMacros()