/frameworks/compile/mclinker/include/mcld/ |
LinkerConfig.h | 26 * bitcode() - the bitcode being linked
|
/frameworks/compile/slang/lit-tests/bitcode_wrapper/ |
bitcode_wrapper_test.ll | 1 ; This test assembles this file to bitcode with all supported target 2 ; API versions, then checks that the bitcode file was generated and
|
/cts/tests/tests/renderscriptlegacy/src/android/renderscriptlegacy/cts/ |
VersionTest.java | 23 * Test for appropriate handling of versioned bitcode.
|
/external/clang/include/clang/Frontend/ |
SerializedDiagnostics.h | 13 #include "llvm/Bitcode/BitCodes.h"
|
/external/clang/lib/AST/ |
ASTConsumer.cpp | 15 #include "llvm/Bitcode/BitstreamReader.h"
|
/external/clang/lib/Frontend/ |
TestModuleFileExtension.h | 15 #include "llvm/Bitcode/BitstreamReader.h"
|
/external/llvm/bindings/go/llvm/ |
bitwriter.go | 24 var writeBitcodeToFileErr = errors.New("Failed to write bitcode to file")
|
/external/llvm/include/llvm/Bitcode/ |
BitCodes.h | 1 //===- BitCodes.h - Enum values for the bitcode format ----------*- C++ -*-===// 10 // This header Bitcode enum values. 38 END_BLOCK = 0, // Must be zero to guarantee termination for broken bitcode. 56 /// StandardBlockIDs - All bitcode files can optionally include a BLOCKINFO
|
/external/llvm/include/llvm/LTO/ |
LTOModule.h | 68 /// Returns 'true' if the file or memory contents is LLVM bitcode. 72 /// Returns 'true' if the memory buffer is LLVM bitcode for the specified 78 /// bitcode, or "" if the bitcode does not contains any.
|
/external/llvm/include/llvm/Support/ |
SystemUtils.h | 22 /// generate a warning message to errs() advising against display of bitcode
|
/external/llvm/lib/ |
LLVMBuild.txt | 22 Bitcode
|
/external/llvm/test/Bitcode/ |
aggregateInstructions.3.2.ll | 6 ; in older bitcode files.
|
global-variables.3.2.ll | 6 ; older bitcode files.
|
/external/llvm/test/tools/gold/X86/ |
thinlto.ll | 2 ; bitcode without function summary sections gracefully.
|
/external/llvm/unittests/Bitcode/ |
BitReaderTest.cpp | 1 //===- llvm/unittest/Bitcode/BitReaderTest.cpp - Tests for BitReader ------===// 13 #include "llvm/Bitcode/BitstreamReader.h" 14 #include "llvm/Bitcode/BitstreamWriter.h" 15 #include "llvm/Bitcode/ReaderWriter.h"
|
BitstreamReaderTest.cpp | 10 #include "llvm/Bitcode/BitstreamReader.h"
|
/frameworks/compile/libbcc/include/bcinfo/Wrap/ |
file_wrapper_input.h | 17 // Defines utility allowing files for bitcode input wrapping.
|
in_memory_wrapper_input.h | 17 // Defines utility allowing in-memory buffers for bitcode input wrapping.
|
/frameworks/rs/cpu_ref/ |
rsCpuScript.cpp | 147 const char *bitcode, 150 rsAssert(bitcode && bitcodeSize); 157 size_t nwritten = fwrite(bitcode, 1, bitcodeSize, bcfile); 224 uint32_t constructBuildChecksum(uint8_t const *bitcode, size_t bitcodeSize, 229 // include checksum of bitcode 230 if (bitcode != nullptr && bitcodeSize > 0) { 231 checksum = adler32(checksum, bitcode, bitcodeSize); 316 uint8_t const *bitcode, size_t bitcodeSize, 319 // bitcode, bitcodeSize, flags, lookupFunc); 326 bcinfo::MetadataExtractor bitcodeMetadata((const char *) bitcode, bitcodeSize) [all...] |
/external/llvm/ |
CODE_OWNERS.TXT | 13 D: LLVM Bitcode (lib/Bitcode/* include/llvm/Bitcode/*)
|
/external/llvm/lib/CodeGen/ |
ParallelCG.cpp | 15 #include "llvm/Bitcode/ReaderWriter.h" 63 // We do it by serializing partition modules to bitcode (while still on the 81 report_fatal_error("Failed to read bitcode");
|
/external/llvm/lib/Object/ |
FunctionIndexObjectFile.cpp | 16 #include "llvm/Bitcode/ReaderWriter.h" 56 case sys::fs::file_magic::bitcode: 115 case sys::fs::file_magic::bitcode: {
|
/external/llvm/utils/ |
findoptdiff | 17 # The script takes two bitcode files, one from each build. They are 42 # is the bitcode file for the first llvm environment 44 # is the bitcode file for the second llvm environment
|
/frameworks/compile/slang/ |
llvm-rs-as.cpp | 12 // llvm-as [options] - Read LLVM asm from stdin, write bitcode to stdout 13 // llvm-as [options] x.ll - Read LLVM asm from the x.ll file, write bitcode 21 #include "llvm/Bitcode/ReaderWriter.h"
|
/external/llvm/tools/bugpoint/ |
BugDriver.cpp | 116 // them, either as assembly or bitcode, then link them together. It returns 117 // true on failure (if, for example, an input bitcode file could not be 161 // which should generate a bitcode file. If it does generate a bitcode 170 // Set up the execution environment, selecting a method to run LLVM bitcode.
|