Searched refs:LargeCodeModel (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | TargetRegistry.h | 157 bool LargeCodeModel); 410 bool LargeCodeModel = false) const { 413 MOFI->initMCObjectFileInfo(Ctx, PIC, LargeCodeModel); 416 return MCObjectFileInfoCtorFn(Ctx, PIC, LargeCodeModel); 1114 bool LargeCodeModel = false) { 1115 return new MCObjectFileInfoImpl(Ctx, PIC, LargeCodeModel);
|
| H A D | MCObjectFileInfo.h | 249 bool LargeCodeModel = false);
|
| /freebsd/contrib/llvm-project/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()
|
| /freebsd/contrib/llvm-project/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 168 LargeCodeModel("large-code-model", variable 446 TheTarget->createMCObjectFileInfo(Ctx, PIC, LargeCodeModel)); in main()
|
| /freebsd/contrib/llvm-project/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 1051 bool LargeCodeModel) { in initMCObjectFileInfo() argument 1080 initELFMCObjectFileInfo(TheTriple, LargeCodeModel); in initMCObjectFileInfo()
|