| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 67 EHFrameSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo() 94 = Ctx->getMachOSection("__TEXT", "__text", in initMachOMCObjectFileInfo() 98 = Ctx->getMachOSection("__DATA", "__data", 0, SectionKind::getData()); in initMachOMCObjectFileInfo() 104 = Ctx->getMachOSection("__DATA", "__thread_data", in initMachOMCObjectFileInfo() 108 = Ctx->getMachOSection("__DATA", "__thread_bss", in initMachOMCObjectFileInfo() 114 = Ctx->getMachOSection("__DATA", "__thread_vars", in initMachOMCObjectFileInfo() 118 TLSThreadInitSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo() 123 = Ctx->getMachOSection("__TEXT", "__cstring", in initMachOMCObjectFileInfo() 127 = Ctx->getMachOSection("__TEXT","__ustring", 0, in initMachOMCObjectFileInfo() 130 = Ctx->getMachOSection("__TEXT", "__literal4", in initMachOMCObjectFileInfo() [all …]
|
| H A D | MCMachOStreamer.cpp | 480 MCSection *CGProfileSection = Asm.getContext().getMachOSection( in finalizeCGProfile()
|
| H A D | MachObjectWriter.cpp | 800 MCSection *CGProfileSection = getContext().getMachOSection( in writeObject()
|
| H A D | MCContext.cpp | 550 MCSectionMachO *MCContext::getMachOSection(StringRef Segment, StringRef Section, in getMachOSection() function in MCContext
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/ |
| H A D | DarwinAsmParser.cpp | 483 getStreamer().switchSection(getContext().getMachOSection( in parseSectionSwitch() 712 getStreamer().switchSection(getContext().getMachOSection( in parseDirectiveSection() 859 getContext().getMachOSection("__DATA", "__thread_bss", in parseDirectiveTBSS() 890 getContext().getMachOSection(Segment, Section, MachO::S_ZEROFILL, 0, in parseDirectiveZerofill() 946 getContext().getMachOSection(Segment, Section, MachO::S_ZEROFILL, 0, in parseDirectiveZerofill()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCContext.h | 546 LLVM_ABI MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, 551 MCSectionMachO *getMachOSection(StringRef Segment, StringRef Section, 554 return getMachOSection(Segment, Section, TypeAndAttributes, 0, K,
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringObjectFileImpl.cpp | 1272 StaticCtorSection = Ctx.getMachOSection("__TEXT", "__constructor", 0, in Initialize() 1274 StaticDtorSection = Ctx.getMachOSection("__TEXT", "__destructor", 0, in Initialize() 1277 StaticCtorSection = Ctx.getMachOSection("__DATA", "__mod_init_func", in Initialize() 1280 StaticDtorSection = Ctx.getMachOSection("__DATA", "__mod_term_func", in Initialize() 1329 MCSectionMachO *S = getContext().getMachOSection( in emitModuleMetadata() 1382 getContext().getMachOSection(Segment, Section, TAA, StubSize, Kind); in getExplicitSectionGlobal() 1490 return getContext().getMachOSection("__TEXT", "__command_line", 0, in getSectionForCommandLines()
|
| /freebsd/contrib/llvm-project/clang/tools/driver/ |
| H A D | cc1as_main.cpp | 593 MCSection *AsmLabel = Ctx.getMachOSection( in ExecuteAssemblerImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86AsmPrinter.cpp | 980 OutStreamer.switchSection(MMI->getContext().getMachOSection( in emitNonLazyStubs()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | AsmPrinter.cpp | 4611 InstMap = OutContext.getMachOSection("__DATA", "xray_instr_map", in emitXRayTable() 4615 FnSledIndex = OutContext.getMachOSection("__DATA", "xray_fn_idx", in emitXRayTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64AsmPrinter.cpp | 954 OutContext.getMachOSection("__DATA", "__auth_ptr", MachO::S_REGULAR, in emitEndOfAsmFile()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 23001 …achOSectionENS_9StringRefES1_jjNS_11SectionKindE", "llvm::MCContext::getMachOSection(llvm::StringR…
|