Home | History | Annotate | Download | only in MC

Lines Matching refs:Directory

193   unsigned EmitDwarfFileDirective(unsigned FileNo, StringRef Directory,
879 StringRef Directory,
886 FileNo = Table.getFile(Directory, Filename, FileNo);
894 if (!UseDwarfDirectory && !Directory.empty()) {
896 Directory = "";
898 FullPathName = Directory;
900 Directory = "";
906 if (!Directory.empty()) {
907 PrintQuotedString(Directory, OS);