Searched refs:InitContent (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Object/ |
| H A D | Binary.cpp | 48 bool InitContent) { in createBinary() argument 77 return ObjectFile::createSymbolicFile(Buffer, Type, Context, InitContent); in createBinary() 98 object::createBinary(StringRef Path, LLVMContext *Context, bool InitContent) { in createBinary() argument 107 createBinary(Buffer->getMemBufferRef(), Context, InitContent); in createBinary()
|
| 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 | SymbolicFile.cpp | 39 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 | ObjectFile.cpp | 136 bool InitContent) { in createObjectFile() argument 158 return createELFObjectFile(Object, InitContent); in createObjectFile()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/ |
| H A D | Binary.h | 185 bool InitContent = true); 237 bool InitContent = true);
|
| H A D | SymbolicFile.h | 168 LLVMContext *Context, bool InitContent = true);
|
| H A D | ObjectFile.h | 354 bool InitContent = true); 371 createELFObjectFile(MemoryBufferRef Object, bool InitContent = true);
|
| H A D | ELFObjectFile.h | 397 bool InitContent = true); 1070 ELFObjectFile<ELFT>::create(MemoryBufferRef Object, bool InitContent) { in create() argument 1077 if (InitContent) in create()
|