Searched refs:MakeELF (Results 1 - 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJITDebugRegisterer.h84 /// MakeELF - Builds the ELF file in memory and returns a std::string that
86 std::string MakeELF(const Function *F, DebugInfo &I);
H A DJITDebugRegisterer.cpp67 std::string JITDebugRegisterer::MakeELF(const Function *F, DebugInfo &I) { function in class:llvm::JITDebugRegisterer
137 std::string Buffer = MakeELF(F, I);

Completed in 82 milliseconds