Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCMachOStreamer.cpp599 MCSection *AddrSigSection = in createAddrSigSection() local
601 Asm.registerSection(*AddrSigSection); in createAddrSigSection()
602 auto *Frag = new MCDataFragment(AddrSigSection); in createAddrSigSection()
H A DMachObjectWriter.cpp757 MCSection *AddrSigSection = in populateAddrSigSection() local
764 addRelocation(S, AddrSigSection, MRE); in populateAddrSigSection()
H A DMCObjectFileInfo.cpp196 AddrSigSection = Ctx->getMachOSection("__DATA", "__llvm_addrsig", 0, in initMachOMCObjectFileInfo()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h216 MCSection *AddrSigSection = nullptr; variable
417 MCSection *getAddrSigSection() const { return AddrSigSection; } in getAddrSigSection()