Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCDwarf.h263 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 Defifs.h48 EFI_LBA RootFile; member
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp472 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 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()