/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 133 getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, 266 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex() 269 return Prologue.getFileNameByIndex(FileIndex, CompDir, Kind, Result); in getFileNameByIndex() 275 const char *CompDir,
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugLine.h | 127 getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, 265 bool getFileNameByIndex(uint64_t FileIndex, StringRef CompDir, in getFileNameByIndex() 268 return Prologue.getFileNameByIndex(FileIndex, CompDir, Kind, Result); in getFileNameByIndex() 274 const char *CompDir,
|
/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/llvm-project/llvm/lib/DebugInfo/GSYM/ |
D | DwarfTransformer.cpp | 29 const char *CompDir; member 36 CompDir = CU->getCompilationDir(); in CUInfo() 75 DwarfFileIdx, CompDir, in DWARFToGSYMFileIndex()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 1048 uint64_t FileIndex, StringRef CompDir, FileLineInfoKind Kind, in getFileNameByIndex() argument 1077 if (!CompDir.empty() && !isPathAbsoluteOnWindowsOrPosix(IncludeDir)) in getFileNameByIndex() 1078 sys::path::append(FilePath, Style, CompDir); in getFileNameByIndex() 1088 object::SectionedAddress Address, const char *CompDir, in getFileLineInfoForAddress() argument 1096 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCContext.cpp | 596 std::string CompDir = CompilationDir.str(); in RemapDebugPaths() local 597 RemapDebugPath(CompDir); in RemapDebugPaths() 598 CompilationDir = CompDir; in RemapDebugPaths()
|
D | MCDwarf.cpp | 391 const StringRef CompDir = CompilationDir.empty() in emitV5FileDirTables() local 396 LineStr->emitRef(MCOS, CompDir); in emitV5FileDirTables() 401 MCOS->EmitBytes(CompDir); in emitV5FileDirTables()
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFDebugLineTest.cpp | 1733 StringRef CompDir = "a dir"; in TEST_F() local 1737 1, CompDir, DILineInfoSpecifier::FileLineInfoKind::None, Result)); in TEST_F() 1740 1, CompDir, in TEST_F() 1744 1, CompDir, in TEST_F() 1750 1, CompDir, in TEST_F() 1756 1, CompDir, in TEST_F()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLine.cpp | 1348 uint64_t FileIndex, StringRef CompDir, FileLineInfoKind Kind, in getFileNameByIndex() argument 1385 if (Kind == FileLineInfoKind::AbsoluteFilePath && !CompDir.empty() && in getFileNameByIndex() 1387 sys::path::append(FilePath, Style, CompDir); in getFileNameByIndex() 1400 object::SectionedAddress Address, const char *CompDir, in getFileLineInfoForAddress() argument 1408 if (!getFileNameByIndex(Row.File, CompDir, Kind, Result.FileName)) in getFileLineInfoForAddress()
|
/external/llvm-project/llvm/lib/MC/ |
D | MCContext.cpp | 729 std::string CompDir = std::string(CompilationDir.str()); in RemapDebugPaths() local 730 RemapDebugPath(CompDir); in RemapDebugPaths() 731 CompilationDir = CompDir; in RemapDebugPaths()
|
D | MCDwarf.cpp | 410 const StringRef CompDir = CompilationDir.empty() in emitV5FileDirTables() local 415 LineStr->emitRef(MCOS, CompDir); in emitV5FileDirTables() 420 MCOS->emitBytes(CompDir); in emitV5FileDirTables()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGDebugInfo.cpp | 2575 StringRef CompDir = TheCU->getDirectory(); in getOrCreateModuleRef() local 2576 if (Relative.consume_front(CompDir)) in getOrCreateModuleRef()
|