Searched defs:getSubprogram (Results 1 - 4 of 4) sorted by relevance
/external/llvm/lib/IR/ |
H A D | DebugInfoMetadata.cpp | 334 DISubprogram *DILocalScope::getSubprogram() const { function in class:DILocalScope 336 return Block->getScope()->getSubprogram(); 366 if (F->getSubprogram() == this)
|
H A D | DIBuilder.cpp | 678 static DISubprogram *getSubprogram(bool IsDistinct, Ts &&... Args) { function 690 getSubprogram(/* IsDistinct = */ isDefinition, VMContext, 725 auto *SP = getSubprogram( 780 assert(DL->getScope()->getSubprogram() == 781 VarInfo->getScope()->getSubprogram() && 799 assert(DL->getScope()->getSubprogram() == 800 VarInfo->getScope()->getSubprogram() && 826 assert(DL->getScope()->getSubprogram() == 827 VarInfo->getScope()->getSubprogram() && 849 assert(DL->getScope()->getSubprogram() [all...] |
H A D | Verifier.cpp | 1847 auto *N = F.getSubprogram(); 1872 DISubprogram *SP = Scope ? Scope->getSubprogram() : nullptr; 3764 static DISubprogram *getSubprogram(Metadata *LocalScope) { function 3772 return getSubprogram(LB->getRawScope()); 3806 DISubprogram *VarSP = getSubprogram(Var->getRawScope()); 3807 DISubprogram *LocSP = getSubprogram(Loc->getRawScope()); 3813 &DII, BB, F, Var, Var->getScope()->getSubprogram(), Loc, 3814 Loc->getScope()->getSubprogram());
|
/external/llvm/unittests/IR/ |
H A D | MetadataTest.cpp | 85 DISubprogram *getSubprogram() { function in class:__anon13193::MetadataTest 90 DIScopeRef getSubprogramRef() { return getSubprogram()->getRef(); } 776 DISubprogram *N = getSubprogram(); 801 MDNode *N = getSubprogram(); 1421 DISubprogram *Declaration = getSubprogram(); 1532 getSubprogram(), Variables)); 1546 DILocalScope *Scope = getSubprogram(); 1561 DILexicalBlock::get(Context, getSubprogram(), File, Line, Column)); 1571 DISubprogram *SP = getSubprogram(); 1599 DILocalScope *Scope = getSubprogram(); [all...] |
Completed in 117 milliseconds