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

12

/freebsd-current/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;
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp29 std::string PDBSymbolCompiland::getSourceFileName() const { function in class:PDBSymbolCompiland
43 std::string RecordedResult = RawSymbol->getSourceFileName();
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp112 !SGV->getParent()->getSourceFileName().empty()) {
113 SmallString<256> Suffix(SGV->getParent()->getSourceFileName());
H A DCloneModule.cpp60 New->setSourceFileName(M.getSourceFileName());
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1553 TheModule.getSourceFileName());
1641 << SrcModule->getSourceFileName() << "\n");
1651 SrcModule->getSourceFileName())}));
1663 << SrcModule->getSourceFileName() << "\n");
1677 << SrcModule->getSourceFileName() << "\n");
1688 << SrcModule->getSourceFileName() << "\n");
1695 SrcModule->getSourceFileName())}));
1718 dbgs() << DestModule.getSourceFileName() << ": Import " << GV->getName()
1719 << " from " << SrcModule->getSourceFileName() << "\n";
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h105 std::string getSourceFileName() const override;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h110 std::string getSourceFileName() const override;
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h284 StringRef getSourceFileName() const { return str(header().SourceFileName); } function in class:llvm::irsymtab::Reader
/freebsd-current/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXCtorDtorLowering.cpp222 !GlobalStr.empty() ? GlobalStr : getHash(M.getSourceFileName());
/freebsd-current/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h177 StringRef getSourceFileName() const { return SourceFileName; } function in class:llvm::lto::InputFile
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp274 std::string NativeRawSymbol::getSourceFileName() const { function in class:NativeRawSymbol
/freebsd-current/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp171 getParent()->getSourceFileName());
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp480 if (Ignorelist->inSection("metadata", "src", M.getSourceFileName()))
H A DSanitizerCoverage.cpp373 !Allowlist->inSection("coverage", "src", M.getSourceFileName()))
376 Blocklist->inSection("coverage", "src", M.getSourceFileName()))
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp140 StringRef source = file->obj->getSourceFileName();
622 StringRef source = file->obj->getSourceFileName();
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp462 outs() << "source filename: " << Input->getSourceFileName() << '\n';
/freebsd-current/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp348 setStr(Hdr.SourceFileName, IRMods[0]->getSourceFileName());
/freebsd-current/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h260 const std::string &getSourceFileName() const { return SourceFileName; } function in class:llvm::Module
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp770 std::string DIARawSymbol::getSourceFileName() const { function in class:DIARawSymbol
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp289 StringRef FileName(GO.getParent()->getSourceFileName());
/freebsd-current/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1412 StringEncoding Bits = getStringEncoding(M.getSourceFileName());
1426 for (const auto P : M.getSourceFileName())
5010 StringEncoding Bits = getStringEncoding(M.getSourceFileName());
5024 for (const auto P : M.getSourceFileName())
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp495 FileName = llvm::sys::path::filename(M.getSourceFileName());
497 FileName = M.getSourceFileName();
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp834 (GO->getParent() ? GO->getParent()->getSourceFileName() : "unknown") +

Completed in 492 milliseconds

12