Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp201 FileNum, CU.getOrigUnit().getCompilationDir(), in getResolvedPath()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1209 CU->getCompilationDir(), in addLocalsForDie()
1255 {Address.Address, Address.SectionIndex}, CU->getCompilationDir(), in getLineInfoForAddress()
1318 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange()
1352 CU->getCompilationDir(), Spec.FLIKind, Frame)) in getInliningInfoForAddress()
1378 {Address.Address, Address.SectionIndex}, CU->getCompilationDir(), in getInliningInfoForAddress()
1384 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
H A DDWARFFormValue.cpp779 if (LT->getFileNameByIndex(Value.uval, DLU->getCompilationDir(), Kind, in getAsFile()
H A DDWARFDie.cpp142 *Val, U->getCompilationDir(), in dumpAttribute()
H A DDWARFUnit.cpp389 const char *DWARFUnit::getCompilationDir() { in getCompilationDir() function in DWARFUnit
H A DDWARFVerifier.cpp888 FileIndex, CU->getCompilationDir(), in verifyDebugLineRows()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp420 StringRef CompDir = MCOS->getContext().getCompilationDir(); in emitV5FileDirTables()
797 if (!context.getCompilationDir().empty()) in EmitGenDwarfAbbrev()
1018 if (!context.getCompilationDir().empty()) { in EmitGenDwarfInfo()
1019 MCOS->emitBytes(context.getCompilationDir()); in EmitGenDwarfInfo()
H A DMCContext.cpp927 if (FileName.consume_front(getCompilationDir())) in setGenDwarfRootFile()
932 /*CUID=*/0, getCompilationDir(), FileName, Cksum, None); in setGenDwarfRootFile()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h416 const char *getCompilationDir();
/llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp37 CompDir = CU->getCompilationDir(); in CUInfo()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCContext.h694 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir() function
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp505 StringRef CompDir = CU->getCompilationDir(); in collectObjectSources()
H A DStatistics.cpp241 dwarf::toUnsigned(DeclFile, 0), U->getCompilationDir(), in constructDieID()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp1567 ? CU->getCompilationDir() in writeDWOFiles()
/llvm-project-15.0.7/lld/MachO/
H A DInputFiles.cpp1602 SmallString<261> dir(compileUnit->getCompilationDir()); in sourceFile()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DAsmParser.cpp952 getContext().getCompilationDir(), in enabledGenDwarfForAssembly()
958 /*CUID=*/0, getContext().getCompilationDir(), RootFile.Name, in enabledGenDwarfForAssembly()
H A DMasmParser.cpp1306 getContext().getCompilationDir(), in enabledGenDwarfForAssembly()
1312 /*CUID=*/0, getContext().getCompilationDir(), RootFile.Name, in enabledGenDwarfForAssembly()
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryContext.cpp1665 BinaryLineTable.setRootFile(CU->getCompilationDir(), *Name, Checksum, in preprocessDebugInfo()