/frameworks/rs/cpu_ref/ |
rsCpuScript.h | 50 uint8_t const *bitcode, size_t bitcodeSize, uint32_t flags);
|
rsd_cpu.h | 116 uint8_t const *bitcode, size_t bitcodeSize,
|
/frameworks/rs/driver/linkloader/tests/images/ |
gen-testcases.sh | 22 echo -e "${CYAN}Generating bitcode ...${RESET}"
|
/frameworks/rs/ |
rsScriptC.h | 60 const uint8_t *bitcode, size_t bitcodeLen);
|
/external/llvm/utils/ |
findmisopt | 10 # Given a bitcode file that produces correct output (or return code), 24 # is the bitcode file input (the unoptimized working case)
|
GenLibDeps.pl | 97 $libpath =~ s/^BitReader/Bitcode\/Reader/; 98 $libpath =~ s/^BitWriter/Bitcode\/Writer/; 138 $libpath =~ s/^BitReader/Bitcode\/Reader/; 139 $libpath =~ s/^BitWriter/Bitcode\/Writer/;
|
/frameworks/compile/libbcc/tools/bcc_strip_attr/ |
bcc_strip_attr.cpp | 18 #include "llvm/Bitcode/ReaderWriter.h" 34 cl::desc("<input bitcode files>"));
|
/frameworks/compile/mclinker/lib/MC/ |
FileAction.cpp | 31 // already got type - for example, bitcode 57 // already got type - for example, bitcode
|
/frameworks/rs/driver/ |
rsdBcc.cpp | 42 uint8_t const *bitcode, 47 bitcode, bitcodeSize, flags);
|
/external/llvm/tools/bugpoint/ |
BugDriver.h | 174 std::string Bitcode, 249 /// runPasses - Run the specified passes on Program, outputting a bitcode 252 /// otherwise return false. If DeleteOutput is set to true, the bitcode is 275 /// bitcode file. If an error occurs, true is returned. 297 /// ParseInputFile - Given a bitcode or assembly input filename, parse and
|
/frameworks/compile/libbcc/tools/bcc_compat/ |
Main.cpp | 56 llvm::cl::desc("<input bitcode files>")); 98 // of generating shared library directly from given bitcode. It only 103 "the input bitcode to the shared " 107 OptShared("shared", llvm::cl::desc("Create a shared library from input bitcode " 233 // There's only one input bitcode file.
|
/external/llvm/docs/ |
MakefileGuide.rst | 175 Bitcode Modules 178 In some situations, it is desirable to build a single bitcode module from a 179 variety of sources, instead of an archive, shared library, or bitcode 180 library. Bitcode modules can be specified in addition to any of the other types 190 module will be an aggregation of all the bitcode modules derived from the 191 sources. The example will also build a bitcode archive containing a bitcode 490 If set to any value, causes a bitcode library (.bc) to be built. 596 Specifies the name of a bitcode module to be created. A bitcode module ca [all...] |
GettingStarted.rst | 16 contains an assembler, disassembler, bitcode analyzer and bitcode optimizer. It 22 bitcode. Once compiled into LLVM bitcode, a program can be manipulated with the 196 assemble, disassemble, analyze, and optimize LLVM bitcode. Code generation 431 ``LLVM_LIB_SEARCH_PATH=/path/to/your/bitcode/libs`` 434 locations of your bitcode libraries. It is provided only as a convenience 436 C/C++ front-end will automatically use the bitcode files installed in its [all...] |
/external/llvm/lib/Archive/ |
ArchiveWriter.cpp | 10 // Builds up an LLVM archive file (.a) containing LLVM bitcode. 14 #include "llvm/Bitcode/Archive.h" 17 #include "llvm/Bitcode/ReaderWriter.h" 190 case sys::fs::file_magic::bitcode: 232 // symbol table if it's a bitcode file. 240 // If the bitcode parsed successfully 259 *ErrMsg = "Can't parse bitcode member: " + member.getPath().str()
|
Archive.cpp | 15 #include "llvm/Bitcode/Archive.h" 17 #include "llvm/Bitcode/ReaderWriter.h" 218 // Get just the externally visible defined symbols from the bitcode
|
/external/llvm/include/llvm/Support/ |
StreamableMemoryObject.h | 121 // requiring that the bitcode size be known, or otherwise ensuring that 131 /// remaining bytes down by s. This is used to skip past the bitcode header, 164 assert(0 && "Unexpected short read fetching bitcode");
|
/external/llvm/tools/llvm-prof/ |
llvm-prof.cpp | 21 #include "llvm/Bitcode/ReaderWriter.h" 43 BitcodeFile(cl::Positional, cl::desc("<program bitcode file>"), 265 // Read in the bitcode file...
|
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | 10 #include "llvm/Bitcode/ReaderWriter.h" 428 // Functions for parsing blocks from the bitcode file [all...] |
BitcodeReader.h | 18 #include "llvm/Bitcode/BitstreamReader.h" 19 #include "llvm/Bitcode/LLVMBitCodes.h" 167 // Map the bitcode's custom MDKind ID to the Module's MDKind ID. 231 /// @brief Main interface to parsing a bitcode buffer.
|
/external/llvm/docs/CommandGuide/ |
llvm-config.rst | 166 Includes either a native JIT or the bitcode interpreter.
|
/external/llvm/include/llvm/Analysis/ |
ConstantsScanner.h | 11 // a method. This is used by the Bitcode & Assembly writers to build constant
|
/external/llvm/lib/Linker/ |
Linker.cpp | 15 #include "llvm/Bitcode/ReaderWriter.h"
|
/external/llvm/lib/Support/ |
DataStream.cpp | 12 // bitcode. An example implementation of streaming from a file or stdin
|
StreamableMemoryObject.cpp | 85 // If the bitcode has a header, then its size is known, and we don't have to
|
/external/llvm/tools/lto/ |
LTOCodeGenerator.cpp | 20 #include "llvm/Bitcode/ReaderWriter.h" 138 errMsg = "could not open bitcode file for writing: "; 143 // write bitcode to it 148 errMsg = "could not write bitcode file: ";
|