Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCMachOStreamer.cpp598 MCSection *AddrSigSection = in createAddrSigSection() local
600 Asm.registerSection(*AddrSigSection); in createAddrSigSection()
601 auto *Frag = new MCDataFragment(AddrSigSection); in createAddrSigSection()
H A DMachObjectWriter.cpp756 MCSection *AddrSigSection = in populateAddrSigSection() local
765 addRelocation(S, AddrSigSection, MRE); in populateAddrSigSection()
H A DMCObjectFileInfo.cpp192 AddrSigSection = Ctx->getMachOSection("__DATA", "__llvm_addrsig", 0, in initMachOMCObjectFileInfo()
/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h216 MCSection *AddrSigSection = nullptr; variable
419 MCSection *getAddrSigSection() const { return AddrSigSection; } in getAddrSigSection()