Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/
DPDBSymbolCompiland.cpp28 std::string PDBSymbolCompiland::getSourceFileName() const { in getSourceFileName() function in PDBSymbolCompiland
42 std::string RecordedResult = RawSymbol->getSourceFileName(); in getSourceFileFullPath()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp1065 TheModule.getSourceFileName()); in thinLTOInternalizeModule()
1153 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1163 SrcModule->getSourceFileName())})); in importFunctions()
1175 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1189 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1200 << SrcModule->getSourceFileName() << "\n"); in importFunctions()
1207 SrcModule->getSourceFileName())})); in importFunctions()
1223 dbgs() << DestModule.getSourceFileName() << ": Import " << GV->getName() in importFunctions()
1224 << " from " << SrcModule->getSourceFileName() << "\n"; in importFunctions()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBSymbolCompiland.h31 std::string getSourceFileName() const;
DPDBSymbolCompilandDetails.h46 FORWARD_SYMBOL_METHOD(getSourceFileName)
DIPDBRawSymbol.h135 virtual std::string getSourceFileName() const = 0;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCloneModule.cpp52 New->setSourceFileName(M.getSourceFileName()); in CloneModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DIRSymtab.h279 StringRef getSourceFileName() const { return str(header().SourceFileName); } in getSourceFileName() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/
DNativeRawSymbol.h110 std::string getSourceFileName() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/
DDIARawSymbol.h105 std::string getSourceFileName() const override;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/
DLTO.h172 StringRef getSourceFileName() const { return SourceFileName; } in getSourceFileName() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeRawSymbol.cpp275 std::string NativeRawSymbol::getSourceFileName() const { in getSourceFileName() function in NativeRawSymbol
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DGlobals.cpp162 getParent()->getSourceFileName()); in getGlobalIdentifier()
DAsmWriter.cpp2594 if (!M->getSourceFileName().empty()) { in printModule()
2596 printEscapedString(M->getSourceFileName(), Out); in printModule()
DCore.cpp254 auto &Str = unwrap(M)->getSourceFileName(); in LLVMGetSourceFileName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
DIRSymtab.cpp314 setStr(Hdr.SourceFileName, IRMods[0]->getSourceFileName()); in build()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModule.h222 const std::string &getSourceFileName() const { return SourceFileName; } in getSourceFileName() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/
DInstrProf.cpp255 StringRef FileName(F.getParent()->getSourceFileName()); in getPGOFuncName()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1240 StringEncoding Bits = getStringEncoding(M.getSourceFileName()); in writeModuleInfo()
1254 for (const auto P : M.getSourceFileName()) in writeModuleInfo()
4555 StringEncoding Bits = getStringEncoding(M.getSourceFileName()); in writeSimplifiedModuleInfo()
4569 for (const auto P : M.getSourceFileName()) in writeSimplifiedModuleInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/
DDIARawSymbol.cpp770 std::string DIARawSymbol::getSourceFileName() const { in getSourceFileName() function in DIARawSymbol
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1403 Hasher.update(M.getSourceFileName()); in instrumentGlobals()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp439 File->SourceFileName = FOrErr->TheReader.getSourceFileName(); in create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp290 llvm::sys::path::filename(M.getSourceFileName())); in doInitialization()