OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bitcode
(Results
26 - 29
of
29
) sorted by null
1
2
/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()
/external/llvm/tools/llvm-nm/
llvm-nm.cpp
11
// prints out the names of symbols in a
bitcode
or object file, along with some
20
#include "llvm/
Bitcode
/Archive.h"
21
#include "llvm/
Bitcode
/ReaderWriter.h"
56
InputFilenames(cl::Positional, cl::desc("<input
bitcode
files>"),
348
if (magic == sys::fs::file_magic::
bitcode
) {
386
// Try opening it as a
bitcode
file.
/frameworks/rs/
rs_hal.h
97
uint8_t const *
bitcode
,
/external/llvm/lib/Support/
PathV2.cpp
754
return file_magic::
bitcode
;
758
return file_magic::
bitcode
;
Completed in 217 milliseconds
1
2