Searched refs:getGCCUnwindPath (Results 1 – 2 of 2) sorted by relevance
68 const std::string getGCCUnwindPath() const;
47 mRuntimePath.insert(std::make_pair("gccunwind", getGCCUnwindPath() + "/libgccunwind.a")); in initRuntimePath()219 const std::string HostBitcodeCompiler::getGCCUnwindPath() const { in getGCCUnwindPath() function in HostBitcodeCompiler