Home
last modified time | relevance | path

Searched refs:createObjectFile (Results 1 – 25 of 53) sorted by relevance

123

/aosp_15_r20/external/llvm/lib/Object/
H A DObjectFile.cpp73 ObjectFile::createObjectFile(MemoryBufferRef Object, sys::fs::file_magic Type) { in createObjectFile() function in ObjectFile
112 ObjectFile::createObjectFile(StringRef ObjectPath) { in createObjectFile() function in ObjectFile
120 createObjectFile(Buffer->getMemBufferRef()); in createObjectFile()
H A DSymbolicFile.cpp60 return ObjectFile::createObjectFile(Object, Type); in createSymbolicFile()
67 ObjectFile::createObjectFile(Object, Type); in createSymbolicFile()
H A DModuleSummaryIndexObjectFile.cpp60 ObjectFile::createObjectFile(Object, Type); in findBitcodeInMemBuffer()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Object/
H A DObjectFile.cpp125 ObjectFile::createObjectFile(MemoryBufferRef Object, file_magic Type) { in createObjectFile() function in ObjectFile
175 ObjectFile::createObjectFile(StringRef ObjectPath) { in createObjectFile() function in ObjectFile
183 createObjectFile(Buffer->getMemBufferRef()); in createObjectFile()
H A DSymbolicFile.cpp76 return ObjectFile::createObjectFile(Object, Type); in createSymbolicFile()
83 ObjectFile::createObjectFile(Object, Type); in createSymbolicFile()
H A DIRObjectFile.cpp99 ObjectFile::createObjectFile(Object, Type); in findBitcodeInMemBuffer()
/aosp_15_r20/external/llvm/include/llvm/Object/
H A DObjectFile.h282 createObjectFile(StringRef ObjectPath);
285 createObjectFile(MemoryBufferRef Object, sys::fs::file_magic Type);
287 createObjectFile(MemoryBufferRef Object) { in createObjectFile() function
288 return createObjectFile(Object, sys::fs::file_magic::unknown); in createObjectFile()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Object/
H A DObjectFile.cpp138 ObjectFile::createObjectFile(MemoryBufferRef Object, file_magic Type, in createObjectFile() function in ObjectFile
194 ObjectFile::createObjectFile(StringRef ObjectPath) { in createObjectFile() function in ObjectFile
202 createObjectFile(Buffer->getMemBufferRef()); in createObjectFile()
H A DSymbolicFile.cpp71 return ObjectFile::createObjectFile(Object, Type, InitContent); in createSymbolicFile()
78 ObjectFile::createObjectFile(Object, Type, InitContent); in createSymbolicFile()
H A DIRObjectFile.cpp100 ObjectFile::createObjectFile(Object, Type); in findBitcodeInMemBuffer()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
H A DObjectFile.h342 createObjectFile(StringRef ObjectPath);
345 createObjectFile(MemoryBufferRef Object, llvm::file_magic Type);
347 createObjectFile(MemoryBufferRef Object) { in createObjectFile() function
348 return createObjectFile(Object, llvm::file_magic::unknown); in createObjectFile()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Object/
H A DObjectFile.h367 createObjectFile(StringRef ObjectPath);
370 createObjectFile(MemoryBufferRef Object, llvm::file_magic Type,
373 createObjectFile(MemoryBufferRef Object) { in createObjectFile() function
374 return createObjectFile(Object, llvm::file_magic::unknown); in createObjectFile()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Object/
DObjectFile.h368 createObjectFile(StringRef ObjectPath);
371 createObjectFile(MemoryBufferRef Object, llvm::file_magic Type,
374 createObjectFile(MemoryBufferRef Object) { in createObjectFile() function
375 return createObjectFile(Object, llvm::file_magic::unknown); in createObjectFile()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Object/
DObjectFile.h369 createObjectFile(StringRef ObjectPath);
372 createObjectFile(MemoryBufferRef Object, llvm::file_magic Type,
375 createObjectFile(MemoryBufferRef Object) { in createObjectFile() function
376 return createObjectFile(Object, llvm::file_magic::unknown); in createObjectFile()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Object/
DObjectFile.h369 createObjectFile(StringRef ObjectPath);
372 createObjectFile(MemoryBufferRef Object, llvm::file_magic Type,
375 createObjectFile(MemoryBufferRef Object) { in createObjectFile() function
376 return createObjectFile(Object, llvm::file_magic::unknown); in createObjectFile()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Object/
DObjectFile.h369 createObjectFile(StringRef ObjectPath);
372 createObjectFile(MemoryBufferRef Object, llvm::file_magic Type,
375 createObjectFile(MemoryBufferRef Object) { in createObjectFile() function
376 return createObjectFile(Object, llvm::file_magic::unknown); in createObjectFile()
/aosp_15_r20/external/llvm/tools/llvm-rtdyld/
H A Dllvm-rtdyld.cpp296 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef())); in printLineInfoForInput()
425 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef())); in executeInput()
694 ObjectFile::createObjectFile((*InputBuffer)->getMemBufferRef())); in linkAndVerify()
/aosp_15_r20/external/llvm/tools/llvm-dwarfdump/fuzzer/
H A Dllvm-dwarfdump-fuzzer.cpp28 ObjectFile::createObjectFile(Buff->getMemBufferRef()); in LLVMFuzzerTestOneInput()
/aosp_15_r20/external/llvm/include/llvm/ExecutionEngine/Orc/
H A DCompileUtils.h46 object::ObjectFile::createObjectFile(ObjBuffer->getMemBufferRef()); in operator()
H A DIRCompileLayer.h128 object::ObjectFile::createObjectFile(ObjBuffer->getMemBufferRef()); in tryToLoadFromObjectCache()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp67 object::ObjectFile::createObjectFile( in yaml2ObjectFile()
/aosp_15_r20/external/llvm/tools/llvm-cov/
H A DTestingSupport.cpp32 auto ObjErr = llvm::object::ObjectFile::createObjectFile(InputSourceFile); in convertForTestingMain()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp58 auto Obj = object::ObjectFile::createObjectFile(ObjBuffer->getMemBufferRef()); in operator ()()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ExecutionEngine/Orc/
H A DCompileUtils.cpp60 auto Obj = object::ObjectFile::createObjectFile(ObjBuffer->getMemBufferRef()); in operator ()()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjectYAML/
H A Dyaml2obj.cpp75 object::ObjectFile::createObjectFile( in yaml2ObjectFile()

123