Searched defs:DIL (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DAddDiscriminators.cpp189 const DILocation *DIL = I.getDebugLoc(); local
190 if (!DIL)
192 Location L = std::make_pair(DIL->getFilename(), DIL->getLine());
202 auto *Scope = DIL->getScope();
204 Builder.createFile(DIL->getFilename(), Scope->getDirectory());
207 I.setDebugLoc(DILocation::get(Ctx, DIL->getLine(), DIL->getColumn(),
208 NewScope, DIL->getInlinedAt()));
209 DEBUG(dbgs() << DIL
[all...]
/external/llvm/lib/Transforms/IPO/
H A DSampleProfile.cpp468 const DILocation *DIL = DLoc; local
470 unsigned HeaderLineno = DIL->getScope()->getSubprogram()->getLine();
473 uint32_t Discriminator = DIL->getDiscriminator();
487 DEBUG(dbgs() << " " << Lineno << "." << DIL->getDiscriminator() << ":"
489 << DIL->getDiscriminator() << " - weight: " << R.get()
566 const DILocation *DIL = Inst.getDebugLoc(); local
567 if (!DIL) {
570 DISubprogram *SP = DIL->getScope()->getSubprogram();
579 getOffset(DIL->getLine(), SP->getLine()), DIL
594 const DILocation *DIL = Inst.getDebugLoc(); local
[all...]
/external/spirv-llvm/lib/SPIRV/
H A DSPIRVWriter.cpp138 DILocation* DIL = DL.get(); local
139 auto File = BM->getString(DIL->getFilename().str());

Completed in 1398 milliseconds