Searched refs:CompDir (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 120 getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, 258 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex() 261 return Prologue.getFileNameByIndex(FileIndex, CompDir, Kind, Result); in getFileNameByIndex() 267 const char *CompDir,
|
| /llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 477 StringRef CompDir, in collectLineTableSources() argument 486 I, CompDir, DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, in collectLineTableSources() 505 StringRef CompDir = CU->getCompilationDir(); in collectObjectSources() local 507 Result &= collectLineTableSources(*LT, CompDir, Sources); in collectObjectSources() 520 AbsName = CompDir; in collectObjectSources()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/ |
| H A D | DwarfTransformer.cpp | 30 const char *CompDir; member 37 CompDir = CU->getCompilationDir(); in CUInfo() 76 DwarfFileIdx, CompDir, in DWARFToGSYMFileIndex()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 1352 uint64_t FileIndex, StringRef CompDir, FileLineInfoKind Kind, in getFileNameByIndex() argument 1390 (getVersion() < 5 || Entry.DirIdx != 0) && !CompDir.empty() && in getFileNameByIndex() 1392 sys::path::append(FilePath, Style, CompDir); in getFileNameByIndex() 1405 object::SectionedAddress Address, const char *CompDir, in getFileLineInfoForAddress() argument 1413 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 420 StringRef CompDir = MCOS->getContext().getCompilationDir(); in emitV5FileDirTables() local 424 CompDir = Dir.str(); in emitV5FileDirTables() 426 CompDir = LineStr->getSaver().save(CompDir); in emitV5FileDirTables() 430 LineStr->emitRef(MCOS, CompDir); in emitV5FileDirTables() 435 MCOS->emitBytes(CompDir); in emitV5FileDirTables()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DWARFDebugLineTest.cpp | 1968 StringRef CompDir = "a dir"; local 1972 1, CompDir, DILineInfoSpecifier::FileLineInfoKind::None, Result)); 1975 1, CompDir, 1979 1, CompDir, 1985 1, CompDir, 1991 1, CompDir,
|
| /llvm-project-15.0.7/bolt/lib/Rewrite/ |
| H A D | DWARFRewriter.cpp | 1566 std::string CompDir = opts::DwarfOutputPath.empty() in writeDWOFiles() local 1570 auto FullPath = CompDir.append("/").append(ObjectName); in writeDWOFiles()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 2749 StringRef CompDir = TheCU->getDirectory(); in getOrCreateModuleRef() local 2750 if (Relative.consume_front(CompDir)) in getOrCreateModuleRef()
|