| /llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.h | 208 StringRef CompilationDir = ""); 216 StringRef CompilationDir = ""); 224 StringRef CompilationDir; variable 232 StringRef CompilationDir = "") 234 CompilationDir(CompilationDir) {} in RawCoverageReader()
|
| H A D | CoverageMapping.h | 608 ArrayRef<StringRef> Arches = None, StringRef CompilationDir = "");
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/ |
| H A D | CoverageMappingReader.cpp | 142 CompilationDir); in read() 173 if (!CompilationDir.empty()) in readUncompressed() 174 P.assign(CompilationDir); in readUncompressed() 544 StringRef CompilationDir; member in __anon758227600211::VersionedCovMapFuncRecordReader 641 CompilationDir); in readCoverageHeader() 831 support::endianness Endian, StringRef CompilationDir) { in createCoverageReaderFromBuffer() argument 926 BytesInAddress, Endian, CompilationDir); in loadTestingFormat() 957 StringRef CompilationDir = "") { in loadBinaryFormat() argument 1057 BytesInAddress, Endian, CompilationDir); in loadBinaryFormat() 1077 StringRef CompilationDir) { in create() argument [all …]
|
| H A D | CoverageMapping.cpp | 349 StringRef CompilationDir) { in load() argument 367 CovMappingBufRef, Arch, Buffers, CompilationDir); in load()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 190 SmallString<128> CompilationDir; variable 694 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir() 697 void setCompilationDir(StringRef S) { CompilationDir = S.str(); } in setCompilationDir() 752 void setMCLineTableRootFile(unsigned CUID, StringRef CompilationDir, in setMCLineTableRootFile() argument 756 getMCDwarfLineTable(CUID).setRootFile(CompilationDir, Filename, Checksum, in setMCLineTableRootFile()
|
| H A D | MCDwarf.h | 262 std::string CompilationDir; member 299 CompilationDir = std::string(Directory); in setRootFile() 377 Header.CompilationDir = std::string(Directory); in setRootFile()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFUnit.cpp | 603 auto CompilationDir = dwarf::toString(UnitDie.find(DW_AT_comp_dir)); in parseDWO() local 605 if (sys::path::is_relative(*DWOFileName) && CompilationDir && in parseDWO() 606 *CompilationDir) { in parseDWO() 607 sys::path::append(AbsolutePath, *CompilationDir); in parseDWO()
|
| /llvm-project-15.0.7/llvm/unittests/ProfileData/ |
| H A D | CoverageMappingTest.cpp | 962 StringRef CompilationDir = "out"; in TEST() local 965 CompilationDir); in TEST() 970 SmallString<256> P(CompilationDir); in TEST()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCContext.cpp | 164 CompilationDir.clear(); in reset() 870 remapDebugPath(CompilationDir); in RemapDebugPaths()
|
| H A D | MCDwarf.cpp | 421 if (!CompilationDir.empty()) { in emitV5FileDirTables() 422 Dir = CompilationDir; in emitV5FileDirTables() 586 if (Directory == CompilationDir) in tryGetFile()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 1036 if (!CompilationDir.empty()) in finishUnitAttributes() 1037 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in finishUnitAttributes() 1074 CompilationDir = DIUnit->getDirectory(); in getOrCreateDwarfCompileUnit() 1090 CompilationDir, DIUnit->getFilename(), getMD5AsBytes(DIUnit->getFile()), in getOrCreateDwarfCompileUnit() 3276 if (!CompilationDir.empty()) in initSkeletonUnit() 3277 NewU->addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in initSkeletonUnit()
|
| H A D | DwarfDebug.h | 331 StringRef CompilationDir; variable
|