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:getGC
(Results
1 - 16
of
16
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H
A
D
LLVMContext.h
122
const std::string &
getGC
(const Function &Fn);
H
A
D
Function.h
352
/// hasGC/
getGC
/setGC/clearGC - The name of the garbage collection algorithm
357
const std::string &
getGC
() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H
A
D
LLVMContext.h
115
const std::string &
getGC
(const Function &Fn);
H
A
D
Function.h
244
/// hasGC/
getGC
/setGC/clearGC - The name of the garbage collection algorithm
249
const std::string &
getGC
() const;
/third_party/mesa3d/include/HaikuGL/
H
A
D
GLView.h
89
void*
getGC
() { return fGc; } // ???
in getGC()
function in BGLView
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H
A
D
GCMetadata.cpp
75
GCStrategy *S = getGCStrategy(F.
getGC
());
in getFunctionInfo()
H
A
D
ShadowStackGCLowering.cpp
171
if (F.hasGC() && F.
getGC
() == std::string("shadow-stack")) {
in doInitialization()
287
F.
getGC
() != std::string("shadow-stack"))
in runOnFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H
A
D
LLVMContext.cpp
290
const std::string &LLVMContext::
getGC
(const Function &Fn) {
in getGC()
function in LLVMContext
H
A
D
Function.cpp
496
const std::string &Function::
getGC
() const {
in getGC()
function in Function
498
return getContext().
getGC
(*this);
in getGC()
520
setGC(Src->
getGC
());
in copyAttributesFrom()
H
A
D
AsmWriter.cpp
3518
Out << " gc \"" << F->
getGC
() << '"';
in printFunction()
H
A
D
Core.cpp
2377
return F->hasGC()? F->
getGC
().c_str() : nullptr;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
H
A
D
PlaceSafepoints.cpp
449
const auto &FunctionGCName = F.
getGC
();
in shouldRewriteFunction()
H
A
D
RewriteStatepointsForGC.cpp
2496
const auto &FunctionGCName = F.
getGC
();
in shouldRewriteStatepointsIn()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H
A
D
FunctionComparator.cpp
803
if (int Res = cmpMem(FnL->
getGC
(), FnR->
getGC
()))
in compareSignature()
H
A
D
InlineFunction.cpp
1609
Caller->setGC(CalledFunc->
getGC
());
in InlineFunction()
1610
else if (CalledFunc->
getGC
() != Caller->
getGC
())
in InlineFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
H
A
D
BitcodeWriter.cpp
1197
unsigned &Entry = GCMap[F.
getGC
()];
in writeModuleInfo()
1199
writeStringRecord(Stream, bitc::MODULE_CODE_GCNAME, F.
getGC
(),
in writeModuleInfo()
1325
Vals.push_back(F.hasGC() ? GCMap[F.
getGC
()] : 0);
in writeModuleInfo()
Completed in 38 milliseconds