Home
last modified time | relevance | path

Searched refs:getDrectveSection (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h374 MCSection *getDrectveSection() const { return DrectveSection; } in getDrectveSection() function
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCWinCOFFStreamer.cpp280 SwitchSection(MFI->getDrectveSection()); in EmitCommonSymbol()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1549 OutStreamer->SwitchSection(TLOF.getDrectveSection()); in doFinalization()
1576 OutStreamer->SwitchSection(TLOF.getDrectveSection()); in doFinalization()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1426 MCSection *Sec = getDrectveSection(); in emitModuleMetadata()