Searched refs:LargeCodeModel (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | TargetRegistry.h | 165 bool LargeCodeModel); 435 bool LargeCodeModel = false) const { 438 MOFI->initMCObjectFileInfo(Ctx, PIC, LargeCodeModel); 441 return MCObjectFileInfoCtorFn(Ctx, PIC, LargeCodeModel); 1217 bool LargeCodeModel = false) { 1218 return new MCObjectFileInfoImpl(Ctx, PIC, LargeCodeModel);
|
| H A D | MCObjectFileInfo.h | 245 bool LargeCodeModel = false);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVMCTargetDesc.cpp | 74 bool LargeCodeModel = false) { in createRISCVMCObjectFileInfo() argument 76 MOFI->initMCObjectFileInfo(Ctx, PIC, LargeCodeModel); in createRISCVMCObjectFileInfo()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 160 LargeCodeModel("large-code-model", variable 434 TheTarget->createMCObjectFileInfo(Ctx, PIC, LargeCodeModel)); in main()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 1058 bool LargeCodeModel) { in initMCObjectFileInfo() argument 1087 initELFMCObjectFileInfo(TheTriple, LargeCodeModel); in initMCObjectFileInfo()
|