Searched refs:LargeCodeModel (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVMCTargetDesc.cpp | 73 bool LargeCodeModel = false) { in createRISCVMCObjectFileInfo() argument 75 MOFI->initMCObjectFileInfo(Ctx, PIC, LargeCodeModel); in createRISCVMCObjectFileInfo()
|
| /llvm-project-15.0.7/llvm/include/llvm/MC/ |
| H A D | TargetRegistry.h | 156 bool LargeCodeModel); 413 bool LargeCodeModel = false) const { 416 MOFI->initMCObjectFileInfo(Ctx, PIC, LargeCodeModel); 419 return MCObjectFileInfoCtorFn(Ctx, PIC, LargeCodeModel); 1161 bool LargeCodeModel = false) { 1162 return new MCObjectFileInfoImpl(Ctx, PIC, LargeCodeModel);
|
| H A D | MCObjectFileInfo.h | 242 bool LargeCodeModel = false);
|
| /llvm-project-15.0.7/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 160 LargeCodeModel("large-code-model", variable 431 TheTarget->createMCObjectFileInfo(Ctx, PIC, LargeCodeModel)); in main()
|
| /llvm-project-15.0.7/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 1031 bool LargeCodeModel) { in initMCObjectFileInfo() argument 1061 initELFMCObjectFileInfo(TheTriple, LargeCodeModel); in initMCObjectFileInfo()
|