Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCMachOStreamer.cpp513 MCSection *AddrSigSection = in createAddrSigSection() local
515 changeSection(AddrSigSection); in createAddrSigSection()
516 auto *Frag = cast<MCDataFragment>(AddrSigSection->curFragList()->Head); in createAddrSigSection()
H A DMachObjectWriter.cpp775 MCSection *AddrSigSection = in populateAddrSigSection() local
784 addRelocation(S, AddrSigSection, MRE); in populateAddrSigSection()
H A DMCObjectFileInfo.cpp202 AddrSigSection = Ctx->getMachOSection("__DATA", "__llvm_addrsig", 0, in initMachOMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h221 MCSection *AddrSigSection = nullptr; variable
427 MCSection *getAddrSigSection() const { return AddrSigSection; } in getAddrSigSection()