Searched refs:getOriginSectionName (Results 1 – 4 of 4) sorted by relevance
94 OS << ".section " << CalleeFunc->getOriginSectionName() << '\n'; in dumpTargetFunctionStub()
90 if (Function.getOriginSectionName() && in isHotTextMover()91 *Function.getOriginSectionName() == SectionName) in isHotTextMover()
1306 Optional<StringRef> getOriginSectionName() const { in getOriginSectionName() function
3184 assert(Function->getOriginSectionName() && "expected origin section"); in emitAndLink()3185 Function->CodeSectionName = std::string(*Function->getOriginSectionName()); in emitAndLink()