Home
last modified time | relevance | path

Searched refs:CompDir (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugLine.h236 bool getFileNameByIndex(uint64_t FileIndex, const char *CompDir,
242 bool getFileLineInfoForAddress(uint64_t Address, const char *CompDir,
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp978 const char *CompDir, in getFileNameByIndex() argument
1004 if (CompDir && Kind == FileLineInfoKind::AbsoluteFilePath && in getFileNameByIndex()
1006 sys::path::append(FilePath, CompDir); in getFileNameByIndex()
1015 uint64_t Address, const char *CompDir, FileLineInfoKind Kind, in getFileLineInfoForAddress() argument
1023 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCContext.cpp555 std::string CompDir = CompilationDir.str(); in RemapDebugPaths() local
556 RemapDebugPath(CompDir); in RemapDebugPaths()
557 CompilationDir = CompDir; in RemapDebugPaths()
H A DMCDwarf.cpp393 const StringRef CompDir = in emitV5FileDirTables() local
397 LineStr->emitRef(MCOS, CompDir); in emitV5FileDirTables()
402 MCOS->EmitBytes(CompDir); in emitV5FileDirTables()