Searched refs:FileRef (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
H A D | DWARFLinkerDeclContext.cpp | 84 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 D | debuginfo_ocaml.c | 209 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 D | DebugInfo.h | 263 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen,
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 878 LLVMMetadataRef FileRef, const char *Producer, size_t ProducerLen, in LLVMDIBuilderCreateCompileUnit() argument 884 auto File = unwrapDI<DIFile>(FileRef); in LLVMDIBuilderCreateCompileUnit()
|