Home
last modified time | relevance | path

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 DTargetRegistry.h160 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 DMCObjectFileInfo.h242 bool LargeCodeModel = false);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/MC/
DTargetRegistry.h159 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);
DMCObjectFileInfo.h246 bool LargeCodeModel = false);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/MC/
DTargetRegistry.h165 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);
DMCObjectFileInfo.h245 bool LargeCodeModel = false);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/MC/
DTargetRegistry.h165 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);
DMCObjectFileInfo.h246 bool LargeCodeModel = false);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/MC/
DTargetRegistry.h165 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);
DMCObjectFileInfo.h246 bool LargeCodeModel = false);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVMCTargetDesc.cpp73 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 DMCObjectFileInfo.cpp802 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 DMCObjectFileInfo.h221 bool LargeCodeModel = false);
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCObjectFileInfo.cpp1036 bool LargeCodeModel) { in initMCObjectFileInfo() argument
1065 initELFMCObjectFileInfo(TheTriple, LargeCodeModel); in initMCObjectFileInfo()