Home
last modified time | relevance | path

Searched refs:getGCCUnwindPath (Results 1 – 2 of 2) sorted by relevance

/ndk/tests/abcc/jni/host/
DAbcc_host.h68 const std::string getGCCUnwindPath() const;
DAbcc_host.cpp47 mRuntimePath.insert(std::make_pair("gccunwind", getGCCUnwindPath() + "/libgccunwind.a")); in initRuntimePath()
219 const std::string HostBitcodeCompiler::getGCCUnwindPath() const { in getGCCUnwindPath() function in HostBitcodeCompiler