Home
last modified time | relevance | path

Searched refs:CompilationDir (Results 1 – 12 of 12) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingReader.h208 StringRef CompilationDir = "");
216 StringRef CompilationDir = "");
224 StringRef CompilationDir; variable
232 StringRef CompilationDir = "")
234 CompilationDir(CompilationDir) {} in RawCoverageReader()
H A DCoverageMapping.h608 ArrayRef<StringRef> Arches = None, StringRef CompilationDir = "");
/llvm-project-15.0.7/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp142 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 DCoverageMapping.cpp349 StringRef CompilationDir) { in load() argument
367 CovMappingBufRef, Arch, Buffers, CompilationDir); in load()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h190 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 DMCDwarf.h262 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 DDWARFUnit.cpp603 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 DCoverageMappingTest.cpp962 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 DMCContext.cpp164 CompilationDir.clear(); in reset()
870 remapDebugPath(CompilationDir); in RemapDebugPaths()
H A DMCDwarf.cpp421 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 DDwarfDebug.cpp1036 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 DDwarfDebug.h331 StringRef CompilationDir; variable