Searched refs:FileRef (Results 1 – 3 of 3) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DWARFLinker/ |
D | DWARFLinkerDeclContext.cpp | 87 StringRef FileRef; in getChildDeclContext() local 137 FileRef = ResolvedPath; in getChildDeclContext() 148 FileRef = PathResolver.resolve(File, StringPool); in getChildDeclContext() 149 U.setResolvedPath(FileNum, FileRef); in getChildDeclContext() 175 Hash = hash_combine(Hash, FileRef); in getChildDeclContext() 178 DeclContext Key(Hash, Line, ByteSize, Tag, NameRef, FileRef, Context); in getChildDeclContext() 185 new (Allocator) DeclContext(Hash, Line, ByteSize, Tag, NameRef, FileRef, in getChildDeclContext()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | DebugInfo.h | 256 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | DebugInfo.cpp | 756 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen, in LLVMDIBuilderCreateCompileUnit() argument 761 auto File = unwrapDI<DIFile>(FileRef); in LLVMDIBuilderCreateCompileUnit()
|