Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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 …]
/netbsd-src/external/apache2/llvm/dist/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()
1028 const MCDwarfFile &RootFile = in EmitGenDwarfInfo() local
1032 MCOS->emitBytes(RootFile.Name); in EmitGenDwarfInfo()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defifs.h42 EFI_LBA RootFile; member
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacconvert.h132 FILE *RootFile);
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Dcvparser.c137 FILE *RootFile) in CvInitFileTree() argument
172 AcpiGbl_FileTreeRoot->File = RootFile; in CvInitFileTree()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DAsmParser.cpp935 const MCDwarfFile &RootFile = in enabledGenDwarfForAssembly() local
938 /*CUID=*/0, getContext().getCompilationDir(), RootFile.Name, in enabledGenDwarfForAssembly()
939 RootFile.Checksum, RootFile.Source)); in enabledGenDwarfForAssembly()
H A DMasmParser.cpp1201 const MCDwarfFile &RootFile = in enabledGenDwarfForAssembly() local
1204 /*CUID=*/0, getContext().getCompilationDir(), RootFile.Name, in enabledGenDwarfForAssembly()
1205 RootFile.Checksum, RootFile.Source)); in enabledGenDwarfForAssembly()