OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isSubprogram
(Results
1 - 13
of
13
) sorted by null
/external/llvm/lib/IR/
DebugInfo.cpp
221
///
isSubprogram
- Return true if the specified tag is legal for
223
bool DIDescriptor::
isSubprogram
() const {
491
if (!
isSubprogram
())
655
if (!getContext().
isSubprogram
())
702
if (
isSubprogram
())
835
if (D.
isSubprogram
())
864
if (D.
isSubprogram
())
933
else if (D.
isSubprogram
())
952
if (Scope.
isSubprogram
()) {
[
all
...]
DIBuilder.cpp
[
all
...]
/external/llvm/lib/CodeGen/
LexicalScopes.cpp
167
if (!Parent && DIDescriptor(Scope).
isSubprogram
()
208
if (DIDescriptor(N).
isSubprogram
())
/external/llvm/include/llvm/
DebugInfo.h
121
bool
isSubprogram
() const;
464
if (getScope().
isSubprogram
())
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
282
if (!SP.
isSubprogram
())
722
else if (Context.
isSubprogram
())
890
if (Parent.
isSubprogram
())
[
all
...]
DwarfDebug.cpp
381
if (!SPDecl.
isSubprogram
()) {
573
if (!Scope->getInlinedAt() && DS.
isSubprogram
() && Scope->isAbstractScope() &&
605
else if (DS.
isSubprogram
()) {
638
if (DS.
isSubprogram
() && ObjectPointer != NULL)
642
if (DS.
isSubprogram
())
827
else if (Entity.
isSubprogram
())
[
all
...]
AsmPrinter.cpp
567
if (V.getContext().
isSubprogram
()) {
[
all
...]
/external/llvm/lib/Transforms/IPO/
StripSymbols.cpp
375
assert(DISubprogram(NMD->getOperand(i)).
isSubprogram
() &&
DeadArgumentElimination.cpp
214
assert((!SP || SP.
isSubprogram
()) &&
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp
437
assert((!SP || SP.
isSubprogram
()) &&
489
assert((!SP || SP.
isSubprogram
()) &&
DebugIR.cpp
222
assert(Sub.
isSubprogram
());
/external/clang/lib/CodeGen/
CGDebugInfo.cpp
128
} else if (Scope.isLexicalBlock() || Scope.
isSubprogram
()) {
[
all
...]
/external/llvm/tools/opt/
opt.cpp
392
assert((!SP || SP.
isSubprogram
()) &&
Completed in 543 milliseconds