Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/debuginfo/
H A Ddebuginfo_ocaml.c209 value Builder, value Lang, LLVMMetadataRef FileRef, value Producer, in llvm_dibuild_create_compile_unit_native() argument
214 DIBuilder_val(Builder), Int_val(Lang), FileRef, String_val(Producer), in llvm_dibuild_create_compile_unit_native()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/
H A DDebugInfo.h263 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DDebugInfo.cpp878 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen, in LLVMDIBuilderCreateCompileUnit() argument
884 auto File = unwrapDI<DIFile>(FileRef); in LLVMDIBuilderCreateCompileUnit()