Searched refs:RootFile (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCDwarf.h | 263 MCDwarfFile RootFile; member 300 RootFile.Name = std::string(FileName); in setRootFile() 301 RootFile.DirIndex = 0; in setRootFile() 302 RootFile.Checksum = Checksum; in setRootFile() 303 RootFile.Source = Source; in setRootFile() 311 RootFile.Name.clear(); in resetFileTable() 329 if (!Header.RootFile.Name.empty()) in maybeSetRootFile() 378 Header.RootFile.Name = std::string(FileName); in setRootFile() 379 Header.RootFile.DirIndex = 0; in setRootFile() 380 Header.RootFile.Checksum = Checksum; in setRootFile() [all …]
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 473 assert((!RootFile.Name.empty() || MCDwarfFiles.size() >= 1) && in emitV5FileDirTables() 475 emitOneV5FileEntry(MCOS, RootFile.Name.empty() ? MCDwarfFiles[1] : RootFile, in emitV5FileDirTables() 572 static bool isRootFile(const MCDwarfFile &RootFile, StringRef &Directory, in isRootFile() argument 574 if (RootFile.Name.empty() || StringRef(RootFile.Name) != FileName) in isRootFile() 576 return RootFile.Checksum == Checksum; in isRootFile() 599 if (DwarfVersion >= 5 && isRootFile(RootFile, Directory, FileName, Checksum)) in tryGetFile() 1010 const MCDwarfFile &RootFile = in EmitGenDwarfInfo() local 1014 MCOS->emitBytes(RootFile.Name); in EmitGenDwarfInfo()
|
| /llvm-project-15.0.7/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 955 const MCDwarfFile &RootFile = in enabledGenDwarfForAssembly() local 958 /*CUID=*/0, getContext().getCompilationDir(), RootFile.Name, in enabledGenDwarfForAssembly() 959 RootFile.Checksum, RootFile.Source)); in enabledGenDwarfForAssembly()
|
| H A D | MasmParser.cpp | 1309 const MCDwarfFile &RootFile = in enabledGenDwarfForAssembly() local 1312 /*CUID=*/0, getContext().getCompilationDir(), RootFile.Name, in enabledGenDwarfForAssembly() 1313 RootFile.Checksum, RootFile.Source)); in enabledGenDwarfForAssembly()
|