HomeSort by relevance Sort by last modified time
    Searched refs:isSubprogram (Results 1 - 13 of 13) sorted by null

  /external/llvm/tools/opt/
BreakpointPrinter.cpp 59 assert((!SP || SP.isSubprogram()) &&
  /external/llvm/lib/CodeGen/
LexicalScopes.cpp 175 if (!Parent && DIDescriptor(Scope).isSubprogram() &&
192 if (Scope.isSubprogram())
227 if (Scope.isSubprogram())
  /external/llvm/lib/IR/
DebugInfo.cpp 231 /// isSubprogram - Return true if the specified tag is legal for
233 bool DIDescriptor::isSubprogram() const {
525 if (!isSubprogram())
713 if (!getContext().isSubprogram())
760 if (isSubprogram())
780 if (isSubprogram())
927 if (D.isSubprogram())
    [all...]
DebugLoc.cpp 82 if (SP.isSubprogram()) {
DIBuilder.cpp     [all...]
  /external/llvm/include/llvm/IR/
DebugInfo.h 132 bool isSubprogram() const;
551 if (getScope().isSubprogram())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 304 if (D.isSubprogram())
546 assert(Sub.isSubprogram());
565 assert((Scope->getInlinedAt() || !DS.isSubprogram()) &&
576 if (Scope->getParent() && DS.isSubprogram()) {
709 else if (Entity.isSubprogram())
    [all...]
WinCodeViewLineTables.cpp 24 assert((D.isCompileUnit() || D.isFile() || D.isSubprogram() ||
DwarfUnit.cpp 139 (D.isSubprogram() && !DISubprogram(D).isDefinition())) &&
449 assert(SP.isSubprogram());
    [all...]
AsmPrinter.cpp 639 if (V.getContext().isSubprogram()) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DebugIR.cpp 222 assert(Sub.isSubprogram());
GCOVProfiling.cpp 491 assert((!SP || SP.isSubprogram()) &&
574 assert((!SP || SP.isSubprogram()) &&
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 129 } else if (Scope.isLexicalBlock() || Scope.isSubprogram()) {
    [all...]

Completed in 114 milliseconds