Home
last modified time | relevance | path

Searched defs:getTextSection (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h267 MCSection *getTextSection() const { return TextSection; } getTextSection() function
/llvm-project/bolt/include/bolt/Core/
H A DBinaryContext.h969 MCSection *getTextSection() const { return MOFI->getTextSection(); } getTextSection() function