Home
last modified time | relevance | path

Searched refs:RootFile (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h225 MCDwarfFile RootFile; member
262 RootFile.Name = std::string(FileName); in setRootFile()
263 RootFile.DirIndex = 0; in setRootFile()
264 RootFile.Checksum = Checksum; in setRootFile()
265 RootFile.Source = Source; in setRootFile()
273 RootFile.Name.clear(); in resetFileTable()
291 if (!Header.RootFile.Name.empty()) in maybeSetRootFile()
335 Header.RootFile.Name = std::string(FileName); in setRootFile()
336 Header.RootFile.DirIndex = 0; in setRootFile()
337 Header.RootFile.Checksum = Checksum; in setRootFile()
[all …]
/freebsd-13.1/stand/efi/include/
H A Defifs.h48 EFI_LBA RootFile; member
/freebsd-13.1/sys/contrib/dev/acpica/include/
H A Dacconvert.h240 FILE *RootFile);
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp443 assert((!RootFile.Name.empty() || MCDwarfFiles.size() >= 1) && in emitV5FileDirTables()
445 emitOneV5FileEntry(MCOS, RootFile.Name.empty() ? MCDwarfFiles[1] : RootFile, in emitV5FileDirTables()
542 static bool isRootFile(const MCDwarfFile &RootFile, StringRef &Directory, in isRootFile() argument
544 if (RootFile.Name.empty() || RootFile.Name != FileName.data()) in isRootFile()
546 return RootFile.Checksum == Checksum; in isRootFile()
569 if (isRootFile(RootFile, Directory, FileName, Checksum) && DwarfVersion >= 5) in tryGetFile()
980 const MCDwarfFile &RootFile = in EmitGenDwarfInfo() local
984 MCOS->emitBytes(RootFile.Name); in EmitGenDwarfInfo()
/freebsd-13.1/sys/contrib/dev/acpica/compiler/
H A Dcvparser.c245 FILE *RootFile) in CvInitFileTree() argument
280 AcpiGbl_FileTreeRoot->File = RootFile; in CvInitFileTree()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp939 const MCDwarfFile &RootFile = in enabledGenDwarfForAssembly() local
942 /*CUID=*/0, getContext().getCompilationDir(), RootFile.Name, in enabledGenDwarfForAssembly()
943 RootFile.Checksum, RootFile.Source)); in enabledGenDwarfForAssembly()
H A DMasmParser.cpp1310 const MCDwarfFile &RootFile = in enabledGenDwarfForAssembly() local
1313 /*CUID=*/0, getContext().getCompilationDir(), RootFile.Name, in enabledGenDwarfForAssembly()
1314 RootFile.Checksum, RootFile.Source)); in enabledGenDwarfForAssembly()