Home
last modified time | relevance | path

Searched refs:getCompilationDir (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1700 *DeclFileAttr->getAsUnsignedConstant(), CU->getCompilationDir(), in addLocalsForDie()
1746 {Address.Address, Address.SectionIndex}, CU->getCompilationDir(), in getLineInfoForAddress()
1809 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange()
1843 CU->getCompilationDir(), Spec.FLIKind, Frame)) in getInliningInfoForAddress()
1869 {Address.Address, Address.SectionIndex}, CU->getCompilationDir(), in getInliningInfoForAddress()
1875 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
H A DDWARFFormValue.cpp764 if (LT->getFileNameByIndex(Value.uval, DLU->getCompilationDir(), Kind, in getAsFile()
H A DDWARFDie.cpp138 *Val, U->getCompilationDir(), in dumpAttribute()
H A DDWARFUnit.cpp401 const char *DWARFUnit::getCompilationDir() { in getCompilationDir() function in DWARFUnit
H A DDWARFVerifier.cpp1013 FileIndex, CU->getCompilationDir(), in verifyDebugLineRows()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp432 StringRef CompDir = MCOS->getContext().getCompilationDir(); in emitV5FileDirTables()
802 if (!context.getCompilationDir().empty()) in EmitGenDwarfAbbrev()
1023 if (!context.getCompilationDir().empty()) { in EmitGenDwarfInfo()
1024 MCOS->emitBytes(context.getCompilationDir()); in EmitGenDwarfInfo()
H A DMCContext.cpp971 if (FileName.consume_front(getCompilationDir())) in setGenDwarfRootFile()
976 /*CUID=*/0, getCompilationDir(), FileName, Cksum, std::nullopt); in setGenDwarfRootFile()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp252 dwarf::toUnsigned(DeclFile, 0), U->getCompilationDir(), in constructDieID()
917 FileIdx, CU->getCompilationDir(), in collectStatsForObjectFile()
H A Dllvm-dwarfdump.cpp606 StringRef CompDir = CU->getCompilationDir(); in collectObjectSources()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h457 const char *getCompilationDir();
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h667 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp40 CompDir = CU->getCompilationDir(); in CUInfo()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.cpp198 FileIdx, getOrigUnit().getCompilationDir(), in getFileName()
1753 StringRef CompDir = getOrigUnit().getCompilationDir(); in getDirAndFilenameFromLineTable()
/freebsd/contrib/llvm-project/lld/MachO/
H A DInputFiles.cpp1535 SmallString<261> dir(compileUnit->getCompilationDir()); in sourceFile()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DAsmParser.cpp955 /*CUID=*/0, getContext().getCompilationDir(), FirstCppHashFilename, in enabledGenDwarfForAssembly()
960 /*CUID=*/0, getContext().getCompilationDir(), RootFile.Name, in enabledGenDwarfForAssembly()
H A DMasmParser.cpp1327 /*CUID=*/0, getContext().getCompilationDir(), FirstCppHashFilename, in enabledGenDwarfForAssembly()
1332 /*CUID=*/0, getContext().getCompilationDir(), RootFile.Name, in enabledGenDwarfForAssembly()