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:GVA
(Results
1 - 7
of
7
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H
A
D
RISCVTargetObjectFile.cpp
42
const GlobalVariable *
GVA
= dyn_cast<GlobalVariable>(GO);
in isGlobalInSmallSection()
local
43
if (!
GVA
)
in isGlobalInSmallSection()
47
if (
GVA
->hasSection()) {
in isGlobalInSmallSection()
48
StringRef Section =
GVA
->getSection();
in isGlobalInSmallSection()
60
if (((
GVA
->hasExternalLinkage() &&
GVA
->isDeclaration()) ||
in isGlobalInSmallSection()
61
GVA
->hasCommonLinkage()))
in isGlobalInSmallSection()
64
Type *Ty =
GVA
->getValueType();
in isGlobalInSmallSection()
72
GVA
->getParent()->getDataLayout().getTypeAllocSize(Ty));
in isGlobalInSmallSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
H
A
D
MipsTargetObjectFile.cpp
105
const GlobalVariable *
GVA
= dyn_cast<GlobalVariable>(GO);
in IsGlobalInSmallSectionImpl()
local
106
if (!
GVA
)
in IsGlobalInSmallSectionImpl()
111
if (
GVA
->hasSection()) {
in IsGlobalInSmallSectionImpl()
112
StringRef Section =
GVA
->getSection();
in IsGlobalInSmallSectionImpl()
126
if (!LocalSData &&
GVA
->hasLocalLinkage())
in IsGlobalInSmallSectionImpl()
130
if (!ExternSData && ((
GVA
->hasExternalLinkage() &&
GVA
->isDeclaration()) ||
in IsGlobalInSmallSectionImpl()
131
GVA
->hasCommonLinkage()))
in IsGlobalInSmallSectionImpl()
135
if (EmbeddedData &&
GVA
->isConstant())
in IsGlobalInSmallSectionImpl()
138
Type *Ty =
GVA
in IsGlobalInSmallSectionImpl()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/
H
A
D
LanaiTargetObjectFile.cpp
76
const auto *
GVA
= dyn_cast<GlobalVariable>(GO);
in isGlobalInSmallSectionImpl()
local
79
if (!
GVA
) return TM.getCodeModel() == CodeModel::Small;
in isGlobalInSmallSectionImpl()
84
if (
GVA
->getSection().startswith(".ldata"))
in isGlobalInSmallSectionImpl()
90
if (
GVA
->hasLocalLinkage())
in isGlobalInSmallSectionImpl()
93
if (((
GVA
->hasExternalLinkage() &&
GVA
->isDeclaration()) ||
in isGlobalInSmallSectionImpl()
94
GVA
->hasCommonLinkage()))
in isGlobalInSmallSectionImpl()
97
Type *Ty =
GVA
->getValueType();
in isGlobalInSmallSectionImpl()
99
GVA
->getParent()->getDataLayout().getTypeAllocSize(Ty));
in isGlobalInSmallSectionImpl()
/third_party/vixl/src/aarch64/
H
A
D
cpu-features-auditor-aarch64.cc
1319
case
GVA
:
in VisitSystem()
H
A
D
constants-aarch64.h
527
GVA
= CacheOpEncoder<3, 7, 4, 3>::value,
enumerator
H
A
D
disasm-aarch64.cc
2085
{
GVA
, "gva"},
in Disassembler()
/third_party/vixl/test/aarch64/
H
A
D
test-disasm-aarch64.cc
2697
COMPARE(dc(
GVA
, x0), "dc gva, x0");
in TEST()
Completed in 35 milliseconds