Home
last modified time | relevance | path

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

/external/llvm-project/llvm/include/llvm/MC/
DMCDwarf.h224 MCDwarfFile RootFile; member
261 RootFile.Name = std::string(FileName); in setRootFile()
262 RootFile.DirIndex = 0; in setRootFile()
263 RootFile.Checksum = Checksum; in setRootFile()
264 RootFile.Source = Source; in setRootFile()
272 RootFile.Name.clear(); in resetFileTable()
290 if (!Header.RootFile.Name.empty()) in maybeSetRootFile()
334 Header.RootFile.Name = std::string(FileName); in setRootFile()
335 Header.RootFile.DirIndex = 0; in setRootFile()
336 Header.RootFile.Checksum = Checksum; in setRootFile()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCDwarf.h219 MCDwarfFile RootFile; member
256 RootFile.Name = FileName; in setRootFile()
257 RootFile.DirIndex = 0; in setRootFile()
258 RootFile.Checksum = Checksum; in setRootFile()
259 RootFile.Source = Source; in setRootFile()
267 RootFile.Name.clear(); in resetFileTable()
285 if (!Header.RootFile.Name.empty()) in maybeSetRootFile()
329 Header.RootFile.Name = FileName; in setRootFile()
330 Header.RootFile.DirIndex = 0; in setRootFile()
331 Header.RootFile.Checksum = Checksum; in setRootFile()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp439 assert((!RootFile.Name.empty() || MCDwarfFiles.size() >= 1) && in emitV5FileDirTables()
441 emitOneV5FileEntry(MCOS, RootFile.Name.empty() ? MCDwarfFiles[1] : RootFile, in emitV5FileDirTables()
547 static bool isRootFile(const MCDwarfFile &RootFile, StringRef &Directory, in isRootFile() argument
549 if (RootFile.Name.empty() || RootFile.Name != FileName.data()) in isRootFile()
551 return RootFile.Checksum == Checksum; in isRootFile()
574 if (isRootFile(RootFile, Directory, FileName, Checksum) && DwarfVersion >= 5) in tryGetFile()
1023 const MCDwarfFile &RootFile = in EmitGenDwarfInfo() local
1027 MCOS->EmitBytes(RootFile.Name); in EmitGenDwarfInfo()
/external/llvm-project/llvm/lib/MC/
DMCDwarf.cpp458 assert((!RootFile.Name.empty() || MCDwarfFiles.size() >= 1) && in emitV5FileDirTables()
460 emitOneV5FileEntry(MCOS, RootFile.Name.empty() ? MCDwarfFiles[1] : RootFile, in emitV5FileDirTables()
576 static bool isRootFile(const MCDwarfFile &RootFile, StringRef &Directory, in isRootFile() argument
578 if (RootFile.Name.empty() || RootFile.Name != FileName.data()) in isRootFile()
580 return RootFile.Checksum == Checksum; in isRootFile()
603 if (isRootFile(RootFile, Directory, FileName, Checksum) && DwarfVersion >= 5) in tryGetFile()
1063 const MCDwarfFile &RootFile = in EmitGenDwarfInfo() local
1067 MCOS->emitBytes(RootFile.Name); in EmitGenDwarfInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp876 const MCDwarfFile &RootFile = in enabledGenDwarfForAssembly() local
879 /*CUID=*/0, getContext().getCompilationDir(), RootFile.Name, in enabledGenDwarfForAssembly()
880 RootFile.Checksum, RootFile.Source)); in enabledGenDwarfForAssembly()
/external/llvm-project/llvm/lib/MC/MCParser/
DAsmParser.cpp881 const MCDwarfFile &RootFile = in enabledGenDwarfForAssembly() local
884 /*CUID=*/0, getContext().getCompilationDir(), RootFile.Name, in enabledGenDwarfForAssembly()
885 RootFile.Checksum, RootFile.Source)); in enabledGenDwarfForAssembly()
DMasmParser.cpp1201 const MCDwarfFile &RootFile = in enabledGenDwarfForAssembly() local
1204 /*CUID=*/0, getContext().getCompilationDir(), RootFile.Name, in enabledGenDwarfForAssembly()
1205 RootFile.Checksum, RootFile.Source)); in enabledGenDwarfForAssembly()