Home | History | Annotate | Download | only in MC

Lines Matching full:fullpathname

826     SmallString<128> FullPathName = Directory;
827 sys::path::append(FullPathName, Filename);
828 return EmitDwarfFileDirective(FileNo, "", FullPathName, CUID);