Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFLinkerDeclContext.cpp88 StringRef FileRef; in getChildDeclContext() local
136 FileRef = getResolvedPath(U, FileNum, *LT); in getChildDeclContext()
161 Hash = hash_combine(Hash, FileRef); in getChildDeclContext()
164 DeclContext Key(Hash, Line, ByteSize, Tag, NameRef, FileRef, Context); in getChildDeclContext()
171 new (Allocator) DeclContext(Hash, Line, ByteSize, Tag, NameRef, FileRef, in getChildDeclContext()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h288 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen,
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1066 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen, in LLVMDIBuilderCreateCompileUnit() argument
1072 auto File = unwrapDI<DIFile>(FileRef); in LLVMDIBuilderCreateCompileUnit()