Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingReader.h209 StringRef CompilationDir = "",
216 llvm::endianness Endian, StringRef CompilationDir = "");
224 StringRef CompilationDir; variable
232 StringRef CompilationDir = "")
234 CompilationDir(CompilationDir) {} in RawCoverageReader()
H A DCoverageMapping.h943 loadFromFile(StringRef Filename, StringRef Arch, StringRef CompilationDir,
974 StringRef CompilationDir = "",
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp147 CompilationDir); in read()
178 if (!CompilationDir.empty()) in readUncompressed()
179 P.assign(CompilationDir); in readUncompressed()
595 StringRef CompilationDir; member in __anond42594300211::VersionedCovMapFuncRecordReader
658 : ProfileNames(P), CompilationDir(D), Filenames(F), Records(R) {} in VersionedCovMapFuncRecordReader()
696 CompilationDir); in readCoverageHeader()
855 StringRef CompilationDir, std::vector<std::string> &Filenames) { in readCoverageMappingData() argument
866 CompilationDir, Filenames); in readCoverageMappingData()
898 llvm::endianness Endian, StringRef CompilationDir) { in createCoverageReaderFromBuffer() argument
909 CompilationDir, Reader->Filenames)) in createCoverageReaderFromBuffer()
[all …]
H A DCoverageMapping.cpp971 StringRef Filename, StringRef Arch, StringRef CompilationDir, in loadFromFile() argument
984 CovMappingBufRef, Arch, Buffers, CompilationDir, in loadFromFile()
1010 vfs::FileSystem &FS, ArrayRef<StringRef> Arches, StringRef CompilationDir, in load() argument
1030 loadFromFile(File.value(), GetArch(File.index()), CompilationDir, in load()
1058 if (Error E = loadFromFile(Path, Arch, CompilationDir, *ProfileReader, in load()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h192 SmallString<128> CompilationDir; variable
667 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir()
670 void setCompilationDir(StringRef S) { CompilationDir = S.str(); } in setCompilationDir()
726 void setMCLineTableRootFile(unsigned CUID, StringRef CompilationDir, in setMCLineTableRootFile() argument
730 getMCDwarfLineTable(CUID).setRootFile(CompilationDir, Filename, Checksum, in setMCLineTableRootFile()
H A DMCDwarf.h266 std::string CompilationDir; member
303 CompilationDir = std::string(Directory); in setRootFile()
383 Header.CompilationDir = std::string(Directory); in setRootFile()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp616 auto CompilationDir = dwarf::toString(UnitDie.find(DW_AT_comp_dir)); in parseDWO() local
618 if (sys::path::is_relative(*DWOFileName) && CompilationDir && in parseDWO()
619 *CompilationDir) { in parseDWO()
620 sys::path::append(AbsolutePath, *CompilationDir); in parseDWO()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1041 if (!CompilationDir.empty()) in finishUnitAttributes()
1042 NewCU.addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in finishUnitAttributes()
1086 CompilationDir = DIUnit->getDirectory(); in getOrCreateDwarfCompileUnit()
1099 CompilationDir, DIUnit->getFilename(), getMD5AsBytes(DIUnit->getFile()), in getOrCreateDwarfCompileUnit()
3344 if (!CompilationDir.empty()) in initSkeletonUnit()
3345 NewU->addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in initSkeletonUnit()
3474 if (!CompilationDir.empty()) in addDwarfTypeUnitType()
3475 NewTU.addString(UnitDie, dwarf::DW_AT_comp_dir, CompilationDir); in addDwarfTypeUnitType()
H A DDwarfDebug.h393 StringRef CompilationDir;
338 StringRef CompilationDir; global() variable
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp164 CompilationDir.clear(); in reset()
908 remapDebugPath(CompilationDir); in RemapDebugPaths()
H A DMCDwarf.cpp433 if (!CompilationDir.empty()) { in emitV5FileDirTables()
434 Dir = CompilationDir; in emitV5FileDirTables()
596 if (Directory == CompilationDir) in tryGetFile()