HomeSort by relevance Sort by last modified time
    Searched defs:StubName (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 270 std::string StubName = "__call_stub_fp_" + Name;
274 Function *FStub = M->getFunction(StubName);
277 Function::InternalLinkage, StubName, M);
461 std::string StubName = "__fn_stub_" + Name;
465 Function::InternalLinkage, StubName, M);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
Mips16HardFloat.cpp 264 std::string StubName = "__call_stub_fp_" + Name;
268 Function *FStub = M->getFunction(StubName);
271 Function::InternalLinkage, StubName, M);
452 std::string StubName = "__fn_stub_" + Name;
456 Function::InternalLinkage, StubName, M);

Completed in 8488 milliseconds