Lines Matching defs:DIL
839 auto GetOffset = [](const DILocation *DIL) {
840 return (DIL->getLine() - DIL->getScope()->getSubprogram()->getLine()) &
866 for (const DILocation *DIL = I.getDebugLoc(); DIL;
867 DIL = DIL->getInlinedAt()) {
868 StringRef CallerName = DIL->getSubprogramLinkageName();
891 LineLocation Loc = {GetOffset(DIL), DIL->getColumn()};
1070 auto GetOffset = [](const DILocation *DIL) {
1071 return (DIL->getLine() - DIL->getScope()->getSubprogram()->getLine()) &
1102 for (const DILocation *DIL = I.getDebugLoc(); DIL != nullptr;
1103 DIL = DIL->getInlinedAt()) {
1106 StringRef Name = DIL->getScope()->getSubprogram()->getLinkageName();
1108 Name = DIL->getScope()->getSubprogram()->getName();
1110 auto StackId = computeStackId(CalleeGUID, GetOffset(DIL),
1111 ProfileHasColumns ? DIL->getColumn() : 0);