Home
last modified time | relevance | path

Searched refs:checkMachORelocatableObject (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachO.cpp33 static Error checkMachORelocatableObject(MemoryBufferRef Obj, in checkMachORelocatableObject() function
59 Error checkMachORelocatableObject(MemoryBufferRef Obj, const Triple &TT, in checkMachORelocatableObject() function
75 return checkMachORelocatableObject<MachO::mach_header>( in checkMachORelocatableObject()
79 return checkMachORelocatableObject<MachO::mach_header_64>( in checkMachORelocatableObject()
90 checkMachORelocatableObject(std::unique_ptr<MemoryBuffer> Obj, const Triple &TT, in checkMachORelocatableObject() function
93 checkMachORelocatableObject(Obj->getMemBufferRef(), TT, ObjIsSlice)) in checkMachORelocatableObject()
124 auto CheckedObj = checkMachORelocatableObject(std::move(*Buf), TT, false); in loadMachORelocatableObject()
173 auto CheckedObj = checkMachORelocatableObject(std::move(*Buf), TT, true); in loadLinkableSliceFromMachOUniversalBinary()
H A DLoadLinkableFile.cpp103 auto CheckedBuf = checkMachORelocatableObject(std::move(*Buf), TT, false); in loadLinkableFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachO.h41 LLVM_ABI Error checkMachORelocatableObject(MemoryBufferRef Obj,
49 checkMachORelocatableObject(std::unique_ptr<MemoryBuffer> Obj, const Triple &TT,