OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getFunction
(Results
51 - 75
of
285
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
GCMetadata.h
101
///
getFunction
- Return the function to which this metadata applies.
103
const Function &
getFunction
() const { return F; }
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
CallGraph.h
181
Function *
getFunction
() const { return F; }
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
CallGraph.h
181
Function *
getFunction
() const { return F; }
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
CallGraph.h
188
Function *
getFunction
() const { return F; }
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
CallGraph.h
188
Function *
getFunction
() const { return F; }
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
CallGraph.h
188
Function *
getFunction
() const { return F; }
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
CallGraph.h
188
Function *
getFunction
() const { return F; }
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
GLCall.java
111
public Function
getFunction
() {
/external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp
413
Function *
getFunction
(std::string Name) {
415
if (auto *F = TheModule->
getFunction
(Name))
464
Function *CalleeF =
getFunction
(Callee);
504
Function *TheFunction =
getFunction
(P.getName());
/external/llvm/include/llvm/CodeGen/
MachineFunction.h
248
///
getFunction
- Return the LLVM function that this machine code represents
250
const Function *
getFunction
() const { return Fn; }
/external/llvm/include/llvm/IR/
Constants.h
811
Function *
getFunction
() const { return (Function*)Op<0>().get(); }
[
all
...]
/external/llvm/lib/IR/
Module.cpp
191
//
getFunction
- Look up the specified function in the module symbol table.
194
Function *Module::
getFunction
(StringRef Name) const {
/external/swiftshader/third_party/LLVM/lib/Analysis/
PathNumbering.cpp
354
Function& BallLarusDag::
getFunction
() {
/external/swiftshader/third_party/LLVM/lib/AsmParser/
LLParser.h
248
Function &
getFunction
() const { return F; }
/hardware/interfaces/graphics/composer/2.1/utils/hwc2onfbadapter/
HWC2OnFbAdapter.cpp
649
hwc2_device::
getFunction
= getFunctionHook;
/prebuilts/clang/host/darwin-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/darwin-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/darwin-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/darwin-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/darwin-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
());
Completed in 1281 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>