HomeSort by: relevance | last modified time | path
    Searched defs:getSubprogram (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/IR/
DIBuilder.cpp 804 static DISubprogram *getSubprogram(bool IsDistinct, Ts &&... Args) {
817 auto *Node = getSubprogram(
855 auto *SP = getSubprogram(
981 assert(DL->getScope()->getSubprogram() ==
982 VarInfo->getScope()->getSubprogram() &&
1004 assert(DL->getScope()->getSubprogram() ==
1005 VarInfo->getScope()->getSubprogram() &&
1026 assert(DL->getScope()->getSubprogram() ==
1027 LabelInfo->getScope()->getSubprogram() &&
DebugInfoMetadata.cpp 812 DISubprogram *DILocalScope::getSubprogram() const {
814 return Block->getScope()->getSubprogram();
892 return F->getSubprogram() == this;
Verifier.cpp 2619 auto *N = F.getSubprogram();
2649 DISubprogram *SP = Scope->getSubprogram();
3356 if (Call.getFunction()->getSubprogram() && Call.getCalledFunction() &&
3357 Call.getCalledFunction()->getSubprogram())
5302 static DISubprogram *getSubprogram(Metadata *LocalScope) {
5310 return getSubprogram(LB->getRawScope());
5482 DISubprogram *VarSP = getSubprogram(Var->getRawScope());
5483 DISubprogram *LocSP = getSubprogram(Loc->getRawScope());
5489 &DII, BB, F, Var, Var->getScope()->getSubprogram(), Loc,
5490 Loc->getScope()->getSubprogram());
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
LowerMatrixIntrinsics.cpp 84 static DISubprogram *getSubprogram(DIScope *Scope) {
87 return cast<DILocalScope>(Scope)->getSubprogram();
1958 if (Func.getSubprogram()) {
1963 Subprog2Exprs.insert({getSubprogram(Context->getScope()), {}});
1987 if (getSubprogram(Context->getScope()) == KV.first) {

Completed in 25 milliseconds