/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/Coverage/ |
H A D | CoverageMappingReader.cpp | 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 D | CoverageMapping.cpp | 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/ProfileData/Coverage/ |
H A D | CoverageMappingReader.h | 225 StringRef CompilationDir; global() variable
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCContext.h | 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 D | MCDwarf.h | 266 std::string CompilationDir; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfDebug.h | 393 StringRef CompilationDir; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFUnit.cpp | 593 auto CompilationDir = dwarf::toString(UnitDie.find(DW_AT_comp_dir)); parseDWO() local
|