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

/freebsd-10.2-release/contrib/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp251 std::string StubName = "__call_stub_fp_" + Name; local
255 Function *FStub = M->getFunction(StubName);
258 Function::InternalLinkage, StubName, M);
424 std::string StubName = "__fn_stub_" + Name; local
428 Function::InternalLinkage, StubName, M);

Completed in 62 milliseconds