Searched refs:InitContent (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | Binary.cpp | 47 bool InitContent) { in createBinary() argument 78 return ObjectFile::createSymbolicFile(Buffer, Type, Context, InitContent); in createBinary() 103 object::createBinary(StringRef Path, LLVMContext *Context, bool InitContent) { in createBinary() argument 112 createBinary(Buffer->getMemBufferRef(), Context, InitContent); in createBinary()
|
| H A D | SymbolicFile.cpp | 38 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 D | ELFObjectFile.cpp | 64 createPtr(MemoryBufferRef Object, bool InitContent) { in createPtr() argument 65 auto Ret = ELFObjectFile<ELFT>::create(Object, InitContent); in createPtr() 72 ObjectFile::createELFObjectFile(MemoryBufferRef Obj, bool InitContent) { in createELFObjectFile() argument 84 return createPtr<ELF32LE>(Obj, InitContent); in createELFObjectFile() 86 return createPtr<ELF32BE>(Obj, InitContent); in createELFObjectFile() 91 return createPtr<ELF64LE>(Obj, InitContent); in createELFObjectFile() 93 return createPtr<ELF64BE>(Obj, InitContent); in createELFObjectFile()
|
| H A D | ObjectFile.cpp | 139 bool InitContent) { in createObjectFile() argument 165 return createELFObjectFile(Object, InitContent); in createObjectFile()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | Binary.h | 189 bool InitContent = true); 241 bool InitContent = true);
|
| H A D | SymbolicFile.h | 170 LLVMContext *Context, bool InitContent = true);
|
| H A D | ObjectFile.h | 371 bool InitContent = true); 388 createELFObjectFile(MemoryBufferRef Object, bool InitContent = true);
|
| H A D | ELFObjectFile.h | 410 bool InitContent = true); 1094 ELFObjectFile<ELFT>::create(MemoryBufferRef Object, bool InitContent) { in create() argument 1101 if (InitContent) in create()
|