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

/freebsd-current/contrib/llvm-project/clang/tools/clang-format/
H A DClangFormat.cpp204 static cl::list<std::string> FileNames(cl::Positional,
552 if (!FileNames.empty()) {
556 MemoryBuffer::getFileOrSTDIN(FileNames[0]);
565 FileNames.empty() || FileNames[0] == "-"
567 : FileNames[0],
695 FileNames.push_back(Line);
701 if (FileNames.empty())
704 if (FileNames.size() > 1 &&
713 for (const auto &FileName : FileNames) {
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp90 if (!LineTable.Prologue.FileNames.empty()) {
293 assert(LineTable.Prologue.FileNames.size() < UINT32_MAX);
294 FileIdx = LineTable.Prologue.FileNames.size();
296 LineTable.Prologue.FileNames.push_back(DWARFDebugLine::FileNameEntry());
297 LineTable.Prologue.FileNames.back().Name = DWARFFormValue::createFromPValue(
299 LineTable.Prologue.FileNames.back().DirIdx = DirIdx;
362 if (!LineTable.Prologue.FileNames.empty()) {
H A DDebugLineSectionEmitter.h143 for (const DWARFDebugLine::FileNameEntry &File : P.FileNames) {
202 if (P.FileNames.empty()) {
206 FileNameForm = P.FileNames[0].Name.getForm();
207 LLVMSourceForm = P.FileNames[0].Source.getForm();
232 encodeULEB128(P.FileNames.size(), Section.OS);
235 for (auto File : P.FileNames) {
H A DDWARFLinkerUnit.h198 FileNamesCache FileNames;
H A DDWARFLinkerCompileUnit.cpp243 FileNames.shrink_and_clear();
1690 FileNamesCache::iterator FileData = FileNames.find(FileIdx);
1691 if (FileData != FileNames.end())
1711 FileNames
1762 FileNames
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp77 return FileIndex < FileNames.size();
78 return FileIndex != 0 && FileIndex <= FileNames.size();
83 if (FileNames.empty())
90 return FileNames.size() - 1;
91 return FileNames.size();
101 return FileNames[Index];
102 return FileNames[Index - 1];
114 FileNames.clear();
156 if (!FileNames.empty()) {
159 for (uint32_t I = 0; I != FileNames
188 parseV2DirFileTables(const DWARFDataExtractor &DebugLineData, uint64_t *OffsetPtr, DWARFDebugLine::ContentTypeTracker &ContentTypes, std::vector<DWARFFormValue> &IncludeDirectories, std::vector<DWARFDebugLine::FileNameEntry> &FileNames) argument
273 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) argument
[all...]
H A DDWARFVerifier.cpp891 for (const auto &FileName : LineTable->Prologue.FileNames) {
948 if ((LineTable->Prologue.FileNames.size() ||
957 << LineTable->Prologue.FileNames.size()
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAssembler.h135 std::vector<std::pair<std::string, size_t>> FileNames; member in namespace:llvm
482 return FileNames;
486 FileNames.emplace_back(std::string(FileName), Symbols.size());
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Debugging/
H A DDebuggerSupportPlugin.cpp183 if (!LineTable.Prologue.FileNames.empty())
184 FileName = *dwarf::toString(LineTable.Prologue.FileNames[0].Name);
/freebsd-current/contrib/llvm-project/llvm/tools/bugpoint/
H A DBugDriver.h74 bool addSources(const std::vector<std::string> &FileNames);
/freebsd-current/contrib/llvm-project/llvm/lib/MC/
H A DELFObjectWriter.cpp662 MutableArrayRef<std::pair<std::string, size_t>> FileNames = local
664 for (const std::pair<std::string, size_t> &F : FileNames)
761 auto FileNameIt = FileNames.begin();
762 if (!FileNames.empty())
763 FileNames[0].second = 0;
767 for (; FileNameIt != FileNames.end() && FileNameIt->second <= MSD.Order;
781 for (; FileNameIt != FileNames.end(); ++FileNameIt) {
H A DXCOFFObjectWriter.cpp300 std::vector<std::pair<std::string, size_t>> FileNames; member in class:__anon2105::XCOFFObjectWriter
632 FileNames = Asm.getFileNames();
634 if (FileNames.empty())
635 FileNames.emplace_back(".file", 0);
636 for (const std::pair<std::string, size_t> &F : FileNames) {
1108 for (const std::pair<std::string, size_t> &F : FileNames) {
1356 uint32_t SymbolTableIndex = FileNames.size();
H A DMCAssembler.cpp104 FileNames.clear();
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h93 std::vector<FileNameEntry> FileNames; member in struct:llvm::DWARFDebugLine::Prologue
/freebsd-current/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp875 for (const DWARFDebugLine::FileNameEntry &File : P.FileNames) {
921 if (P.FileNames.empty()) {
931 auto StrForm = P.FileNames[0].Name.getForm();
950 LineSectionSize += MS->emitULEB128IntValue(P.FileNames.size());
953 for (auto File : P.FileNames) {
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVELFReader.cpp712 if (!Lines->Prologue.FileNames.empty())
714 Lines->Prologue.FileNames) {
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp41 FileCache.assign(LineTable->Prologue.FileNames.size() + 1, UINT32_MAX);
/freebsd-current/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();

Completed in 303 milliseconds