Home
last modified time | relevance | path

Searched refs:FileNames (Results 1 - 14 of 14) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp73 return FileIndex < FileNames.size(); in hasFileAtIndex()
74 return FileIndex != 0 && FileIndex <= FileNames.size(); in hasFileAtIndex()
84 return FileNames[Index]; in getFileNameEntry()
85 return FileNames[Index - 1]; in getFileNameEntry()
97 FileNames.clear(); in clear()
130 if (!FileNames.empty()) { in dump()
133 for (uint32_t I = 0; I != FileNames.size(); ++I) { in dump()
134 const FileNameEntry &FileEntry = FileNames[I]; in dump()
161 std::vector<DWARFDebugLine::FileNameEntry> &FileNames) { in parseV2DirFileTables()
181 FileNames in parseV2DirFileTables()
157 parseV2DirFileTables(const DWARFDataExtractor &DebugLineData, uint64_t *OffsetPtr, uint64_t EndPrologueOffset, DWARFDebugLine::ContentTypeTracker &ContentTypes, std::vector<DWARFFormValue> &IncludeDirectories, std::vector<DWARFDebugLine::FileNameEntry> &FileNames) parseV2DirFileTables() argument
217 parseV5DirFileTables(const DWARFDataExtractor &DebugLineData, uint64_t *OffsetPtr, const dwarf::FormParams &FormParams, const DWARFContext &Ctx, const DWARFUnit *U, DWARFDebugLine::ContentTypeTracker &ContentTypes, std::vector<DWARFFormValue> &IncludeDirectories, std::vector<DWARFDebugLine::FileNameEntry> &FileNames) parseV5DirFileTables() argument
[all...]
H A DDWARFVerifier.cpp715 for (const auto &FileName : LineTable->Prologue.FileNames) { in verifyDebugLineRows()
777 << LineTable->Prologue.FileNames.size() in verifyDebugLineRows()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
H A DMCAssembler.h122 std::vector<std::string> FileNames; member
439 ArrayRef<std::string> getFileNames() { return FileNames; } in getFileNames()
442 if (!is_contained(FileNames, FileName)) in addFileName()
443 FileNames.push_back(FileName); in addFileName()
/third_party/lzma/CPP/7zip/UI/Common/
H A DUpdate.h164 FStringVector FileNames; member
166 bool ThereIsError() const { return SystemError != 0 || !Message.IsEmpty() || !FileNames.IsEmpty(); } in ThereIsError()
H A DArchiveOpenCallback.cpp33 FileNames.Clear(); in Init2()
349 FileNames.Add(name2);
H A DUpdate.cpp61 FileNames.Add(fileName); in SetFromLastError()
68 FileNames.Add(fileName); in SetFromError_DWORD()
860 errorInfo.FileNames = updateCallbackSpec->_openFiles_Paths; in Compress()
1237 errorInfo.FileNames.Add(us2fs(arcPath)); in UpdateArchive()
1496 errorInfo.FileNames.Add(path); in UpdateArchive()
1608 errorInfo.FileNames.Add(us2fs(arcPath)); in UpdateArchive()
1834 errorInfo.FileNames.Add(phyPath); in UpdateArchive()
H A DArchiveOpenCallback.h131 UStringVector FileNames; member in Z7_final
H A DOpenArchive.cpp3425 VolumePaths.Add(fs2us(prefix) + openCallbackSpec->FileNames[i]);
/third_party/lzma/C/
H A D7z.h128 Byte *FileNames; /* UTF-16-LE */ member
H A D7zArcIn.c144 p->FileNames = NULL; in SzArEx_Init()
162 ISzAlloc_Free(alloc, p->FileNames); in SzArEx_Free()
1232 MY_ALLOC_ZE_AND_CPY(p->FileNames, namesSize, namesData, allocMain) in SzReadHeader2()
1233 RINOK(SzReadFileNames(p->FileNames, namesSize, numFiles, p->FileNameOffsets)) in SzReadHeader2()
1734 const Byte *src = p->FileNames + offs * 2; in SzArEx_GetFileNameUtf16()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h97 std::vector<FileNameEntry> FileNames; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DELFObjectWriter.cpp719 ArrayRef<std::string> FileNames = Asm.getFileNames(); in computeSymbolTable() local
720 for (const std::string &Name : FileNames) in computeSymbolTable()
727 for (const std::string &Name : FileNames) in computeSymbolTable()
738 unsigned Index = FileNames.size() + 1; in computeSymbolTable()
H A DMCAssembler.cpp101 FileNames.clear(); in reset()
/third_party/lzma/CPP/7zip/UI/Console/
H A DMain.cpp431 FOR_VECTOR(i, errorInfo.FileNames) in WarningsCheck()
433 message += fs2us(errorInfo.FileNames[i]); in WarningsCheck()

Completed in 21 milliseconds