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
defs:is64Bit
(Results
1 - 25
of
38
) sorted by relevance
1
2
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
H
A
D
PPCMCAsmInfo.cpp
20
PPCELFMCAsmInfo::PPCELFMCAsmInfo(bool
is64Bit
, const Triple& T) {
in PPCELFMCAsmInfo()
argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H
A
D
MCWasmObjectWriter.h
41
bool
is64Bit
() const { return Is64Bit; }
in is64Bit()
function in llvm::MCWasmObjectTargetWriter
H
A
D
MCXCOFFObjectWriter.h
29
bool
is64Bit
() const { return Is64Bit; }
in is64Bit()
function in llvm::MCXCOFFObjectTargetWriter
H
A
D
MCELFObjectWriter.h
104
bool
is64Bit
() const { return Is64Bit; }
in is64Bit()
function in llvm::MCELFObjectTargetWriter
H
A
D
MCMachObjectWriter.h
62
bool
is64Bit
() const { return Is64Bit; }
in is64Bit()
function in llvm::MCMachObjectTargetWriter
168
bool
is64Bit
() const { return TargetObjectWriter->
is64Bit
(); }
in is64Bit()
function in llvm::MachObjectWriter
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H
A
D
angletypes_unittest.cpp
17
constexpr bool
is64Bit
= true;
member
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H
A
D
SparcSubtarget.cpp
67
SparcSubtarget(const Triple &TT, const std::string &CPU, const std::string &FS, const TargetMachine &TM, bool
is64Bit
)
SparcSubtarget()
argument
H
A
D
SparcTargetMachine.h
25
bool
is64Bit
;
member in llvm::SparcTargetMachine
H
A
D
SparcTargetMachine.cpp
30
static std::string computeDataLayout(const Triple &T, bool
is64Bit
) {
in computeDataLayout()
argument
H
A
D
SparcSubtarget.h
107
bool
is64Bit
() const { return Is64Bit; }
in is64Bit()
function in llvm::SparcSubtarget
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
H
A
D
NVPTXTargetMachine.h
48
bool
is64Bit
() const { return is64bit; }
in is64Bit()
function in llvm::NVPTXTargetMachine
H
A
D
NVPTXTargetMachine.cpp
94
static std::string computeDataLayout(bool
is64Bit
, bool UseShortPointers) {
in computeDataLayout()
argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H
A
D
X86MCAsmInfo.cpp
40
bool
is64Bit
= T.getArch() == Triple::x86_64;
in X86MCAsmInfoDarwin()
local
85
bool
is64Bit
= T.getArch() == Triple::x86_64;
in X86ELFMCAsmInfo()
local
H
A
D
X86MCTargetDesc.cpp
325
bool
is64Bit
= TheTriple.getArch() == Triple::x86_64;
in createX86MCAsmInfo()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H
A
D
RISCVSubtarget.h
90
bool
is64Bit
() const { return HasRV64; }
in is64Bit()
function in llvm::RISCVSubtarget
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
H
A
D
PPCTargetMachine.cpp
127
bool
is64Bit
= T.getArch() == Triple::ppc64 || T.getArch() == Triple::ppc64le;
in getDataLayoutString()
local
H
A
D
PPCRegisterInfo.cpp
626
bool
is64Bit
= TM.isPPC64();
in lowerDynamicAreaOffset()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H
A
D
X86TargetMachine.cpp
161
bool
is64Bit
= TT.getArch() == Triple::x86_64;
in getEffectiveRelocModel()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H
A
D
COFFEmitter.cpp
50
bool
is64Bit
() const {
in is64Bit()
function
H
A
D
MachOEmitter.cpp
59
bool
is64Bit
;
member in __anon24284::MachOWriter
554
bool
is64Bit
= FatFile.Header.magic == MachO::FAT_MAGIC_64;
in writeFatArchs()
local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H
A
D
MachObjectWriter.cpp
421
ComputeLinkerOptionsLoadCommandSize( const std::vector<std::string> &Options, bool
is64Bit
)
ComputeLinkerOptionsLoadCommandSize()
argument
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H
A
D
XCOFFObjectFile.cpp
423
bool XCOFFObjectFile::
is64Bit
() const {
is64Bit()
function in llvm::object::XCOFFObjectFile
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
H
A
D
ARMParallelDSP.cpp
161
bool
is64Bit
() const { return Root->getType()->isIntegerTy(64); }
in is64Bit()
function in __anon24536::Reduction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/
H
A
D
SparcAsmParser.cpp
101
bool
is64Bit
() const {
in is64Bit()
function in __anon24811::SparcAsmParser
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/Disassembler/
H
A
D
X86Disassembler.cpp
999
static bool
is64Bit
(const char *name) {
in is64Bit()
function
Completed in 23 milliseconds
1
2