Home
last modified time | relevance | path

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

/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()
/llvm-project/clang/tools/clang-installapi/
H A DOptions.cpp983 auto FileRef = FM->getFileRef(Header.getPath()); in createContext()
984 if (!FileRef) in createContext()
986 if (ExcludedHeaderFiles.count(*FileRef)) in createContext()
1001 auto FileRef = FM->getFileRef(Header.getPath()); createContext() local
/llvm-project/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c211 value Builder, value Lang, value FileRef, value Producer, value IsOptimized, in llvm_dibuild_create_compile_unit_native() argument
216 DIBuilder_val(Builder), Int_val(Lang), Metadata_val(FileRef), in llvm_dibuild_create_compile_unit_native()
229 argv[2], // FileRef in llvm_dibuild_create_compile_unit_bytecode()
/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h273 * \param FileRef File info.
302 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen,
/llvm-project/llvm/lib/IR/
H A DDebugInfo.cpp1088 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen,
1094 auto File = unwrapDI<DIFile>(FileRef); in LLVMDIBuilderCreateFile()
1071 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