Searched refs:InitContent (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Object/ |
| H A D | Binary.cpp | 47 bool InitContent) { in createBinary() argument 77 return ObjectFile::createSymbolicFile(Buffer, Type, Context, InitContent); in createBinary() 102 object::createBinary(StringRef Path, LLVMContext *Context, bool InitContent) { in createBinary() argument 111 createBinary(Buffer->getMemBufferRef(), Context, InitContent); in createBinary()
|
| H A D | SymbolicFile.cpp | 38 LLVMContext *Context, bool InitContent) { in createSymbolicFile() argument 70 return ObjectFile::createObjectFile(Object, Type, InitContent); in createSymbolicFile() 77 ObjectFile::createObjectFile(Object, Type, InitContent); in createSymbolicFile()
|
| H A D | ELFObjectFile.cpp | 62 createPtr(MemoryBufferRef Object, bool InitContent) { in createPtr() argument 63 auto Ret = ELFObjectFile<ELFT>::create(Object, InitContent); in createPtr() 70 ObjectFile::createELFObjectFile(MemoryBufferRef Obj, bool InitContent) { in createELFObjectFile() argument 82 return createPtr<ELF32LE>(Obj, InitContent); in createELFObjectFile() 84 return createPtr<ELF32BE>(Obj, InitContent); in createELFObjectFile() 89 return createPtr<ELF64LE>(Obj, InitContent); in createELFObjectFile() 91 return createPtr<ELF64BE>(Obj, InitContent); in createELFObjectFile()
|
| H A D | ObjectFile.cpp | 134 bool InitContent) { in createObjectFile() argument 160 return createELFObjectFile(Object, InitContent); in createObjectFile()
|
| /llvm-project-15.0.7/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 | 367 bool InitContent = true); 384 createELFObjectFile(MemoryBufferRef Object, bool InitContent = true);
|
| H A D | ELFObjectFile.h | 409 bool InitContent = true); 1091 ELFObjectFile<ELFT>::create(MemoryBufferRef Object, bool InitContent) { in create() argument 1098 if (InitContent) in create()
|