Searched refs:RootFile (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | MCDwarf.h | 263 MCDwarfFile RootFile; member 299 RootFile.Name = std::string(FileName); in setRootFile() 300 RootFile.DirIndex = 0; in setRootFile() 301 RootFile.Checksum = Checksum; in setRootFile() 302 RootFile.Source = Source; in setRootFile() 310 RootFile.Name.clear(); in resetFileTable() 329 if (!Header.RootFile.Name.empty()) in maybeSetRootFile() 379 Header.RootFile.Name = std::string(FileName); in setRootFile() 380 Header.RootFile.DirIndex = 0; in setRootFile() 381 Header.RootFile.Checksum = Checksum; in setRootFile() [all …]
|
| /openbsd-src/sys/stand/efi/include/ |
| H A D | efifs.h | 48 EFI_LBA RootFile; member
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 472 assert((!RootFile.Name.empty() || MCDwarfFiles.size() >= 1) && in emitV5FileDirTables() 474 emitOneV5FileEntry(MCOS, RootFile.Name.empty() ? MCDwarfFiles[1] : RootFile, in emitV5FileDirTables() 570 static bool isRootFile(const MCDwarfFile &RootFile, StringRef &Directory, in isRootFile() argument 573 if (RootFile.Name.empty() || StringRef(RootFile.Name) != FileName) in isRootFile() 575 return RootFile.Checksum == Checksum; in isRootFile() 596 if (DwarfVersion >= 5 && isRootFile(RootFile, Directory, FileName, Checksum)) in tryGetFile() 1007 const MCDwarfFile &RootFile = in EmitGenDwarfInfo() local 1011 MCOS->emitBytes(RootFile.Name); in EmitGenDwarfInfo()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/MCParser/ |
| H A D | AsmParser.cpp | 957 const MCDwarfFile &RootFile = in enabledGenDwarfForAssembly() local 960 /*CUID=*/0, getContext().getCompilationDir(), RootFile.Name, in enabledGenDwarfForAssembly() 961 RootFile.Checksum, RootFile.Source)); in enabledGenDwarfForAssembly()
|
| H A D | MasmParser.cpp | 1329 const MCDwarfFile &RootFile = in enabledGenDwarfForAssembly() local 1332 /*CUID=*/0, getContext().getCompilationDir(), RootFile.Name, in enabledGenDwarfForAssembly() 1333 RootFile.Checksum, RootFile.Source)); in enabledGenDwarfForAssembly()
|