/frameworks/rs/ |
rs_hal.h | 157 uint8_t const *bitcode,
|
/external/clang/include/clang/Serialization/ |
ASTWriter.h | 31 #include "llvm/Bitcode/BitstreamWriter.h" 702 /// bitcode. These will be converted to offsets relative to the current [all...] |
/external/clang/lib/CodeGen/ |
CodeGenAction.cpp | 25 #include "llvm/Bitcode/ReaderWriter.h" 721 // Load bitcode modules to link with, if we need to. [all...] |
/external/llvm/include/llvm/Support/ |
FileSystem.h | 242 bitcode, ///< Bitcode file enumerator in enum:llvm::sys::fs::file_magic::Impl [all...] |
/external/llvm/lib/Support/ |
Path.cpp | 1017 return file_magic::bitcode; 1021 return file_magic::bitcode; [all...] |
/frameworks/compile/mclinker/lib/Object/ |
ObjectLinker.cpp | 157 // already got type - for example, bitcode or external OIR (object 287 // Bitcode is read by the other path. This function reads relocation sections [all...] |
/frameworks/rs/cpu_ref/ |
rsCpuCore.cpp | 941 uint8_t const *bitcode, size_t bitcodeSize, [all...] |
/external/llvm/docs/ |
Passes.rst | 48 For example passes to extract functions to bitcode or write a module to bitcode [all...] |
/external/swiftshader/third_party/LLVM/docs/ |
TestingGuide.html | 338 <li><tt>Bitcode</tt>: checks Bitcode reader/writer functionality.</li>
341 <li><tt>Linker</tt>: tests bitcode linking.</li>
[all...] |
index.html | 223 <li><a href="BitCodeFormat.html">LLVM Bitcode File Format</a> - This describes
|
/external/clang/include/clang/Driver/ |
Options.td | 482 def fembed_bitcode_EQ : Joined<["-"], "fembed-bitcode=">, 484 HelpText<"Embed LLVM bitcode (option: off, all, bitcode, marker)">; 485 def fembed_bitcode : Flag<["-"], "fembed-bitcode">, Group<f_Group>, 487 HelpText<"Embed LLVM IR bitcode as data">; 488 def fembed_bitcode_marker : Flag<["-"], "fembed-bitcode-marker">, [all...] |
/external/llvm/lib/IR/ |
Metadata.cpp | 42 /// To support bitcode upgrades (and assembly semantic sugar) for \a 49 /// This maintains readability of bitcode from when metadata was a type of [all...] |
/external/llvm/unittests/Support/ |
Path.cpp | 736 const char bitcode[] = "\xde\xc0\x17\x0b"; member in namespace:__anon26335 778 DEFINE(bitcode), [all...] |
/frameworks/compile/slang/ |
slang_backend.cpp | 41 #include "llvm/Bitcode/ReaderWriter.h" [all...] |
/hardware/interfaces/renderscript/1.0/ |
IContext.hal | [all...] |
/external/clang/docs/CommandGuide/ |
clang.rst | 330 assembly files, otherwise this generates LLVM bitcode format object files
|
/external/clang/www/ |
hacking.html | 314 can also use <tt>-emit-llvm-bc</tt> to write an LLVM bitcode file
|
/external/llvm/include/llvm/Bitcode/ |
BitstreamWriter.h | 22 #include "llvm/Bitcode/BitCodes.h"
|
/external/llvm/lib/Analysis/ |
TypeBasedAliasAnalysis.cpp | 41 // bitcode produced from multiple front-ends is handled conservatively.
|
/external/llvm/test/Bitcode/ |
memInstructions.3.2.ll | 6 ; older bitcode files.
|
/external/llvm/tools/llvm-config/ |
llvm-config.cpp | 220 engine Either a native JIT or a bitcode interpreter.\n";
|
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/ |
BitstreamWriter.h | 19 #include "llvm/Bitcode/BitCodes.h"
|
/external/swiftshader/third_party/LLVM/lib/Archive/ |
LLVMArchive.vcxproj | 419 <ProjectReference Include="..\Bitcode/Reader/LLVMBitReader.vcxproj">
|
/external/swiftshader/third_party/LLVM/lib/Linker/ |
LLVMLinker.vcxproj | 422 <ProjectReference Include="..\Bitcode/Reader/LLVMBitReader.vcxproj">
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
CrashDebugger.cpp | 79 errs() << BD.getToolName() << ": Error reading bitcode file '"
|