Home | History | Annotate | Download | only in Utils

Lines Matching defs:File

5 // This file is distributed under the University of Illinois Open Source
10 // This file adds DWARF discriminators to the IR. Path discriminators are
112 /// instruction I2 in B2 are located at the same file and line number.
132 /// instruction in block 'if.then' that share the same file and line
153 /// If the last instruction I1 of a block B1 is at the same file and line
156 /// file and line location as I2. This new lexical block will have a
203 auto *File =
205 NewScope = Builder.createLexicalBlockFile(Scope, File, ++LDM[L]);
235 auto *File = Builder.createFile(CurrentDIL->getFilename(),
237 auto *NewScope = Builder.createLexicalBlockFile(Scope, File, ++LDM[L]);