Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DModule.h46 const std::string &getSourceFileName() const { in getSourceFileName() function
47 return LLVMM.getSourceFileName(); in getSourceFileName()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolCompiland.cpp28 std::string PDBSymbolCompiland::getSourceFileName() const { in getSourceFileName() function in PDBSymbolCompiland
42 std::string RecordedResult = RawSymbol->getSourceFileName(); in getSourceFileFullPath()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymbolCompiland.h32 std::string getSourceFileName() const;
H A DPDBSymbolCompilandDetails.h45 FORWARD_SYMBOL_METHOD(getSourceFileName)
H A DIPDBRawSymbol.h132 virtual std::string getSourceFileName() const = 0;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionImportUtils.cpp144 !SGV->getParent()->getSourceFileName().empty()) { in getPromotedName()
145 SmallString<256> Suffix(SGV->getParent()->getSourceFileName()); in getPromotedName()
H A DCloneModule.cpp61 New->setSourceFileName(M.getSourceFileName()); in CloneModule()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1817 TheModule.getSourceFileName()); in thinLTOInternalizeModule()
1916 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1934 SrcModule->getSourceFileName())})); in importFunctions()
1952 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1972 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1983 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1996 SrcModule->getSourceFileName())})); in importFunctions()
2018 dbgs() << DestModule.getSourceFileName() << ": Import " << GV->getName() in importFunctions()
2019 << " from " << SrcModule->getSourceFileName() << "\n"; in importFunctions()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/SandboxVectorizer/
H A DSandboxVectorizer.cpp114 const auto &SrcFilePath = LLVMF.getParent()->getSourceFileName(); in runImpl()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXCtorDtorLowering.cpp191 !GlobalStr.empty() ? GlobalStr : getHash(M.getSourceFileName()); in createInitOrFiniGlobals()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h105 std::string getSourceFileName() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h111 std::string getSourceFileName() const override;
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DIRSymtab.h287 StringRef getSourceFileName() const { return str(header().SourceFileName); } in getSourceFileName() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp274 std::string NativeRawSymbol::getSourceFileName() const { in getSourceFileName() function in NativeRawSymbol
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerBinaryMetadata.cpp493 if (Ignorelist->inSection("metadata", "src", M.getSourceFileName())) in run()
H A DSanitizerCoverage.cpp408 !Allowlist->inSection("coverage", "src", M.getSourceFileName())) in instrumentModule()
411 Blocklist->inSection("coverage", "src", M.getSourceFileName())) in instrumentModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/
H A DLTO.h187 StringRef getSourceFileName() const { return SourceFileName; } in getSourceFileName() function
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRSymtab.cpp353 setStr(Hdr.SourceFileName, IRMods[0]->getSourceFileName()); in build()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DGlobals.cpp188 getParent()->getSourceFileName()); in getGlobalIdentifier()
/freebsd/contrib/llvm-project/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp516 outs() << "source filename: " << Input->getSourceFileName() << '\n'; in dumpSymtab()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModule.h263 const std::string &getSourceFileName() const { return SourceFileName; } in getSourceFileName() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp99 StringRef source = file->obj->getSourceFileName(); in getSymbolLocations()
791 StringRef source = file->obj->getSourceFileName(); in getSourceLocationBitcode()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp858 (GO->getParent() ? GO->getParent()->getSourceFileName() : "unknown") + in selectExplicitSectionGlobal()
2763 StringRef FileName = sys::path::stem(M.getSourceFileName()); in getModuleMetadata()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp770 std::string DIARawSymbol::getSourceFileName() const { in getSourceFileName() function in DIARawSymbol
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp345 StringRef FileName(GO.getParent()->getSourceFileName()); in getStrippedSourceFileName()

12