Home
last modified time | relevance | path

Searched defs:CompilationDir (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMappingReader.cpp587 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.cpp922 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/ProfileData/Coverage/
H A DCoverageMappingReader.h225 StringRef CompilationDir; global() variable
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h190 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
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.h393 StringRef CompilationDir; variable
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp593 auto CompilationDir = dwarf::toString(UnitDie.find(DW_AT_comp_dir)); parseDWO() local