Searched refs:LargeCodeModel (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/MC/ |
| H A D | TargetRegistry.h | 160 bool LargeCodeModel); 425 bool LargeCodeModel = false) const { 428 MOFI->initMCObjectFileInfo(Ctx, PIC, LargeCodeModel); 431 return MCObjectFileInfoCtorFn(Ctx, PIC, LargeCodeModel); 1197 bool LargeCodeModel = false) { 1198 return new MCObjectFileInfoImpl(Ctx, PIC, LargeCodeModel);
|
| H A D | MCObjectFileInfo.h | 242 bool LargeCodeModel = false);
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-mc/ |
| H A D | llvm-mc.cpp | 160 LargeCodeModel("large-code-model", variable 431 TheTarget->createMCObjectFileInfo(Ctx, PIC, LargeCodeModel)); in main()
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCObjectFileInfo.cpp | 1036 bool LargeCodeModel) { in initMCObjectFileInfo() argument 1065 initELFMCObjectFileInfo(TheTriple, LargeCodeModel); in initMCObjectFileInfo()
|