Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp204 static cl::list<std::string> FileNames(cl::Positional, variable
562 if (!FileNames.empty()) { in dumpConfig()
566 MemoryBuffer::getFileOrSTDIN(FileNames[0], /*IsText=*/true); in dumpConfig()
575 FileNames.empty() || FileNames[0] == "-" ? AssumeFileName : FileNames[0], in dumpConfig()
703 FileNames.push_back(Line); in main()
709 if (FileNames.empty()) in main()
712 if (FileNames.size() > 1 && in main()
721 for (const auto &FileName : FileNames) { in main()
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp90 if (!LineTable.Prologue.FileNames.empty()) { in createDIETree()
293 assert(LineTable.Prologue.FileNames.size() < UINT32_MAX); in addFileNameIntoLinetable()
294 FileIdx = LineTable.Prologue.FileNames.size(); in addFileNameIntoLinetable()
296 LineTable.Prologue.FileNames.push_back(DWARFDebugLine::FileNameEntry()); in addFileNameIntoLinetable()
297 LineTable.Prologue.FileNames.back().Name = DWARFFormValue::createFromPValue( in addFileNameIntoLinetable()
299 LineTable.Prologue.FileNames.back().DirIdx = DirIdx; in addFileNameIntoLinetable()
362 if (!LineTable.Prologue.FileNames.empty()) { in finishCloningAndEmit()
H A DDebugLineSectionEmitter.h143 for (const DWARFDebugLine::FileNameEntry &File : P.FileNames) { in emitLineTablePrologueV2IncludeAndFileTable()
202 if (P.FileNames.empty()) { in emitLineTablePrologueV5IncludeAndFileTable()
206 FileNameForm = P.FileNames[0].Name.getForm(); in emitLineTablePrologueV5IncludeAndFileTable()
207 LLVMSourceForm = P.FileNames[0].Source.getForm(); in emitLineTablePrologueV5IncludeAndFileTable()
232 encodeULEB128(P.FileNames.size(), Section.OS); in emitLineTablePrologueV5IncludeAndFileTable()
235 for (auto File : P.FileNames) { in emitLineTablePrologueV5IncludeAndFileTable()
H A DDWARFLinkerUnit.h206 FileNamesCache FileNames; in isODRLanguage()
198 FileNamesCache FileNames; global() variable
H A DDWARFLinkerCompileUnit.cpp243 FileNames.shrink_and_clear(); in cleanupDataAfterClonning()
1690 FileNamesCache::iterator FileData = FileNames.find(FileIdx); in getDirAndFilenameFromLineTable()
1691 if (FileData != FileNames.end()) in getDirAndFilenameFromLineTable()
1711 FileNames in getDirAndFilenameFromLineTable()
1762 FileNames in getDirAndFilenameFromLineTable()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp77 return FileIndex < FileNames.size(); in hasFileAtIndex()
78 return FileIndex != 0 && FileIndex <= FileNames.size(); in hasFileAtIndex()
83 if (FileNames.empty()) in getLastValidFileIndex()
90 return FileNames.size() - 1; in getLastValidFileIndex()
91 return FileNames.size(); in getLastValidFileIndex()
101 return FileNames[Index]; in getFileNameEntry()
102 return FileNames[Index - 1]; in getFileNameEntry()
114 FileNames.clear(); in clear()
156 if (!FileNames.empty()) { in dump()
159 for (uint32_t I = 0; I != FileNames in dump()
192 parseV2DirFileTables(const DWARFDataExtractor & DebugLineData,uint64_t * OffsetPtr,DWARFDebugLine::ContentTypeTracker & ContentTypes,std::vector<DWARFFormValue> & IncludeDirectories,std::vector<DWARFDebugLine::FileNameEntry> & FileNames) parseV2DirFileTables() argument
278 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.cpp994 for (const auto &FileName : LineTable->Prologue.FileNames) { in verifyAppleAccelTable()
1067 << LineTable->Prologue.FileNames.size() in verifyAppleAccelTable()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h135 std::vector<std::pair<std::string, size_t>> FileNames; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp510 MutableArrayRef<std::pair<std::string, size_t>> FileNames = in mergeTypeForSet()
512 for (const std::pair<std::string, size_t> &F : FileNames) in mergeTypeForSet()
615 auto FileNameIt = FileNames.begin(); in isInSymtab()
616 if (!FileNames.empty()) in isInSymtab()
617 FileNames[0].second = 0; in isInSymtab()
621 for (; FileNameIt != FileNames.end() && FileNameIt->second <= MSD.Order; in isInSymtab()
635 for (; FileNameIt != FileNames.end(); ++FileNameIt) { in createMemtagRelocs()
662 MutableArrayRef<std::pair<std::string, size_t>> FileNames = computeSymbolTable() local
H A DXCOFFObjectWriter.cpp641 if (FileNames.empty()) in executePostLayoutBinding()
642 FileNames.emplace_back(".file", 0); in executePostLayoutBinding()
643 for (const std::pair<std::string, size_t> &F : FileNames) { in executePostLayoutBinding()
1164 for (const std::pair<std::string, size_t> &F : FileNames) { in writeSymbolTable()
1418 (2 + (CompilerVersion.empty() ? 0 : 1)) * FileNames.size(); in assignAddressesAndIndices()
300 std::vector<std::pair<std::string, size_t>> FileNames; global() member in __anon26f8c94b0111::XCOFFObjectWriter
H A DMCAssembler.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp183 if (!LineTable.Prologue.FileNames.empty()) in startSynthesis()
184 FileName = *dwarf::toString(LineTable.Prologue.FileNames[0].Name); in startSynthesis()
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp875 for (const DWARFDebugLine::FileNameEntry &File : P.FileNames) { in emitLineTablePrologueV2IncludeAndFileTable()
921 if (P.FileNames.empty()) { in emitLineTablePrologueV5IncludeAndFileTable()
931 auto StrForm = P.FileNames[0].Name.getForm(); in emitLineTablePrologueV5IncludeAndFileTable()
950 LineSectionSize += MS->emitULEB128IntValue(P.FileNames.size()); in emitLineTablePrologueV5IncludeAndFileTable()
953 for (auto File : P.FileNames) { in emitLineTablePrologueV5IncludeAndFileTable()
/freebsd-src/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.h74 bool addSources(const std::vector<std::string> &FileNames);
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h93 std::vector<FileNameEntry> FileNames; member
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp43 FileCache.assign(LineTable->Prologue.FileNames.size() + 1, UINT32_MAX); in CUInfo()
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp219 if (prologue.FileNames.empty())
224 const size_t file_names = prologue.FileNames.size();