HomeSort by relevance Sort by last modified time
    Searched refs:MakeELF (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/ExecutionEngine/JIT/
JITDebugRegisterer.h 84 /// MakeELF - Builds the ELF file in memory and returns a std::string that
86 std::string MakeELF(const Function *F, DebugInfo &I);
JITDebugRegisterer.cpp 67 std::string JITDebugRegisterer::MakeELF(const Function *F, DebugInfo &I) {
137 std::string Buffer = MakeELF(F, I);

Completed in 639 milliseconds