Searched refs:FileRef (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFLinkerDeclContext.cpp | 91 StringRef FileRef; in getChildDeclContext() local 141 FileRef = ResolvedPath; in getChildDeclContext() 152 FileRef = PathResolver.resolve(File, StringPool); in getChildDeclContext() 153 U.setResolvedPath(FileNum, FileRef); in getChildDeclContext() 179 Hash = hash_combine(Hash, FileRef); in getChildDeclContext() 182 DeclContext Key(Hash, Line, ByteSize, Tag, NameRef, FileRef, Context); in getChildDeclContext() 189 new (Allocator) DeclContext(Hash, Line, ByteSize, Tag, NameRef, FileRef, in getChildDeclContext()
|
/external/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()
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1589 StringRef FileRef; in getChildDeclContext() local 1646 FileRef = ResolvedPath; in getChildDeclContext() 1654 FileRef = StringPool.internString(File); in getChildDeclContext() 1655 U.setResolvedPath(FileNum, FileRef); in getChildDeclContext() 1681 Hash = hash_combine(Hash, FileRef); in getChildDeclContext() 1684 DeclContext Key(Hash, Line, ByteSize, Tag, NameRef, FileRef, Context); in getChildDeclContext() 1691 new (Allocator) DeclContext(Hash, Line, ByteSize, Tag, NameRef, FileRef, in getChildDeclContext()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/ |
D | DebugInfo.h | 256 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen,
|
/external/llvm-project/llvm/include/llvm-c/ |
D | DebugInfo.h | 262 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen,
|
/external/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()
|
/external/llvm-project/llvm/lib/IR/ |
D | DebugInfo.cpp | 793 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen, in LLVMDIBuilderCreateCompileUnit() argument 799 auto File = unwrapDI<DIFile>(FileRef); in LLVMDIBuilderCreateCompileUnit()
|