Searched refs:CompDir (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.h | 120 getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, 278 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex() 281 return Prologue.getFileNameByIndex(FileIndex, CompDir, Kind, Result); in getFileNameByIndex() 287 object::SectionedAddress Address, bool Approximate, const char *CompDir,
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/ |
| H A D | llvm-dwarfdump.cpp | 592 StringRef CompDir, in collectLineTableSources() argument 601 I, CompDir, DILineInfoSpecifier::FileLineInfoKind::AbsoluteFilePath, in collectLineTableSources() 620 StringRef CompDir = CU->getCompilationDir(); in collectObjectSources() local 622 Result &= collectLineTableSources(*LT, CompDir, Sources); in collectObjectSources() 635 AbsName = CompDir; in collectObjectSources()
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLine.cpp | 1480 uint64_t FileIndex, StringRef CompDir, FileLineInfoKind Kind, in getFileNameByIndex() argument 1518 (getVersion() < 5 || Entry.DirIdx != 0) && !CompDir.empty() && in getFileNameByIndex() 1520 sys::path::append(FilePath, Style, CompDir); in getFileNameByIndex() 1533 object::SectionedAddress Address, bool Approximate, const char *CompDir, in getFileLineInfoForAddress() argument 1542 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 471 StringRef CompDir = MCOS->getContext().getCompilationDir(); in emitV5FileDirTables() local 475 CompDir = Dir.str(); in emitV5FileDirTables() 477 CompDir = LineStr->getSaver().save(CompDir); in emitV5FileDirTables() 481 LineStr->emitRef(MCOS, CompDir); in emitV5FileDirTables() 486 MCOS->emitBytes(CompDir); in emitV5FileDirTables()
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DWARFLinkerCompileUnit.cpp | 1749 StringRef CompDir = getOrigUnit().getCompilationDir(); in getDirAndFilenameFromLineTable() local 1751 if (!CompDir.empty() && !isPathAbsoluteOnWindowsOrPosix(IncludeDir)) { in getDirAndFilenameFromLineTable() 1752 sys::path::append(FilePath, sys::path::Style::native, CompDir); in getDirAndFilenameFromLineTable()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 3255 StringRef CompDir = TheCU->getDirectory(); in getOrCreateModuleRef() local 3256 if (Relative.consume_front(CompDir)) in getOrCreateModuleRef()
|