Searched refs:CompDir (Results 1 – 6 of 6) sorted by relevance
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 628 const char *CompDir, in getFileNameByIndex() argument 653 if (CompDir && Kind == FileLineInfoKind::AbsoluteFilePath && in getFileNameByIndex() 655 sys::path::append(FilePath, CompDir); in getFileNameByIndex() 664 uint64_t Address, const char *CompDir, FileLineInfoKind Kind, in getFileLineInfoForAddress() argument 672 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 193 bool getFileNameByIndex(uint64_t FileIndex, const char *CompDir, 199 bool getFileLineInfoForAddress(uint64_t Address, const char *CompDir,
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 236 bool getFileNameByIndex(uint64_t FileIndex, const char *CompDir, 242 bool getFileLineInfoForAddress(uint64_t Address, const char *CompDir,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | MCContext.cpp | 555 std::string CompDir = CompilationDir.str(); in RemapDebugPaths() local 556 RemapDebugPath(CompDir); in RemapDebugPaths() 557 CompilationDir = CompDir; in RemapDebugPaths()
|
D | MCDwarf.cpp | 393 const StringRef CompDir = in emitV5FileDirTables() local 397 LineStr->emitRef(MCOS, CompDir); in emitV5FileDirTables() 402 MCOS->EmitBytes(CompDir); in emitV5FileDirTables()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 990 const char *CompDir, in getFileNameByIndex() argument 1016 if (CompDir && Kind == FileLineInfoKind::AbsoluteFilePath && in getFileNameByIndex() 1018 sys::path::append(FilePath, CompDir); in getFileNameByIndex() 1027 uint64_t Address, const char *CompDir, FileLineInfoKind Kind, in getFileLineInfoForAddress() argument 1035 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
|