/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
D | PDBSymbolCompiland.cpp | 28 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/ |
D | FunctionImport.cpp | 1065 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/ |
D | PDBSymbolCompiland.h | 31 std::string getSourceFileName() const;
|
D | PDBSymbolCompilandDetails.h | 46 FORWARD_SYMBOL_METHOD(getSourceFileName)
|
D | IPDBRawSymbol.h | 135 virtual std::string getSourceFileName() const = 0;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CloneModule.cpp | 52 New->setSourceFileName(M.getSourceFileName()); in CloneModule()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/ |
D | IRSymtab.h | 279 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/ |
D | NativeRawSymbol.h | 110 std::string getSourceFileName() const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIARawSymbol.h | 105 std::string getSourceFileName() const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/LTO/ |
D | LTO.h | 172 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/ |
D | NativeRawSymbol.cpp | 275 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/ |
D | Globals.cpp | 162 getParent()->getSourceFileName()); in getGlobalIdentifier()
|
D | AsmWriter.cpp | 2594 if (!M->getSourceFileName().empty()) { in printModule() 2596 printEscapedString(M->getSourceFileName(), Out); in printModule()
|
D | Core.cpp | 254 auto &Str = unwrap(M)->getSourceFileName(); in LLVMGetSourceFileName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Object/ |
D | IRSymtab.cpp | 314 setStr(Hdr.SourceFileName, IRMods[0]->getSourceFileName()); in build()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Module.h | 222 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/ |
D | InstrProf.cpp | 255 StringRef FileName(F.getParent()->getSourceFileName()); in getPGOFuncName()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | BitcodeWriter.cpp | 1240 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/ |
D | DIARawSymbol.cpp | 770 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/ |
D | HWAddressSanitizer.cpp | 1403 Hasher.update(M.getSourceFileName()); in instrumentGlobals()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | LTO.cpp | 439 File->SourceFileName = FOrErr->TheReader.getSourceFileName(); in create()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 290 llvm::sys::path::filename(M.getSourceFileName())); in doInitialization()
|