Searched refs:CompDir (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h125 getFileNameByIndex(uint64_t FileIndex, StringRef CompDir,
259 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, argument
262 return Prologue.getFileNameByIndex(FileIndex, CompDir, Kind, Result);
268 const char *CompDir,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp29 const char *CompDir; member in struct:llvm::gsym::CUInfo
36 CompDir = CU->getCompilationDir();
75 DwarfFileIdx, CompDir,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp1335 uint64_t FileIndex, StringRef CompDir, FileLineInfoKind Kind,
1372 if (Kind == FileLineInfoKind::AbsoluteFilePath && !CompDir.empty() &&
1374 sys::path::append(FilePath, Style, CompDir);
1387 object::SectionedAddress Address, const char *CompDir,
1395 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName))
1334 getFileNameByIndex( uint64_t FileIndex, StringRef CompDir, FileLineInfoKind Kind, std::string &Result, sys::path::Style Style) const argument
1386 getFileLineInfoForAddress( object::SectionedAddress Address, const char *CompDir, FileLineInfoKind Kind, DILineInfo &Result) const argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp717 std::string CompDir = std::string(CompilationDir.str()); local
718 RemapDebugPath(CompDir);
719 CompilationDir = CompDir;
H A DMCDwarf.cpp410 const StringRef CompDir = CompilationDir.empty() local
415 LineStr->emitRef(MCOS, CompDir);
420 MCOS->emitBytes(CompDir);
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2543 StringRef CompDir = TheCU->getDirectory();
2544 if (Relative.consume_front(CompDir))

Completed in 136 milliseconds