Searched refs:getSourceFileName (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompiland.h31 std::string getSourceFileName() const;
H A DPDBSymbolCompilandDetails.h46 FORWARD_SYMBOL_METHOD(getSourceFileName)
H A DIPDBRawSymbol.h131 virtual std::string getSourceFileName() const = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp28 std::string PDBSymbolCompiland::getSourceFileName() const { function in class:PDBSymbolCompiland
42 std::string RecordedResult = RawSymbol->getSourceFileName();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DUniqueInternalLinkageNames.cpp25 Md5.update(M.getSourceFileName());
H A DCloneModule.cpp52 New->setSourceFileName(M.getSourceFileName());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1083 TheModule.getSourceFileName());
1171 << SrcModule->getSourceFileName() << "\n");
1181 SrcModule->getSourceFileName())}));
1193 << SrcModule->getSourceFileName() << "\n");
1207 << SrcModule->getSourceFileName() << "\n");
1218 << SrcModule->getSourceFileName() << "\n");
1225 SrcModule->getSourceFileName())}));
1248 dbgs() << DestModule.getSourceFileName() << ": Import " << GV->getName()
1249 << " from " << SrcModule->getSourceFileName() << "\n";
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h105 std::string getSourceFileName() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h110 std::string getSourceFileName() const override;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h168 StringRef getSourceFileName() const { return SourceFileName; } function in class:llvm::lto::InputFile
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h280 StringRef getSourceFileName() const { return str(header().SourceFileName); } function in class:llvm::irsymtab::Reader
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp275 std::string NativeRawSymbol::getSourceFileName() const { function in class:NativeRawSymbol
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp159 getParent()->getSourceFileName());
H A DAsmWriter.cpp2674 if (!M->getSourceFileName().empty()) {
2676 printEscapedString(M->getSourceFileName(), Out);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp318 setStr(Hdr.SourceFileName, IRMods[0]->getSourceFileName());
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp392 outs() << "source filename: " << Input->getSourceFileName() << '\n';
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp105 StringRef source = file->obj->getSourceFileName();
544 StringRef source = file->obj->getSourceFileName();
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h230 const std::string &getSourceFileName() const { return SourceFileName; } function in class:llvm::Module
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp399 !Allowlist->inSection("coverage", "src", M.getSourceFileName()))
402 Blocklist->inSection("coverage", "src", M.getSourceFileName()))
H A DHWAddressSanitizer.cpp1402 Hasher.update(M.getSourceFileName());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp770 std::string DIARawSymbol::getSourceFileName() const { function in class:DIARawSymbol
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp259 StringRef FileName(F.getParent()->getSourceFileName());
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTO.cpp452 File->SourceFileName = FOrErr->TheReader.getSourceFileName();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1253 StringEncoding Bits = getStringEncoding(M.getSourceFileName());
1267 for (const auto P : M.getSourceFileName())
4597 StringEncoding Bits = getStringEncoding(M.getSourceFileName());
4611 for (const auto P : M.getSourceFileName())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp746 (GO->getParent() ? GO->getParent()->getSourceFileName() : "unknown") +

Completed in 320 milliseconds

12