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

/external/llvm/lib/Target/Mips/
H A DMips16HardFloat.cpp250 std::string StubName = "__call_stub_fp_" + Name; local
254 Function *FStub = M->getFunction(StubName);
257 Function::InternalLinkage, StubName, M);
392 std::string StubName = "__fn_stub_" + Name; local
396 Function::InternalLinkage, StubName, M);

Completed in 84 milliseconds