Lines Matching defs:DIL
54 static uint64_t getCallStackHash(const DILocation *DIL) {
56 const DILocation *InlinedAt = DIL ? DIL->getInlinedAt() : nullptr;
367 auto DIL = DILocation::get(SP->getContext(), 0, 0, SP);
368 I->setDebugLoc(DIL);
411 if (auto DIL = Probe->getDebugLoc()) {
412 if (DIL->getDiscriminator()) {
413 DIL = DIL->cloneWithDiscriminator(0);
414 Probe->setDebugLoc(DIL);
429 if (auto DIL = Call->getDebugLoc()) {
435 DIL->getBaseDiscriminator());
436 DIL = DIL->cloneWithDiscriminator(V);
437 Call->setDebugLoc(DIL);