Home
last modified time | relevance | path

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

12

/src/contrib/llvm-project/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()
/src/contrib/llvm-project/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;
/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp112 !SGV->getParent()->getSourceFileName().empty()) { in getPromotedName()
113 SmallString<256> Suffix(SGV->getParent()->getSourceFileName()); in getPromotedName()
H A DCloneModule.cpp60 New->setSourceFileName(M.getSourceFileName()); in CloneModule()
/src/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1652 TheModule.getSourceFileName()); in thinLTOInternalizeModule()
1760 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1778 SrcModule->getSourceFileName())})); in importFunctions()
1799 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1822 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1833 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1846 SrcModule->getSourceFileName())})); in importFunctions()
1869 dbgs() << DestModule.getSourceFileName() << ": Import " << GV->getName() in importFunctions()
1870 << " from " << SrcModule->getSourceFileName() << "\n"; in importFunctions()
/src/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h179 StringRef getSourceFileName() const { return SourceFileName; } in getSourceFileName() function
/src/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h284 StringRef getSourceFileName() const { return str(header().SourceFileName); } in getSourceFileName() function
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h110 std::string getSourceFileName() const override;
/src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h105 std::string getSourceFileName() const override;
/src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXCtorDtorLowering.cpp223 !GlobalStr.empty() ? GlobalStr : getHash(M.getSourceFileName()); in createInitOrFiniGlobals()
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp274 std::string NativeRawSymbol::getSourceFileName() const { in getSourceFileName() function in NativeRawSymbol
/src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp492 if (Ignorelist->inSection("metadata", "src", M.getSourceFileName())) in run()
H A DSanitizerCoverage.cpp377 !Allowlist->inSection("coverage", "src", M.getSourceFileName())) in instrumentModule()
380 Blocklist->inSection("coverage", "src", M.getSourceFileName())) in instrumentModule()
H A DHWAddressSanitizer.cpp1772 Hasher.update(M.getSourceFileName()); in instrumentGlobals()
/src/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp140 StringRef source = file->obj->getSourceFileName(); in getSymbolLocations()
644 StringRef source = file->obj->getSourceFileName(); in getSourceLocationBitcode()
/src/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp180 getParent()->getSourceFileName()); in getGlobalIdentifier()
/src/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp354 setStr(Hdr.SourceFileName, IRMods[0]->getSourceFileName()); in build()
/src/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp484 outs() << "source filename: " << Input->getSourceFileName() << '\n'; in dumpSymtab()
/src/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h278 const std::string &getSourceFileName() const { return SourceFileName; } in getSourceFileName() function
/src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp770 std::string DIARawSymbol::getSourceFileName() const { in getSourceFileName() function in DIARawSymbol
/src/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1504 StringEncoding Bits = getStringEncoding(M.getSourceFileName()); in writeModuleInfo()
1518 for (const auto P : M.getSourceFileName()) in writeModuleInfo()
5205 StringEncoding Bits = getStringEncoding(M.getSourceFileName()); in writeSimplifiedModuleInfo()
5219 for (const auto P : M.getSourceFileName()) in writeSimplifiedModuleInfo()
/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp303 StringRef FileName(GO.getParent()->getSourceFileName()); in getStrippedSourceFileName()
/src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp483 FileName = llvm::sys::path::filename(M.getSourceFileName()); in doInitialization()
485 FileName = M.getSourceFileName(); in doInitialization()

12