| /src/contrib/llvm-project/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()
|
| /src/contrib/llvm-project/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;
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | FunctionImportUtils.cpp | 112 !SGV->getParent()->getSourceFileName().empty()) { in getPromotedName() 113 SmallString<256> Suffix(SGV->getParent()->getSourceFileName()); in getPromotedName()
|
| H A D | CloneModule.cpp | 60 New->setSourceFileName(M.getSourceFileName()); in CloneModule()
|
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1652 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 D | LTO.h | 179 StringRef getSourceFileName() const { return SourceFileName; } in getSourceFileName() function
|
| /src/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | IRSymtab.h | 284 StringRef getSourceFileName() const { return str(header().SourceFileName); } in getSourceFileName() function
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 110 std::string getSourceFileName() const override;
|
| /src/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 105 std::string getSourceFileName() const override;
|
| /src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXCtorDtorLowering.cpp | 223 !GlobalStr.empty() ? GlobalStr : getHash(M.getSourceFileName()); in createInitOrFiniGlobals()
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 274 std::string NativeRawSymbol::getSourceFileName() const { in getSourceFileName() function in NativeRawSymbol
|
| /src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerBinaryMetadata.cpp | 492 if (Ignorelist->inSection("metadata", "src", M.getSourceFileName())) in run()
|
| H A D | SanitizerCoverage.cpp | 377 !Allowlist->inSection("coverage", "src", M.getSourceFileName())) in instrumentModule() 380 Blocklist->inSection("coverage", "src", M.getSourceFileName())) in instrumentModule()
|
| H A D | HWAddressSanitizer.cpp | 1772 Hasher.update(M.getSourceFileName()); in instrumentGlobals()
|
| /src/contrib/llvm-project/lld/COFF/ |
| H A D | SymbolTable.cpp | 140 StringRef source = file->obj->getSourceFileName(); in getSymbolLocations() 644 StringRef source = file->obj->getSourceFileName(); in getSourceLocationBitcode()
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Globals.cpp | 180 getParent()->getSourceFileName()); in getGlobalIdentifier()
|
| /src/contrib/llvm-project/llvm/lib/Object/ |
| H A D | IRSymtab.cpp | 354 setStr(Hdr.SourceFileName, IRMods[0]->getSourceFileName()); in build()
|
| /src/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 484 outs() << "source filename: " << Input->getSourceFileName() << '\n'; in dumpSymtab()
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Module.h | 278 const std::string &getSourceFileName() const { return SourceFileName; } in getSourceFileName() function
|
| /src/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 770 std::string DIARawSymbol::getSourceFileName() const { in getSourceFileName() function in DIARawSymbol
|
| /src/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1504 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 D | InstrProf.cpp | 303 StringRef FileName(GO.getParent()->getSourceFileName()); in getStrippedSourceFileName()
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 483 FileName = llvm::sys::path::filename(M.getSourceFileName()); in doInitialization() 485 FileName = M.getSourceFileName(); in doInitialization()
|