Home
last modified time | relevance | path

Searched refs:getADASection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h437 MCSection *getADASection() const { return ADASection; } in getADASection() function
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZAsmPrinter.cpp968 OutStreamer->switchSection(getObjFileLowering().getADASection()); in emitADASection()