Home
last modified time | relevance | path

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/
DDWARFLinkerDeclContext.cpp87 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/
DDebugInfo.h256 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp756 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen, in LLVMDIBuilderCreateCompileUnit() argument
761 auto File = unwrapDI<DIFile>(FileRef); in LLVMDIBuilderCreateCompileUnit()