| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbolCompiland.cpp | 29 std::string PDBSymbolCompiland::getSourceFileName() const { in getSourceFileName() function in PDBSymbolCompiland 43 std::string RecordedResult = RawSymbol->getSourceFileName(); in getSourceFileFullPath()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1170 TheModule.getSourceFileName()); in thinLTOInternalizeModule() 1258 << SrcModule->getSourceFileName() << "\n"); in importFunctions() 1268 SrcModule->getSourceFileName())})); in importFunctions() 1280 << SrcModule->getSourceFileName() << "\n"); in importFunctions() 1294 << SrcModule->getSourceFileName() << "\n"); in importFunctions() 1305 << SrcModule->getSourceFileName() << "\n"); in importFunctions() 1312 SrcModule->getSourceFileName())})); in importFunctions() 1335 dbgs() << DestModule.getSourceFileName() << ": Import " << GV->getName() in importFunctions() 1336 << " from " << SrcModule->getSourceFileName() << "\n"; in importFunctions()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBSymbolCompiland.h | 31 std::string getSourceFileName() const;
|
| H A D | PDBSymbolCompilandDetails.h | 45 FORWARD_SYMBOL_METHOD(getSourceFileName)
|
| H A D | IPDBRawSymbol.h | 131 virtual std::string getSourceFileName() const = 0;
|
| /llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/ |
| H A D | ReduceModuleData.cpp | 20 if (!Program.getSourceFileName().empty() && !O.shouldKeep()) in clearModuleData()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | CloneModule.cpp | 55 New->setSourceFileName(M.getSourceFileName()); in CloneModule()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 110 std::string getSourceFileName() const override;
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 105 std::string getSourceFileName() const override;
|
| /llvm-project-15.0.7/llvm/include/llvm/Object/ |
| H A D | IRSymtab.h | 284 StringRef getSourceFileName() const { return str(header().SourceFileName); } in getSourceFileName() function
|
| /llvm-project-15.0.7/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 173 StringRef getSourceFileName() const { return SourceFileName; } in getSourceFileName() function
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 274 std::string NativeRawSymbol::getSourceFileName() const { in getSourceFileName() function in NativeRawSymbol
|
| /llvm-project-15.0.7/lld/COFF/ |
| H A D | SymbolTable.cpp | 122 StringRef source = file->obj->getSourceFileName(); in getSymbolLocations() 609 StringRef source = file->obj->getSourceFileName(); in getSourceLocationBitcode()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | Globals.cpp | 168 getParent()->getSourceFileName()); in getGlobalIdentifier()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 367 !Allowlist->inSection("coverage", "src", M.getSourceFileName())) in instrumentModule() 370 Blocklist->inSection("coverage", "src", M.getSourceFileName())) in instrumentModule()
|
| /llvm-project-15.0.7/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 458 outs() << "source filename: " << Input->getSourceFileName() << '\n'; in dumpSymtab()
|
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | IRSymtab.cpp | 341 setStr(Hdr.SourceFileName, IRMods[0]->getSourceFileName()); in build()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/ |
| H A D | PDBApiTest.cpp | 285 MOCK_SYMBOL_ACCESSOR(getSourceFileName)
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | Module.h | 239 const std::string &getSourceFileName() const { return SourceFileName; } in getSourceFileName() function
|
| /llvm-project-15.0.7/llvm/tools/gold/ |
| H A D | gold-plugin.cpp | 593 sys::path::filename(Obj->getSourceFileName()).str(); in claim_file_hook()
|
| /llvm-project-15.0.7/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 302 StringRef FileName(F.getParent()->getSourceFileName()); in getPGOFuncName()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 770 std::string DIARawSymbol::getSourceFileName() const { in getSourceFileName() function in DIARawSymbol
|
| /llvm-project-15.0.7/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1334 StringEncoding Bits = getStringEncoding(M.getSourceFileName()); in writeModuleInfo() 1348 for (const auto P : M.getSourceFileName()) in writeModuleInfo() 4781 StringEncoding Bits = getStringEncoding(M.getSourceFileName()); in writeSimplifiedModuleInfo() 4795 for (const auto P : M.getSourceFileName()) in writeSimplifiedModuleInfo()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 472 FileName = llvm::sys::path::filename(M.getSourceFileName()); in doInitialization() 474 FileName = M.getSourceFileName(); in doInitialization()
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | LTO.cpp | 480 File->SourceFileName = FOrErr->TheReader.getSourceFileName(); in create()
|