Home
last modified time | relevance | path

Searched refs:FileRef (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerDeclContext.cpp84 StringRef FileRef; in getChildDeclContext() local
132 FileRef = getResolvedPath(U, FileNum, *LT); in getChildDeclContext()
157 Hash = hash_combine(Hash, FileRef); in getChildDeclContext()
160 DeclContext Key(Hash, Line, ByteSize, Tag, NameRef, FileRef, Context); in getChildDeclContext()
167 new (Allocator) DeclContext(Hash, Line, ByteSize, Tag, NameRef, FileRef, in getChildDeclContext()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h263 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen,
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp914 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen, in LLVMDIBuilderCreateCompileUnit() argument
920 auto File = unwrapDI<DIFile>(FileRef); in LLVMDIBuilderCreateCompileUnit()