Searched refs:LargeCodeModel (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/ |
D | TargetRegistry.h | 159 bool LargeCodeModel); 429 bool LargeCodeModel = false) const { 432 MOFI->initMCObjectFileInfo(Ctx, PIC, LargeCodeModel); 435 return MCObjectFileInfoCtorFn(Ctx, PIC, LargeCodeModel); 1208 bool LargeCodeModel = false) { 1209 return new MCObjectFileInfoImpl(Ctx, PIC, LargeCodeModel);
|
D | MCObjectFileInfo.h | 246 bool LargeCodeModel = false);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/ |
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);
|
D | MCObjectFileInfo.h | 245 bool LargeCodeModel = false);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/ |
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);
|
D | MCObjectFileInfo.h | 246 bool LargeCodeModel = false);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/ |
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);
|
D | MCObjectFileInfo.h | 246 bool LargeCodeModel = false);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 802 bool LargeCodeModel) { in InitMCObjectFileInfo() argument 840 initELFMCObjectFileInfo(TT, LargeCodeModel); in InitMCObjectFileInfo()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
H A D | MCObjectFileInfo.h | 221 bool LargeCodeModel = false);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/ |
H A D | MCObjectFileInfo.cpp | 1036 bool LargeCodeModel) { in initMCObjectFileInfo() argument 1065 initELFMCObjectFileInfo(TheTriple, LargeCodeModel); in initMCObjectFileInfo()
|