Home
last modified time | relevance | path

Searched refs:STRTAB_BLOB (Results 1 – 5 of 5) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h726 STRTAB_BLOB = 1, enumerator
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Reader/
DBitcodeAnalyzer.cpp403 case bitc::STRTAB_BLOB: in GetCodeName()
DBitcodeReader.cpp7883 readBlobInRecord(Stream, bitc::STRTAB_BLOCK_ID, bitc::STRTAB_BLOB); in getBitcodeFileContents()
/openbsd/src/gnu/llvm/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp4841 writeBlob(bitc::STRTAB_BLOCK_ID, bitc::STRTAB_BLOB, in writeStrtab()
4848 writeBlob(bitc::STRTAB_BLOCK_ID, bitc::STRTAB_BLOB, Strtab); in copyStrtab()
/openbsd/src/gnu/llvm/llvm/docs/
DBitCodeFormat.rst1403 The ``STRTAB`` block (id 23) contains a single record (``STRTAB_BLOB``, id 1)