Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMappingReader.h209 StringRef CompilationDir = "",
216 llvm::endianness Endian, StringRef CompilationDir = "");
224 StringRef CompilationDir;
232 StringRef CompilationDir = "")
234 CompilationDir(CompilationDir) {} in RawCoverageReader()
225 StringRef CompilationDir; global() variable
H A DCoverageMapping.h943 loadFromFile(StringRef Filename, StringRef Arch, StringRef CompilationDir,
974 StringRef CompilationDir = "",
/freebsd-src/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;
658 : ProfileNames(P), CompilationDir(D), Filenames(F), Records(R) {} in readCoverageHeader()
696 CompilationDir); in readCoverageHeader()
855 StringRef CompilationDir, std::vector<std::string> &Filenames) { in readCoverageMappingData()
866 CompilationDir, Filenames); in readCoverageMappingData()
898 llvm::endianness Endian, StringRef CompilationDir) { in createCoverageReaderFromBuffer()
909 CompilationDir, Reade in createCoverageReaderFromBuffer()
587 StringRef CompilationDir; global() member in __anon6356e8820211::VersionedCovMapFuncRecordReader
847 readCoverageMappingData(InstrProfSymtab & ProfileNames,StringRef CovMap,StringRef FuncRecords,std::vector<BinaryCoverageReader::ProfileMappingRecord> & Records,StringRef CompilationDir,std::vector<std::string> & Filenames) readCoverageMappingData() argument
890 createCoverageReaderFromBuffer(StringRef Coverage,FuncRecordsStorage && FuncRecords,InstrProfSymtab && ProfileNames,uint8_t BytesInAddress,llvm::endianness Endian,StringRef CompilationDir) createCoverageReaderFromBuffer() argument
923 loadTestingFormat(StringRef Data,StringRef CompilationDir) loadTestingFormat() argument
1067 loadBinaryFormat(std::unique_ptr<Binary> Bin,StringRef Arch,StringRef CompilationDir="",object::BuildIDRef * BinaryID=nullptr) loadBinaryFormat() argument
1195 create(MemoryBufferRef ObjectBuffer,StringRef Arch,SmallVectorImpl<std::unique_ptr<MemoryBuffer>> & ObjectFileBuffers,StringRef CompilationDir,SmallVectorImpl<object::BuildIDRef> * BinaryIDs) create() argument
[all...]
H A DCoverageMapping.cpp971 StringRef Filename, StringRef Arch, StringRef CompilationDir, in load()
984 CovMappingBufRef, Arch, Buffers, CompilationDir, in load()
1010 vfs::FileSystem &FS, ArrayRef<StringRef> Arches, StringRef CompilationDir, in load()
1030 loadFromFile(File.value(), GetArch(File.index()), CompilationDir,
1058 if (Error E = loadFromFile(Path, Arch, CompilationDir, *ProfileReader,
922 loadFromFile(StringRef Filename,StringRef Arch,StringRef CompilationDir,IndexedInstrProfReader & ProfileReader,CoverageMapping & Coverage,bool & DataFound,SmallVectorImpl<object::BuildID> * FoundBinaryIDs) loadFromFile() argument
961 load(ArrayRef<StringRef> ObjectFilenames,StringRef ProfileFilename,vfs::FileSystem & FS,ArrayRef<StringRef> Arches,StringRef CompilationDir,const object::BuildIDFetcher * BIDFetcher,bool CheckBinaryIDs) load() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h192 SmallString<128> CompilationDir;
667 StringRef getCompilationDir() const { return CompilationDir; }
670 void setCompilationDir(StringRef S) { CompilationDir = S.str(); }
726 void setMCLineTableRootFile(unsigned CUID, StringRef CompilationDir,
730 getMCDwarfLineTable(CUID).setRootFile(CompilationDir, Filename, Checksum,
190 SmallString<128> CompilationDir; global() variable
755 setMCLineTableRootFile(unsigned CUID,StringRef CompilationDir,StringRef Filename,std::optional<MD5::MD5Result> Checksum,std::optional<StringRef> Source) setMCLineTableRootFile() argument
H A DMCDwarf.h266 std::string CompilationDir; member
303 CompilationDir = std::string(Directory); in setRootFile()
383 Header.CompilationDir = std::string(Directory); in setRootFile()
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp616 auto CompilationDir = dwarf::toString(UnitDie.find(DW_AT_comp_dir)); in parseDWO()
618 if (sys::path::is_relative(*DWOFileName) && CompilationDir && in parseDWO()
619 *CompilationDir) { in parseDWO()
620 sys::path::append(AbsolutePath, *CompilationDir); in parseDWO()
593 auto CompilationDir = dwarf::toString(UnitDie.find(DW_AT_comp_dir)); parseDWO() local
/freebsd-src/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 emitDebugMacinfoDWO()
3345 NewU->addString(Die, dwarf::DW_AT_comp_dir, CompilationDir); in emitDebugMacinfoDWO()
3474 if (!CompilationDir.empty()) in addDwarfTypeUnitType()
3475 NewTU.addString(UnitDie, dwarf::DW_AT_comp_dir, CompilationDir); in addDwarfTypeUnitType()
H A DDwarfDebug.h393 StringRef CompilationDir; variable
/freebsd-src/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()