OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isLexicalBlock
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/Analysis/
DebugInfo.cpp
253
///
isLexicalBlock
- Return true if the specified tag is DW_TAG_lexical_block.
254
bool DIDescriptor::
isLexicalBlock
() const {
512
if (
isLexicalBlock
())
531
if (
isLexicalBlock
())
814
else if (Scope.
isLexicalBlock
())
844
else if (S.
isLexicalBlock
())
875
if (Context.
isLexicalBlock
())
959
if (D.
isLexicalBlock
())
/external/llvm/include/llvm/Analysis/
DebugInfo.h
120
bool
isLexicalBlock
() const;
/external/llvm/lib/Target/PTX/
PTXAsmPrinter.cpp
277
} else if (Scope.
isLexicalBlock
()) {
/external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp
115
assert(Scope.
isLexicalBlock
() &&
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
419
if (Scope.
isLexicalBlock
()) {
[
all
...]
Completed in 84 milliseconds