Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/MC/
HDMCMachOStreamer.cpp559 MCSection *AddrSigSection = in createAddrSigSection() local
561 changeSection(AddrSigSection); in createAddrSigSection()
562 auto *Frag = cast<MCDataFragment>(AddrSigSection->curFragList()->Head); in createAddrSigSection()
HDMachObjectWriter.cpp772 MCSection *AddrSigSection = in populateAddrSigSection() local
781 addRelocation(S, AddrSigSection, MRE); in populateAddrSigSection()
HDMCObjectFileInfo.cpp201 AddrSigSection = Ctx->getMachOSection("__DATA", "__llvm_addrsig", 0, in initMachOMCObjectFileInfo()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/MC/
HDMCObjectFileInfo.h216 MCSection *AddrSigSection = nullptr; variable
423 MCSection *getAddrSigSection() const { return AddrSigSection; } in getAddrSigSection()