Lines Matching defs:DIL
874 auto GetOffset = [](const DILocation *DIL) {
875 return (DIL->getLine() - DIL->getScope()->getSubprogram()->getLine()) &
907 for (const DILocation *DIL = I.getDebugLoc(); DIL != nullptr;
908 DIL = DIL->getInlinedAt()) {
911 StringRef Name = DIL->getScope()->getSubprogram()->getLinkageName();
913 Name = DIL->getScope()->getSubprogram()->getName();
915 auto StackId = computeStackId(CalleeGUID, GetOffset(DIL),
916 ProfileHasColumns ? DIL->getColumn() : 0);