Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp201 FileNum, CU.getOrigUnit().getCompilationDir(), in getResolvedPath()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp1277 *DeclFileAttr->getAsUnsignedConstant(), CU->getCompilationDir(), in addLocalsForDie()
1323 {Address.Address, Address.SectionIndex}, CU->getCompilationDir(), in getLineInfoForAddress()
1386 LineTable->getFileNameByIndex(Row.File, CU->getCompilationDir(), in getLineInfoForAddressRange()
1420 CU->getCompilationDir(), Spec.FLIKind, Frame)) in getInliningInfoForAddress()
1446 {Address.Address, Address.SectionIndex}, CU->getCompilationDir(), in getInliningInfoForAddress()
1452 LineTable->getFileNameByIndex(CallFile, CU->getCompilationDir(), in getInliningInfoForAddress()
H A DDWARFFormValue.cpp782 if (LT->getFileNameByIndex(Value.uval, DLU->getCompilationDir(), Kind, in getAsFile()
H A DDWARFDie.cpp137 *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()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCDwarf.cpp419 StringRef CompDir = MCOS->getContext().getCompilationDir(); in emitV5FileDirTables()
794 if (!context.getCompilationDir().empty()) in EmitGenDwarfAbbrev()
1015 if (!context.getCompilationDir().empty()) { in EmitGenDwarfInfo()
1016 MCOS->emitBytes(context.getCompilationDir()); in EmitGenDwarfInfo()
H A DMCContext.cpp959 if (FileName.consume_front(getCompilationDir())) in setGenDwarfRootFile()
964 /*CUID=*/0, getCompilationDir(), FileName, Cksum, std::nullopt); in setGenDwarfRootFile()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnit.h440 const char *getCompilationDir();
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp38 CompDir = CU->getCompilationDir(); in CUInfo()
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCContext.h694 StringRef getCompilationDir() const { return CompilationDir; } in getCompilationDir() function
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A Dllvm-dwarfdump.cpp518 StringRef CompDir = CU->getCompilationDir(); in collectObjectSources()
H A DStatistics.cpp241 dwarf::toUnsigned(DeclFile, 0), U->getCompilationDir(), in constructDieID()
/openbsd-src/gnu/llvm/lld/MachO/
H A DInputFiles.cpp1511 SmallString<261> dir(compileUnit->getCompilationDir()); in sourceFile()
/openbsd-src/gnu/llvm/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()