Home
last modified time | relevance | path

Searched refs:FileNames (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
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() argument
181 FileNames.push_back(FileEntry); in parseV2DirFileTables()
[all …]
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/
DMCAssembler.h122 std::vector<std::string> FileNames; variable
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/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
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()
DMCAssembler.cpp101 FileNames.clear(); in reset()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h97 std::vector<FileNameEntry> FileNames; member