Lines Matching defs:File
5 // This file is distributed under the University of Illinois Open Source
34 /// \file
36 /// This file implements conversion of LLVM intermediate language to SPIR-V
139 auto File = BM->getString(DIL->getFilename().str());
144 BM->addLine(BV, File, DL.getLine(), DL.getCol());
148 auto File = BM->getString(DIS->getFilename().str());
149 BM->addLine(BV, File, DIS->getLine(), 0);