OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:findLexicalScope
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
LexicalScopes.h
78
///
findLexicalScope
- Find lexical scope, either regular or inlined, for the
80
LexicalScope *
findLexicalScope
(DebugLoc DL);
98
///
findLexicalScope
- Find regular lexical scope or return NULL.
99
LexicalScope *
findLexicalScope
(const MDNode *N) {
/external/llvm/lib/CodeGen/
LexicalScopes.cpp
114
///
findLexicalScope
- Find lexical scope, either regular or inlined, for the
116
LexicalScope *LexicalScopes::
findLexicalScope
(DebugLoc DL) {
Completed in 48 milliseconds