| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ModuleDebugInfoPrinter.cpp | 53 printFile(O, CU->getFilename(), CU->getDirectory()); in printModuleDebugInfo() 59 printFile(O, S->getFilename(), S->getDirectory(), S->getLine()); in printModuleDebugInfo() 68 printFile(O, GV->getFilename(), GV->getDirectory(), GV->getLine()); in printModuleDebugInfo() 78 printFile(O, T->getFilename(), T->getDirectory(), T->getLine()); in printModuleDebugInfo()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | JMCInstrumenter.cpp | 79 has_root_name(SP.getDirectory(), sys::path::Style::windows_backslash) || in getFlagName() 80 SP.getDirectory().contains("\\") || in getFlagName() 89 SmallString<256> FilePath(SP.getDirectory()); in getFlagName()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | FileManager.h | 194 getDirectory(StringRef DirName, bool CacheFailure = true);
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 530 inline StringRef getDirectory() const; 639 return getTemporary(getContext(), getFilename(), getDirectory(), in cloneImpl() 658 StringRef getDirectory() const { return getStringOperand(1); } in getDirectory() function 691 StringRef DIScope::getDirectory() const { in getDirectory() function 693 return F->getDirectory(); in getDirectory() 2027 StringRef getDirectory() const { return getScope()->getDirectory(); } in getDirectory() function 2694 StringRef getDirectory() const { in getDirectory() function 2696 return F->getDirectory(); in getDirectory() 3639 StringRef getDirectory() const { 3641 return F->getDirectory();
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DiagnosticInfo.cpp | 140 sys::path::append(Path, File->getDirectory(), Name); in getAbsolutePath()
|
| H A D | Core.cpp | 1460 S = DL->getDirectory(); in LLVMGetDebugLocDirectory() 1467 S = DGV->getDirectory(); in LLVMGetDebugLocDirectory() 1470 S = DSP->getDirectory(); in LLVMGetDebugLocDirectory()
|
| H A D | DebugInfo.cpp | 1231 auto Dir = unwrapDI<DIFile>(File)->getDirectory(); in LLVMDIFileGetDirectory()
|
| H A D | AsmWriter.cpp | 2239 Printer.printString("directory", N->getDirectory(), in writeDIFile()
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | PPLexerChange.cpp | 232 if (auto CurDir = FM.getDirectory(Path)) { in computeRelativePath()
|
| H A D | HeaderSearch.cpp | 657 auto Dir = FileMgr.getDirectory(FrameworkName); in DoFrameworkLookup() 720 auto Dir = FileMgr.getDirectory(FrameworkPath); in DoFrameworkLookup()
|
| H A D | ModuleMap.cpp | 1147 if (auto SubDir = FileMgr.getDirectory(SubframeworkDirName)) { in inferFrameworkModule()
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | FileManager.cpp | 200 FileManager::getDirectory(StringRef DirName, bool CacheFailure) { in getDirectory() function in FileManager
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BTFDebug.cpp | 980 if (!File->getFilename().starts_with("/") && File->getDirectory().size()) in populateFileContent() 981 FileName = File->getDirectory().str() + "/" + File->getFilename().str(); in populateFileContent()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 1086 CompilationDir = DIUnit->getDirectory(); in getOrCreateDwarfCompileUnit() 3283 F.getDirectory(), F.getFilename(), getMD5AsBytes(&F), in emitMacroFileImpl() 3420 DIUnit->getDirectory(), DIUnit->getFilename(), in getDwoLineTable()
|
| H A D | CodeViewDebug.cpp | 141 StringRef Dir = File->getDirectory(), Filename = File->getFilename(); in getFullFilepath() 944 getStringIdTypeIdx(TypeTable, MainSourceFile->getDirectory()); in emitBuildInfo()
|
| H A D | DwarfCompileUnit.cpp | 146 0, File->getDirectory(), File->getFilename(), DD->getMD5AsBytes(File), in getOrCreateSourceID()
|
| H A D | DwarfUnit.cpp | 303 File->getDirectory(), File->getFilename(), DD->getMD5AsBytes(File), in getOrCreateSourceID()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | GCOVProfiling.cpp | 219 sys::path::append(Path, SP->getDirectory(), SP->getFilename()); in getFilename()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 3030 StringRef CompDir = TheCU->getDirectory(); in getOrCreateModuleRef() 3060 DIB.createFile(Mod.getModuleName(), TheCU->getDirectory()), in getOrCreateModuleRef()
|