Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h272 * \param FileRef File info.
301 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen,
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1071 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen, in LLVMDIBuilderCreateCompileUnit()
1077 auto File = unwrapDI<DIFile>(FileRef); in LLVMDIBuilderCreateCompileUnit()
1066 LLVMDIBuilderCreateCompileUnit(LLVMDIBuilderRef Builder,LLVMDWARFSourceLanguage Lang,LLVMMetadataRef FileRef,const char * Producer,size_t ProducerLen,LLVMBool isOptimized,const char * Flags,size_t FlagsLen,unsigned RuntimeVer,const char * SplitName,size_t SplitNameLen,LLVMDWARFEmissionKind Kind,unsigned DWOId,LLVMBool SplitDebugInlining,LLVMBool DebugInfoForProfiling,const char * SysRoot,size_t SysRootLen,const char * SDK,size_t SDKLen) LLVMDIBuilderCreateCompileUnit() argument