| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | Module.h | 46 const std::string &getSourceFileName() const { in getSourceFileName() function 47 return LLVMM.getSourceFileName(); in getSourceFileName()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbolCompiland.cpp | 28 std::string PDBSymbolCompiland::getSourceFileName() const { in getSourceFileName() function in PDBSymbolCompiland 42 std::string RecordedResult = RawSymbol->getSourceFileName(); in getSourceFileFullPath()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolCompiland.h | 32 std::string getSourceFileName() const;
|
| H A D | PDBSymbolCompilandDetails.h | 45 FORWARD_SYMBOL_METHOD(getSourceFileName)
|
| H A D | IPDBRawSymbol.h | 132 virtual std::string getSourceFileName() const = 0;
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 144 !SGV->getParent()->getSourceFileName().empty()) { in getPromotedName() 145 SmallString<256> Suffix(SGV->getParent()->getSourceFileName()); in getPromotedName()
|
| H A D | CloneModule.cpp | 61 New->setSourceFileName(M.getSourceFileName()); in CloneModule()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1817 TheModule.getSourceFileName()); in thinLTOInternalizeModule() 1916 << SrcModule->getSourceFileName() << "\n"); in importFunctions() 1934 SrcModule->getSourceFileName())})); in importFunctions() 1952 << SrcModule->getSourceFileName() << "\n"); in importFunctions() 1972 << SrcModule->getSourceFileName() << "\n"); in importFunctions() 1983 << SrcModule->getSourceFileName() << "\n"); in importFunctions() 1996 SrcModule->getSourceFileName())})); in importFunctions() 2018 dbgs() << DestModule.getSourceFileName() << ": Import " << GV->getName() in importFunctions() 2019 << " from " << SrcModule->getSourceFileName() << "\n"; in importFunctions()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/ |
| H A D | SandboxVectorizer.cpp | 114 const auto &SrcFilePath = LLVMF.getParent()->getSourceFileName(); in runImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXCtorDtorLowering.cpp | 191 !GlobalStr.empty() ? GlobalStr : getHash(M.getSourceFileName()); in createInitOrFiniGlobals()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 105 std::string getSourceFileName() const override;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 111 std::string getSourceFileName() const override;
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | IRSymtab.h | 287 StringRef getSourceFileName() const { return str(header().SourceFileName); } in getSourceFileName() function
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 274 std::string NativeRawSymbol::getSourceFileName() const { in getSourceFileName() function in NativeRawSymbol
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerBinaryMetadata.cpp | 493 if (Ignorelist->inSection("metadata", "src", M.getSourceFileName())) in run()
|
| H A D | SanitizerCoverage.cpp | 408 !Allowlist->inSection("coverage", "src", M.getSourceFileName())) in instrumentModule() 411 Blocklist->inSection("coverage", "src", M.getSourceFileName())) in instrumentModule()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 187 StringRef getSourceFileName() const { return SourceFileName; } in getSourceFileName() function
|
| /freebsd/contrib/llvm-project/llvm/lib/Object/ |
| H A D | IRSymtab.cpp | 353 setStr(Hdr.SourceFileName, IRMods[0]->getSourceFileName()); in build()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Globals.cpp | 188 getParent()->getSourceFileName()); in getGlobalIdentifier()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 516 outs() << "source filename: " << Input->getSourceFileName() << '\n'; in dumpSymtab()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Module.h | 263 const std::string &getSourceFileName() const { return SourceFileName; } in getSourceFileName() function
|
| /freebsd/contrib/llvm-project/lld/COFF/ |
| H A D | SymbolTable.cpp | 99 StringRef source = file->obj->getSourceFileName(); in getSymbolLocations() 791 StringRef source = file->obj->getSourceFileName(); in getSourceLocationBitcode()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 858 (GO->getParent() ? GO->getParent()->getSourceFileName() : "unknown") + in selectExplicitSectionGlobal() 2763 StringRef FileName = sys::path::stem(M.getSourceFileName()); in getModuleMetadata()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 770 std::string DIARawSymbol::getSourceFileName() const { in getSourceFileName() function in DIARawSymbol
|
| /freebsd/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 345 StringRef FileName(GO.getParent()->getSourceFileName()); in getStrippedSourceFileName()
|