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:getDataLayout
(Results
1 - 13
of
13
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H
A
D
MachineConstantPool.h
127
const DataLayout &
getDataLayout
() const { return DL; }
in getDataLayout()
function in llvm::MachineConstantPool
H
A
D
SelectionDAG.h
423
const DataLayout &
getDataLayout
() const { return MF->
getDataLayout
(); }
in getDataLayout()
function in llvm::SelectionDAG
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H
A
D
LLVMJIT.cpp
218
const llvm::DataLayout &JITGlobals::
getDataLayout
() const
in getDataLayout()
function in __anon22916::JITGlobals
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/
H
A
D
LLJIT.h
49
const DataLayout &
getDataLayout
() const { return DL; }
in getDataLayout()
function in llvm::orc::LLJIT
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
H
A
D
ExecutionEngine.h
200
const DataLayout &
getDataLayout
() const { return DL; }
in getDataLayout()
function in llvm::ExecutionEngine
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H
A
D
InstCombineInternal.h
354
const DataLayout &
getDataLayout
() const { return DL; }
in getDataLayout()
function in llvm::InstCombiner
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
H
A
D
MachineIRBuilder.h
263
const DataLayout &
getDataLayout
() const {
in getDataLayout()
function in llvm::MachineIRBuilder
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
MachineFunction.cpp
258
const DataLayout &MachineFunction::
getDataLayout
() const {
in getDataLayout()
function in MachineFunction
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H
A
D
ScalarEvolution.h
1071
const DataLayout &
getDataLayout
() const {
in getDataLayout()
function in llvm::ScalarEvolution
H
A
D
TargetTransformInfoImpl.h
45
const DataLayout &
getDataLayout
() const { return DL; }
in getDataLayout()
function in llvm::TargetTransformInfoImplBase
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/IPO/
H
A
D
Attributor.h
1047
const DataLayout &
getDataLayout
() const { return InfoCache.DL; }
in getDataLayout()
function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H
A
D
AsmPrinter.cpp
218
const DataLayout &AsmPrinter::
getDataLayout
() const {
in getDataLayout()
function in AsmPrinter
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
H
A
D
DataFlowSanitizer.cpp
437
const DataLayout &
getDataLayout
() const {
in getDataLayout()
function in __anon25061::DFSanVisitor
Completed in 30 milliseconds