OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFunction
(Results
76 - 100
of
285
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
Constants.h
839
Function *
getFunction
() const { return (Function*)Op<0>().get(); }
[
all
...]
Instruction.h
84
const Function *
getFunction
() const;
85
Function *
getFunction
() {
87
static_cast<const Instruction *>(this)->
getFunction
());
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
Constants.h
839
Function *
getFunction
() const { return (Function*)Op<0>().get(); }
[
all
...]
Instruction.h
84
const Function *
getFunction
() const;
85
Function *
getFunction
() {
87
static_cast<const Instruction *>(this)->
getFunction
());
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
Constants.h
850
Function *
getFunction
() const { return (Function*)Op<0>().get(); }
[
all
...]
Instruction.h
80
const Function *
getFunction
() const;
81
Function *
getFunction
() {
83
static_cast<const Instruction *>(this)->
getFunction
());
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
Constants.h
841
Function *
getFunction
() const { return (Function*)Op<0>().get(); }
[
all
...]
Instruction.h
84
const Function *
getFunction
() const;
85
Function *
getFunction
() {
87
static_cast<const Instruction *>(this)->
getFunction
());
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
Constants.h
841
Function *
getFunction
() const { return (Function*)Op<0>().get(); }
[
all
...]
Instruction.h
84
const Function *
getFunction
() const;
85
Function *
getFunction
() {
87
static_cast<const Instruction *>(this)->
getFunction
());
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
Constants.h
839
Function *
getFunction
() const { return (Function*)Op<0>().get(); }
[
all
...]
Instruction.h
84
const Function *
getFunction
() const;
85
Function *
getFunction
() {
87
static_cast<const Instruction *>(this)->
getFunction
());
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
Constants.h
839
Function *
getFunction
() const { return (Function*)Op<0>().get(); }
[
all
...]
Instruction.h
84
const Function *
getFunction
() const;
85
Function *
getFunction
() {
87
static_cast<const Instruction *>(this)->
getFunction
());
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
Constants.h
839
Function *
getFunction
() const { return (Function*)Op<0>().get(); }
[
all
...]
Instruction.h
84
const Function *
getFunction
() const;
85
Function *
getFunction
() {
87
static_cast<const Instruction *>(this)->
getFunction
());
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
Constants.h
839
Function *
getFunction
() const { return (Function*)Op<0>().get(); }
[
all
...]
Instruction.h
84
const Function *
getFunction
() const;
85
Function *
getFunction
() {
87
static_cast<const Instruction *>(this)->
getFunction
());
/external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp
538
Function *
getFunction
(std::string Name) {
540
if (auto *F = TheModule->
getFunction
(Name))
589
Function *CalleeF =
getFunction
(Callee);
776
Function *TheFunction =
getFunction
(P.getName());
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
340
Function *
getFunction
() const { return F; }
[
all
...]
LazyCallGraph.h
161
Function &
getFunction
() const;
237
Function &
getFunction
() const { return F; }
249
const Edge &operator[](Node &N) const { return (*this)[N.
getFunction
()]; }
[
all
...]
/external/llvm/include/llvm/IR/
DiagnosticInfo.h
193
const Function &
getFunction
() const { return Fn; }
362
const Function &
getFunction
() const { return Fn; }
/external/llvm/include/llvm/Object/
StackMapParser.h
337
FunctionAccessor
getFunction
(unsigned FunctionIndex) const {
344
return function_iterator(
getFunction
(0));
/external/llvm/lib/AsmParser/
LLParser.h
331
Function &
getFunction
() const { return F; }
/external/v8/src/js/
array.js
[
all
...]
Completed in 1195 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>