| /freebsd-14.2/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()
|
| /freebsd-14.2/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;
|
| /freebsd-14.2/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()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | FunctionImport.cpp | 1553 TheModule.getSourceFileName()); in thinLTOInternalizeModule() 1641 << SrcModule->getSourceFileName() << "\n"); in importFunctions() 1651 SrcModule->getSourceFileName())})); in importFunctions() 1663 << SrcModule->getSourceFileName() << "\n"); in importFunctions() 1677 << SrcModule->getSourceFileName() << "\n"); in importFunctions() 1688 << SrcModule->getSourceFileName() << "\n"); in importFunctions() 1695 SrcModule->getSourceFileName())})); in importFunctions() 1718 dbgs() << DestModule.getSourceFileName() << ": Import " << GV->getName() in importFunctions() 1719 << " from " << SrcModule->getSourceFileName() << "\n"; in importFunctions()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 177 StringRef getSourceFileName() const { return SourceFileName; } in getSourceFileName() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 110 std::string getSourceFileName() const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 105 std::string getSourceFileName() const override;
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Object/ |
| H A D | IRSymtab.h | 284 StringRef getSourceFileName() const { return str(header().SourceFileName); } in getSourceFileName() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXCtorDtorLowering.cpp | 222 !GlobalStr.empty() ? GlobalStr : getHash(M.getSourceFileName()); in createInitOrFiniGlobals()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerBinaryMetadata.cpp | 480 if (Ignorelist->inSection("metadata", "src", M.getSourceFileName())) in run()
|
| H A D | SanitizerCoverage.cpp | 373 !Allowlist->inSection("coverage", "src", M.getSourceFileName())) in instrumentModule() 376 Blocklist->inSection("coverage", "src", M.getSourceFileName())) in instrumentModule()
|
| H A D | HWAddressSanitizer.cpp | 1683 Hasher.update(M.getSourceFileName()); in instrumentGlobals()
|
| /freebsd-14.2/contrib/llvm-project/lld/COFF/ |
| H A D | SymbolTable.cpp | 140 StringRef source = file->obj->getSourceFileName(); in getSymbolLocations() 622 StringRef source = file->obj->getSourceFileName(); in getSourceLocationBitcode()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | Globals.cpp | 171 getParent()->getSourceFileName()); in getGlobalIdentifier()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Object/ |
| H A D | IRSymtab.cpp | 348 setStr(Hdr.SourceFileName, IRMods[0]->getSourceFileName()); in build()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-lto2/ |
| H A D | llvm-lto2.cpp | 462 outs() << "source filename: " << Input->getSourceFileName() << '\n'; in dumpSymtab()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | Module.h | 260 const std::string &getSourceFileName() const { return SourceFileName; } in getSourceFileName() function
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 289 StringRef FileName(GO.getParent()->getSourceFileName()); in getStrippedSourceFileName()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1412 StringEncoding Bits = getStringEncoding(M.getSourceFileName()); in writeModuleInfo() 1426 for (const auto P : M.getSourceFileName()) in writeModuleInfo() 5010 StringEncoding Bits = getStringEncoding(M.getSourceFileName()); in writeSimplifiedModuleInfo() 5024 for (const auto P : M.getSourceFileName()) in writeSimplifiedModuleInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 495 FileName = llvm::sys::path::filename(M.getSourceFileName()); in doInitialization() 497 FileName = M.getSourceFileName(); in doInitialization()
|