Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h605 STRTAB_BLOB = 1, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp399 case bitc::STRTAB_BLOB: return "BLOB"; in GetCodeName()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp4129 writeBlob(bitc::STRTAB_BLOCK_ID, bitc::STRTAB_BLOB, in writeStrtab()
4136 writeBlob(bitc::STRTAB_BLOCK_ID, bitc::STRTAB_BLOB, Strtab); in copyStrtab()
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DBitCodeFormat.rst1344 The ``STRTAB`` block (id 23) contains a single record (``STRTAB_BLOB``, id 1)
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5682 readBlobInRecord(Stream, bitc::STRTAB_BLOCK_ID, bitc::STRTAB_BLOB); in getBitcodeFileContents()