Home
last modified time | relevance | path

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

12

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp1133 TheModule.getSourceFileName()); in thinLTOInternalizeModule()
1221 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1231 SrcModule->getSourceFileName())})); in importFunctions()
1243 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1257 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1268 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1275 SrcModule->getSourceFileName())})); in importFunctions()
1298 dbgs() << DestModule.getSourceFileName() << ": Import " << GV->getName() in importFunctions()
1299 << " from " << SrcModule->getSourceFileName() << "\n"; in importFunctions()
/netbsd-src/external/apache2/llvm/dist/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;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DCloneModule.cpp52 New->setSourceFileName(M.getSourceFileName()); in CloneModule()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DIRSymtab.h280 StringRef getSourceFileName() const { return str(header().SourceFileName); } in getSourceFileName() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeRawSymbol.h110 std::string getSourceFileName() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/
H A DDIARawSymbol.h105 std::string getSourceFileName() const override;
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/
H A DLTO.h172 StringRef getSourceFileName() const { return SourceFileName; } in getSourceFileName() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
H A DNativeRawSymbol.cpp275 std::string NativeRawSymbol::getSourceFileName() const { in getSourceFileName() function in NativeRawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp159 getParent()->getSourceFileName()); in getGlobalIdentifier()
H A DAsmWriter.cpp2818 if (!M->getSourceFileName().empty()) { in printModule()
2820 printEscapedString(M->getSourceFileName(), Out); in printModule()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-lto2/
H A Dllvm-lto2.cpp409 outs() << "source filename: " << Input->getSourceFileName() << '\n'; in dumpSymtab()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/
H A DIRSymtab.cpp327 setStr(Hdr.SourceFileName, IRMods[0]->getSourceFileName()); in build()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp395 !Allowlist->inSection("coverage", "src", M.getSourceFileName())) in instrumentModule()
398 Blocklist->inSection("coverage", "src", M.getSourceFileName())) in instrumentModule()
H A DHWAddressSanitizer.cpp1458 Hasher.update(M.getSourceFileName()); in instrumentGlobals()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModule.h238 const std::string &getSourceFileName() const { return SourceFileName; } in getSourceFileName() function
/netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/
H A Dgold-plugin.cpp583 sys::path::filename(Obj->getSourceFileName()).str(); in claim_file_hook()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DInstrProf.cpp264 StringRef FileName(F.getParent()->getSourceFileName()); in getPGOFuncName()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp770 std::string DIARawSymbol::getSourceFileName() const { in getSourceFileName() function in DIARawSymbol
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1303 StringEncoding Bits = getStringEncoding(M.getSourceFileName()); in writeModuleInfo()
1317 for (const auto P : M.getSourceFileName()) in writeModuleInfo()
4720 StringEncoding Bits = getStringEncoding(M.getSourceFileName()); in writeSimplifiedModuleInfo()
4734 for (const auto P : M.getSourceFileName()) in writeSimplifiedModuleInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp302 llvm::sys::path::filename(M.getSourceFileName())); in doInitialization()
304 OutStreamer->emitFileDirective(M.getSourceFileName()); in doInitialization()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/LTO/
H A DLTO.cpp479 File->SourceFileName = FOrErr->TheReader.getSourceFileName(); in create()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp776 (GO->getParent() ? GO->getParent()->getSourceFileName() : "unknown") + in selectExplicitSectionGlobal()

12