Home
last modified time | relevance | path

Searched refs:getSourceFileName (Results 1 – 25 of 31) sorted by relevance

12

/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp29 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 DFunctionImport.cpp1170 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 DPDBSymbolCompiland.h31 std::string getSourceFileName() const;
H A DPDBSymbolCompilandDetails.h45 FORWARD_SYMBOL_METHOD(getSourceFileName)
H A DIPDBRawSymbol.h131 virtual std::string getSourceFileName() const = 0;
/llvm-project-15.0.7/llvm/tools/llvm-reduce/deltas/
H A DReduceModuleData.cpp20 if (!Program.getSourceFileName().empty() && !O.shouldKeep()) in clearModuleData()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp55 New->setSourceFileName(M.getSourceFileName()); in CloneModule()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h110 std::string getSourceFileName() const override;
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h105 std::string getSourceFileName() const override;
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DIRSymtab.h284 StringRef getSourceFileName() const { return str(header().SourceFileName); } in getSourceFileName() function
/llvm-project-15.0.7/llvm/include/llvm/LTO/
H A DLTO.h173 StringRef getSourceFileName() const { return SourceFileName; } in getSourceFileName() function
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp274 std::string NativeRawSymbol::getSourceFileName() const { in getSourceFileName() function in NativeRawSymbol
/llvm-project-15.0.7/lld/COFF/
H A DSymbolTable.cpp122 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 DGlobals.cpp168 getParent()->getSourceFileName()); in getGlobalIdentifier()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp367 !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 Dllvm-lto2.cpp458 outs() << "source filename: " << Input->getSourceFileName() << '\n'; in dumpSymtab()
/llvm-project-15.0.7/llvm/lib/Object/
H A DIRSymtab.cpp341 setStr(Hdr.SourceFileName, IRMods[0]->getSourceFileName()); in build()
/llvm-project-15.0.7/llvm/unittests/DebugInfo/PDB/
H A DPDBApiTest.cpp285 MOCK_SYMBOL_ACCESSOR(getSourceFileName)
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModule.h239 const std::string &getSourceFileName() const { return SourceFileName; } in getSourceFileName() function
/llvm-project-15.0.7/llvm/tools/gold/
H A Dgold-plugin.cpp593 sys::path::filename(Obj->getSourceFileName()).str(); in claim_file_hook()
/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DInstrProf.cpp302 StringRef FileName(F.getParent()->getSourceFileName()); in getPGOFuncName()
/llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp770 std::string DIARawSymbol::getSourceFileName() const { in getSourceFileName() function in DIARawSymbol
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1334 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 DAsmPrinter.cpp472 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 DLTO.cpp480 File->SourceFileName = FOrErr->TheReader.getSourceFileName(); in create()

12