Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
HDDWARFLinkerDeclContext.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-13-stable/contrib/llvm-project/llvm/include/llvm-c/
HDDebugInfo.h301 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDDebugInfo.cpp1071 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen, in LLVMDIBuilderCreateCompileUnit() argument
1077 auto File = unwrapDI<DIFile>(FileRef); in LLVMDIBuilderCreateCompileUnit()