Home
last modified time | relevance | path

Searched refs:hasXCOFFSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp2896 if (!OutContext.hasXCOFFSection( in emitPGORefs()
2923 if (OutContext.hasXCOFFSection( in emitPGORefs()
2929 if (OutContext.hasXCOFFSection( in emitPGORefs()
2935 if (OutContext.hasXCOFFSection( in emitPGORefs()
2945 if (!OutContext.hasXCOFFSection( in emitGCOVRefs()
2958 if (OutContext.hasXCOFFSection( in emitGCOVRefs()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h664 LLVM_ABI bool hasXCOFFSection(StringRef Section,
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCContext.cpp886 bool MCContext::hasXCOFFSection(StringRef Section, in hasXCOFFSection() function in MCContext