Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h267 MCDwarfFile RootFile; member
304 RootFile.Name = std::string(FileName); in setRootFile()
305 RootFile.DirIndex = 0; in setRootFile()
306 RootFile.Checksum = Checksum; in setRootFile()
307 RootFile.Source = Source; in setRootFile()
315 RootFile.Name.clear(); in resetFileTable()
334 if (!Header.RootFile.Name.empty()) in maybeSetRootFile()
384 Header.RootFile.Name = std::string(FileName); in setRootFile()
385 Header.RootFile.DirIndex = 0; in setRootFile()
386 Header.RootFile.Checksum = Checksum; in setRootFile()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp485 assert((!RootFile.Name.empty() || MCDwarfFiles.size() >= 1) && in emitV5FileDirTables()
487 emitOneV5FileEntry(MCOS, RootFile.Name.empty() ? MCDwarfFiles[1] : RootFile, in emitV5FileDirTables()
583 static bool isRootFile(const MCDwarfFile &RootFile, StringRef &Directory, in isRootFile() argument
586 if (RootFile.Name.empty() || StringRef(RootFile.Name) != FileName) in isRootFile()
588 return RootFile.Checksum == Checksum; in isRootFile()
609 if (DwarfVersion >= 5 && isRootFile(RootFile, Directory, FileName, Checksum)) in tryGetFile()
1015 const MCDwarfFile &RootFile = in EmitGenDwarfInfo() local
1019 MCOS->emitBytes(RootFile.Name); in EmitGenDwarfInfo()
/freebsd/stand/efi/include/
H A Defifs.h47 EFI_LBA RootFile; member
/freebsd/sys/contrib/dev/acpica/include/
H A Dacconvert.h240 FILE *RootFile);
/freebsd/sys/contrib/dev/acpica/compiler/
H A Dcvparser.c245 FILE *RootFile) in CvInitFileTree() argument
280 AcpiGbl_FileTreeRoot->File = RootFile; in CvInitFileTree()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp957 const MCDwarfFile &RootFile = in enabledGenDwarfForAssembly() local
960 /*CUID=*/0, getContext().getCompilationDir(), RootFile.Name, in enabledGenDwarfForAssembly()
961 RootFile.Checksum, RootFile.Source)); in enabledGenDwarfForAssembly()
H A DMasmParser.cpp1329 const MCDwarfFile &RootFile = in enabledGenDwarfForAssembly() local
1332 /*CUID=*/0, getContext().getCompilationDir(), RootFile.Name, in enabledGenDwarfForAssembly()
1333 RootFile.Checksum, RootFile.Source)); in enabledGenDwarfForAssembly()