Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:bitcode
(Results
1 - 12
of
12
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
H
A
D
Magic.cpp
75
return file_magic::
bitcode
;
in identify_magic()
79
return file_magic::
bitcode
;
in identify_magic()
/third_party/mesa3d/src/util/
H
A
D
vl_vlc.h
57
uint16_t
bitcode
;
member
79
dst[src->
bitcode
>> (16 - bits) | i] = src->entry;
in vl_vlc_init_table()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/BinaryFormat/
H
A
D
Magic.h
23
bitcode
, ///< Bitcode file
enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H
A
D
SymbolicFile.cpp
45
case file_magic::
bitcode
:
in createSymbolicFile()
H
A
D
Binary.cpp
72
case file_magic::
bitcode
:
in createBinary()
H
A
D
IRObjectFile.cpp
93
case file_magic::
bitcode
:
in findBitcodeInMemBuffer()
H
A
D
ObjectFile.cpp
132
case file_magic::
bitcode
:
in createObjectFile()
H
A
D
ArchiveWriter.cpp
357
if (identify_magic(Buf.getBuffer()) == file_magic::
bitcode
) {
in getSymbols()
359
Buf, file_magic::
bitcode
, &Context);
in getSymbols()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ToolDrivers/llvm-lib/
H
A
D
LibDriver.cpp
10
//
bitcode
files. Used by llvm-lib and lld-link /lib.
171
<< ": failed to get target triple from
bitcode
\n";
in getBitcodeFileMachine()
196
if (Magic != file_magic::coff_object && Magic != file_magic::
bitcode
&&
in appendFile()
199
<< ": not a COFF object,
bitcode
, archive or resource file\n";
in appendFile()
230
// Mixing normal objects and LTO
bitcode
files is fine as long as they
in appendFile()
236
if (Magic == file_magic::coff_object || Magic == file_magic::
bitcode
) {
in appendFile()
/third_party/mesa3d/src/gallium/auxiliary/vl/
H
A
D
vl_mpeg12_bitstream.c
51
uint32_t
bitcode
;
member
587
dst[src->
bitcode
<< 1 | i] = coeff;
in init_dct_coeff_table()
592
dst[src->
bitcode
<< 1 | i] = coeff;
in init_dct_coeff_table()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/
H
A
D
Path.cpp
1019
return file_magic::
bitcode
;
1023
return file_magic::
bitcode
;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H
A
D
FileSystem.h
243
bitcode
, ///< Bitcode file
enumerator
Completed in 9 milliseconds