Home
last modified time | relevance | path

Searched refs:InitContent (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DBinary.cpp47 bool InitContent) { in createBinary() argument
78 return ObjectFile::createSymbolicFile(Buffer, Type, Context, InitContent); in createBinary()
107 object::createBinary(StringRef Path, LLVMContext *Context, bool InitContent) { in createBinary()
116 createBinary(Buffer->getMemBufferRef(), Context, InitContent); in createBinary()
103 createBinary(StringRef Path,LLVMContext * Context,bool InitContent) createBinary() argument
H A DSymbolicFile.cpp38 LLVMContext *Context, bool InitContent) { in createSymbolicFile() argument
71 return ObjectFile::createObjectFile(Object, Type, InitContent); in createSymbolicFile()
78 ObjectFile::createObjectFile(Object, Type, InitContent); in createSymbolicFile()
H A DELFObjectFile.cpp65 createPtr(MemoryBufferRef Object, bool InitContent) { in createPtr() argument
66 auto Ret = ELFObjectFile<ELFT>::create(Object, InitContent); in createPtr()
73 ObjectFile::createELFObjectFile(MemoryBufferRef Obj, bool InitContent) { in createELFObjectFile() argument
85 return createPtr<ELF32LE>(Obj, InitContent); in createELFObjectFile()
87 return createPtr<ELF32BE>(Obj, InitContent); in createELFObjectFile()
92 return createPtr<ELF64LE>(Obj, InitContent); in createELFObjectFile()
94 return createPtr<ELF64BE>(Obj, InitContent); in createELFObjectFile()
H A DObjectFile.cpp150 bool InitContent) { in createObjectFile()
180 return createELFObjectFile(Object, InitContent); in createObjectFile()
143 createObjectFile(MemoryBufferRef Object,file_magic Type,bool InitContent) createObjectFile() argument
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DBinary.h194 bool InitContent = true);
246 bool InitContent = true);
H A DSymbolicFile.h172 LLVMContext *Context, bool InitContent = true);
H A DObjectFile.h374 bool InitContent = true);
391 createELFObjectFile(MemoryBufferRef Object, bool InitContent = true);
H A DELFObjectFile.h452 bool InitContent = true);
1195 ELFObjectFile<ELFT>::create(MemoryBufferRef Object, bool InitContent) { in create() argument
1202 if (InitContent) in create()