| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/ |
| H A D | PDBSymbolCompiland.cpp | 28 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 D | FunctionImport.cpp | 1133 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 D | PDBSymbolCompiland.h | 31 std::string getSourceFileName() const;
|
| H A D | PDBSymbolCompilandDetails.h | 46 FORWARD_SYMBOL_METHOD(getSourceFileName)
|
| H A D | IPDBRawSymbol.h | 131 virtual std::string getSourceFileName() const = 0;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | CloneModule.cpp | 52 New->setSourceFileName(M.getSourceFileName()); in CloneModule()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | IRSymtab.h | 280 StringRef getSourceFileName() const { return str(header().SourceFileName); } in getSourceFileName() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.h | 110 std::string getSourceFileName() const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.h | 105 std::string getSourceFileName() const override;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/LTO/ |
| H A D | LTO.h | 172 StringRef getSourceFileName() const { return SourceFileName; } in getSourceFileName() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeRawSymbol.cpp | 275 std::string NativeRawSymbol::getSourceFileName() const { in getSourceFileName() function in NativeRawSymbol
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Globals.cpp | 159 getParent()->getSourceFileName()); in getGlobalIdentifier()
|
| H A D | AsmWriter.cpp | 2818 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 D | llvm-lto2.cpp | 409 outs() << "source filename: " << Input->getSourceFileName() << '\n'; in dumpSymtab()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | IRSymtab.cpp | 327 setStr(Hdr.SourceFileName, IRMods[0]->getSourceFileName()); in build()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | SanitizerCoverage.cpp | 395 !Allowlist->inSection("coverage", "src", M.getSourceFileName())) in instrumentModule() 398 Blocklist->inSection("coverage", "src", M.getSourceFileName())) in instrumentModule()
|
| H A D | HWAddressSanitizer.cpp | 1458 Hasher.update(M.getSourceFileName()); in instrumentGlobals()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | Module.h | 238 const std::string &getSourceFileName() const { return SourceFileName; } in getSourceFileName() function
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/gold/ |
| H A D | gold-plugin.cpp | 583 sys::path::filename(Obj->getSourceFileName()).str(); in claim_file_hook()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/ |
| H A D | InstrProf.cpp | 264 StringRef FileName(F.getParent()->getSourceFileName()); in getPGOFuncName()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIARawSymbol.cpp | 770 std::string DIARawSymbol::getSourceFileName() const { in getSourceFileName() function in DIARawSymbol
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/ |
| H A D | BitcodeWriter.cpp | 1303 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 D | AsmPrinter.cpp | 302 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 D | LTO.cpp | 479 File->SourceFileName = FOrErr->TheReader.getSourceFileName(); in create()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 776 (GO->getParent() ? GO->getParent()->getSourceFileName() : "unknown") + in selectExplicitSectionGlobal()
|