/external/llvm/lib/LibDriver/ |
LibDriver.cpp | 11 // bitcode files. Used by llvm-lib and lld-link /lib.
|
/external/llvm/lib/Object/ |
Binary.cpp | 65 case sys::fs::file_magic::bitcode:
|
ObjectFile.cpp | 70 case sys::fs::file_magic::bitcode:
|
SymbolicFile.cpp | 36 case sys::fs::file_magic::bitcode:
|
/external/llvm/test/Bitcode/ |
attributes-3.3.ll | 6 ; older bitcode files.
|
binaryFloatInstructions.3.2.ll | 6 ; older bitcode files.
|
constantsTest.3.2.ll | 5 ; older bitcode files.
|
highLevelStructure.3.2.ll | 5 ; older bitcode files.
|
/external/llvm/test/CodeGen/X86/ |
selectiondag-cse.ll | 4 ; This bitcode causes the X86 target to make changes to the DAG during
|
/external/llvm/test/DebugInfo/Generic/ |
lto-comp-dir.ll | 29 ; Generated from the following source compiled to bitcode from within their
|
/external/llvm/test/Linker/ |
thinlto_funcimport_debug.ll | 1 ; Do setup work for all below tests: generate bitcode and combined index
|
/external/llvm/tools/llvm-jitlistener/ |
llvm-jitlistener.cpp | 115 // Parse the bitcode...
|
/frameworks/compile/libbcc/include/bcc/Renderscript/ |
RSCompilerDriver.h | 71 // Compiles the provided bitcode, placing the binary at pOutputPath.
|
RSUtils.h | 37 // we had been relying on accessing this information. LLVM bitcode retains
|
/frameworks/compile/mclinker/lib/LD/ |
GroupReader.cpp | 54 // already got type - for example, bitcode or external OIR (object
|
/frameworks/compile/slang/ |
README.html | 315 <li>Bitcode file. Note that the bitcode here denotes the LLVM (Low-Level 316 Virtual Machine) bitcode representation, which will be consumed on 328 machine-dependent code generation for some input bitcode.</p>
|
slang_rs_context.cpp | 305 // the bitcode -- which in turn forces the function to be emitted 306 // into the bitcode. We couldn't do this at
|
/frameworks/rs/driver/ |
rsdBcc.h | 25 uint8_t const *bitcode, size_t bitcodeSize, uint32_t flags);
|
/external/llvm/docs/ |
FAQ.rst | 246 * *against:* the .ll parser is slower than the bitcode reader when 251 3. **Emit LLVM bitcode from your compiler's native language.** 253 * *for:* can use the more-efficient bitcode reader when interfacing to the 256 * *against:* you'll have to re-engineer the LLVM IR object model and bitcode 283 Can I compile C or C++ code to platform-independent LLVM bitcode?
|
Bugpoint.rst | 78 bitcode file, and give you instructions on how to reproduce the failure with 92 scope of the problem. After it is finished, it emits two bitcode files (called
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
BitcodeWriter.cpp | 1 //===--- Bitcode/Writer/BitcodeWriter.cpp - Bitcode Writer ----------------===// 10 // Bitcode writer implementation. 18 #include "llvm/Bitcode/BitstreamWriter.h" 19 #include "llvm/Bitcode/LLVMBitCodes.h" 36 /// These are manifest constants used by the bitcode writer. They do not need to [all...] |
/frameworks/compile/slang/BitWriter_3_2/ |
BitcodeWriter.cpp | 1 //===--- Bitcode/Writer/BitcodeWriter.cpp - Bitcode Writer ----------------===// 10 // Bitcode writer implementation. 18 #include "llvm/Bitcode/BitstreamWriter.h" 19 #include "llvm/Bitcode/LLVMBitCodes.h" 38 /// These are manifest constants used by the bitcode writer. They do not need to [all...] |
/external/llvm/tools/llc/ |
llc.cpp | 12 // or C code, given LLVM bitcode. 57 InputFilename(cl::Positional, cl::desc("<input bitcode>"), cl::init("-"));
|
/frameworks/rs/driver/runtime/ |
rs_allocation.c | 138 // The functions rsSetElementAtImpl_T and rsGetElementAtImpl_T are implemented in bitcode 407 // bitcode in ll32/allocation.ll and ll64/allocation.ll. To be able to provide debug info
|
/external/clang/examples/clang-interpreter/ |
main.cpp | 161 // Create and execute the frontend to generate an LLVM bitcode module.
|