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

/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp258 std::string StubName = "__call_stub_fp_" + Name; local
262 Function *FStub = M->getFunction(StubName);
265 Function::InternalLinkage, StubName, M);
448 std::string StubName = "__fn_stub_" + Name; local
452 Function::InternalLinkage, StubName, M);

Completed in 182 milliseconds