OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lookupFunction
(Results
1 - 7
of
7
) sorted by null
/external/llvm/unittests/Analysis/
LazyCallGraphTest.cpp
276
static Function &
lookupFunction
(Module &M, StringRef Name) {
301
LazyCallGraph::Node &A = CG.get(
lookupFunction
(*M, "a"));
302
LazyCallGraph::Node &B = CG.get(
lookupFunction
(*M, "b"));
306
CG.insertEdge(B,
lookupFunction
(*M, "c"), LazyCallGraph::Edge::Call);
338
CG.insertEdge(
lookupFunction
(*M, "d1"),
lookupFunction
(*M, "a1"),
434
LazyCallGraph::Node &N1 = *CG.lookup(
lookupFunction
(*M, "f1"));
435
LazyCallGraph::Node &N2 = *CG.lookup(
lookupFunction
(*M, "f2"));
436
LazyCallGraph::Node &N3 = *CG.lookup(
lookupFunction
(*M, "f3"));
437
LazyCallGraph::Node &N4 = *CG.lookup(
lookupFunction
(*M, "f4"))
[
all
...]
/frameworks/compile/slang/
slang_rs_export_reduce.h
114
clang::FunctionDecl *
lookupFunction
(StateOfAnalyzeTranslationUnit &S,
slang_rs_export_reduce.cpp
161
clang::FunctionDecl *RSExportReduce::
lookupFunction
(StateOfAnalyzeTranslationUnit &S,
[
all
...]
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp
90
static ExFunc
lookupFunction
(const Function *F) {
255
if (ExFunc Fn = (FI == ExportedFunctions->end()) ?
lookupFunction
(F)
/external/llvm/lib/ExecutionEngine/Interpreter/
ExternalFunctions.cpp
90
static ExFunc
lookupFunction
(const Function *F) {
254
if (ExFunc Fn = (FI == ExportedFunctions->end()) ?
lookupFunction
(F)