Searched refs:LargeCodeModel (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | TargetRegistry.h | 155 bool LargeCodeModel); 399 bool LargeCodeModel = false) const { 402 MOFI->initMCObjectFileInfo(Ctx, PIC, LargeCodeModel); 405 return MCObjectFileInfoCtorFn(Ctx, PIC, LargeCodeModel); 1091 bool LargeCodeModel = false) { 1092 return new MCObjectFileInfoImpl(Ctx, PIC, LargeCodeModel);
|
H A D | MCObjectFileInfo.h | 246 bool LargeCodeModel = false);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMCTargetDesc.cpp | 83 bool LargeCodeModel = false) { in createRISCVMCObjectFileInfo() argument 85 MOFI->initMCObjectFileInfo(Ctx, PIC, LargeCodeModel); in createRISCVMCObjectFileInfo()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-mc/ |
H A D | llvm-mc.cpp | 155 LargeCodeModel("large-code-model", variable 427 TheTarget->createMCObjectFileInfo(Ctx, PIC, LargeCodeModel)); in main()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 1007 bool LargeCodeModel) { in initMCObjectFileInfo() argument 1036 initELFMCObjectFileInfo(TheTriple, LargeCodeModel); in initMCObjectFileInfo()
|