Home
last modified time | relevance | path

Searched refs:LargeCodeModel (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCTargetDesc.cpp73 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 DTargetRegistry.h156 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 DMCObjectFileInfo.h242 bool LargeCodeModel = false);
/llvm-project-15.0.7/llvm/tools/llvm-mc/
H A Dllvm-mc.cpp160 LargeCodeModel("large-code-model", variable
431 TheTarget->createMCObjectFileInfo(Ctx, PIC, LargeCodeModel)); in main()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1031 bool LargeCodeModel) { in initMCObjectFileInfo() argument
1061 initELFMCObjectFileInfo(TheTriple, LargeCodeModel); in initMCObjectFileInfo()