| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | SpecialCaseList.h | 147 Section(StringRef Str, unsigned FileIdx) in Section() 148 : SectionStr(Str), FileIdx(FileIdx) {}; in Section() 153 unsigned FileIdx; member 159 unsigned FileIdx, unsigned LineNo, 163 LLVM_ABI bool parse(unsigned FileIdx, const MemoryBuffer *MB,
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | SpecialCaseList.cpp | 148 bool SpecialCaseList::parse(unsigned FileIdx, const MemoryBuffer *MB, in parse() argument 151 if (auto Err = addSection("*", FileIdx, 1).moveInto(CurrentSection)) { in parse() 179 if (auto Err = addSection(Line.drop_front().drop_back(), FileIdx, LineNo, in parse() 213 auto [FileIdx, LineNo] = inSectionBlame(Section, Prefix, Query, Category); in inSection() 224 return {S.FileIdx, Blame}; in inSectionBlame()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | SanitizerSpecialCaseList.h | 61 : Mask(SM), Entries(E), FileIdx(idx) {}; in SanitizerSection() 65 unsigned FileIdx; member
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | SanitizerSpecialCaseList.cpp | 53 SanitizerSections.emplace_back(Mask, S.Entries, S.FileIdx); in createSanitizerSections() 72 return {S.FileIdx, LineNum}; in inSectionBlame()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerTypeUnit.cpp | 177 uint32_t FileIdx = in prepareDataForTreeCreation() local 186 DeclFileForm, FileIdx) in prepareDataForTreeCreation() 299 uint32_t FileIdx = FileEntry->second; in addFileNameIntoLinetable() local 300 return getVersion() < 5 ? FileIdx + 1 : FileIdx; in addFileNameIntoLinetable()
|
| H A D | DWARFLinkerCompileUnit.cpp | 185 StringEntry *CompileUnit::getFileName(unsigned FileIdx, in getFileName() argument 188 if (LineTablePtr->hasFileAtIndex(FileIdx)) { in getFileName() 191 ResolvedPathsMap::const_iterator It = ResolvedFullPaths.find(FileIdx); in getFileName() 195 FileIdx, getOrigUnit().getCompilationDir(), in getFileName() 225 FileIdx, GlobalStrings.insert(ResolvedPath).first)) in getFileName() 1671 uint64_t FileIdx; in getDirAndFilenameFromLineTable() local 1673 FileIdx = *Val; in getDirAndFilenameFromLineTable() 1675 FileIdx = *Val; in getDirAndFilenameFromLineTable() 1677 FileIdx = *Val; in getDirAndFilenameFromLineTable() 1681 return getDirAndFilenameFromLineTable(FileIdx); in getDirAndFilenameFromLineTable() [all …]
|
| H A D | DWARFLinkerCompileUnit.h | 108 StringEntry *getFileName(unsigned FileIdx, StringPool &GlobalStrings); 446 getDirAndFilenameFromLineTable(uint64_t FileIdx);
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | Statistics.cpp | 916 for (uint64_t FileIdx = 0; FileIdx <= *LastFileIdxOpt; ++FileIdx) { in collectStatsForObjectFile() local 919 FileIdx, CU->getCompilationDir(), in collectStatsForObjectFile() 924 CUFileMapping[FileIdx] = std::distance(Files.begin(), ExistingFile); in collectStatsForObjectFile() 926 CUFileMapping[FileIdx] = Files.size(); in collectStatsForObjectFile()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | GsymCreator.cpp | 51 uint32_t GsymCreator::copyFile(const GsymCreator &SrcGC, uint32_t FileIdx) { in copyFile() argument 55 if (FileIdx == 0) in copyFile() 57 const FileEntry SrcFE = SrcGC.Files[FileIdx]; in copyFile()
|
| H A D | DwarfTransformer.cpp | 380 const uint32_t FileIdx = OptFileIdx.value(); in convertFunctionLineTable() local 405 LineEntry LE(RowAddress, FileIdx, Row.Line); in convertFunctionLineTable() 434 if (LastLE && LastLE->File == FileIdx && LastLE->Line == Row.Line) in convertFunctionLineTable()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/ |
| H A D | GsymCreator.h | 247 uint32_t copyFile(const GsymCreator &SrcGC, uint32_t FileIdx);
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFVerifier.cpp | 805 if (auto FileIdx = AttrValue.Value.getAsUnsignedConstant()) { in verifyDebugInfoAttribute() local 810 if (!LT->hasFileAtIndex(*FileIdx)) { in verifyDebugInfoAttribute() 817 llvm::formatv("{0}", *FileIdx) + in verifyDebugInfoAttribute() 825 llvm::formatv("{0}", *FileIdx) + in verifyDebugInfoAttribute() 834 llvm::formatv("{0}", *FileIdx) + in verifyDebugInfoAttribute()
|