Lines Matching defs:DIL
55 static uint64_t getCallStackHash(const DILocation *DIL) {
57 const DILocation *InlinedAt = DIL ? DIL->getInlinedAt() : nullptr;
368 auto DIL = DILocation::get(SP->getContext(), 0, 0, SP);
369 I->setDebugLoc(DIL);
412 if (auto DIL = Probe->getDebugLoc()) {
413 if (DIL->getDiscriminator()) {
414 DIL = DIL->cloneWithDiscriminator(0);
415 Probe->setDebugLoc(DIL);
430 if (auto DIL = Call->getDebugLoc()) {
436 DIL->getBaseDiscriminator());
437 DIL = DIL->cloneWithDiscriminator(V);
438 Call->setDebugLoc(DIL);