OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:issubprogram
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/IR/
DebugInfo.cpp
244
///
isSubprogram
- Return true if the specified tag is legal for
246
bool DIDescriptor::
isSubprogram
() const {
479
if (!
isSubprogram
())
617
if (!getContext().
isSubprogram
())
666
if (
isSubprogram
())
684
if (
isSubprogram
())
810
if (D.
isSubprogram
())
839
if (D.
isSubprogram
())
883
else if (S.
isSubprogram
())
906
else if (D.
isSubprogram
())
[
all
...]
/external/llvm/lib/CodeGen/
LexicalScopes.cpp
167
if (!Parent && DIDescriptor(Scope).
isSubprogram
()
208
if (DIDescriptor(N).
isSubprogram
())
/external/llvm/include/llvm/
DebugInfo.h
112
bool
isSubprogram
() const;
634
DIScope getContext() const { if (getScope().
isSubprogram
()) return getScope(); return getScope().getContext(); }
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp
368
if (!SPDecl.
isSubprogram
()) {
554
if (!Scope->getInlinedAt() && DS.
isSubprogram
() && Scope->isAbstractScope() &&
586
else if (DS.
isSubprogram
()) {
611
if (DS.
isSubprogram
() && ObjectPointer != NULL)
615
if (DS.
isSubprogram
())
[
all
...]
DwarfCompileUnit.cpp
708
else if (Context.
isSubprogram
())
[
all
...]
AsmPrinter.cpp
561
if (V.getContext().
isSubprogram
())
[
all
...]
/external/clang/lib/CodeGen/
CGDebugInfo.cpp
82
} else if (Scope.isLexicalBlock() || Scope.
isSubprogram
()) {
[
all
...]
/external/llvm/lib/Target/X86/
X86AsmPrinter.cpp
729
if (V.getContext().
isSubprogram
())
Completed in 266 milliseconds