/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfCFIException.cpp | 43 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in endModule() local 45 unsigned PerEncoding = TLOF.getPersonalityEncoding(); in endModule() 53 TLOF.emitPersonalityValue(*Asm->OutStreamer, Asm->getDataLayout(), Sym); in endModule() 69 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginFunction() local 70 unsigned PerEncoding = TLOF.getPersonalityEncoding(); in beginFunction() 89 unsigned LSDAEncoding = TLOF.getLSDAEncoding(); in beginFunction() 129 const TargetLoweringObjectFile &TLOF = Asm->getObjFileLowering(); in beginBasicBlockSection() local 130 unsigned PerEncoding = TLOF.getPersonalityEncoding(); in beginBasicBlockSection() 131 const MCSymbol *Sym = TLOF.getCFIPersonalitySymbol(P, Asm->TM, MMI); in beginBasicBlockSection() 137 TLOF.getLSDAEncoding()); in beginBasicBlockSection()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 284 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getNameWithPrefix() local 285 TLOF->getNameWithPrefix(Name, GV, *this); in getNameWithPrefix() 289 const TargetLoweringObjectFile *TLOF = getObjFileLowering(); in getSymbol() local 291 if (MCSymbol *TargetSymbol = TLOF->getTargetSymbol(GV, *this)) in getSymbol() 295 getNameWithPrefix(NameStr, GV, TLOF->getMangler()); in getSymbol() 296 return TLOF->getContext().getOrCreateSymbol(NameStr); in getSymbol()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVTargetMachine.h | 22 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable 44 return TLOF.get(); in getObjFileLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
H A D | BPFTargetMachine.h | 22 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable 42 return TLOF.get(); in getObjFileLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/MSP430/ |
H A D | MSP430TargetMachine.h | 27 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable 44 return TLOF.get(); in getObjFileLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/ |
H A D | CSKYTargetMachine.h | 24 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable 43 return TLOF.get(); in getObjFileLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Lanai/ |
H A D | LanaiTargetMachine.h | 27 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable 48 return TLOF.get(); in getObjFileLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AVR/ |
H A D | AVRTargetMachine.h | 42 return this->TLOF.get(); in getObjFileLowering() 61 std::unique_ptr<TargetLoweringObjectFile> TLOF;
|
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/ |
H A D | XCoreTargetMachine.h | 27 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable 49 return TLOF.get(); in getObjFileLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetMachine.h | 28 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable 51 return TLOF.get(); in getObjFileLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/ |
H A D | LoongArchTargetMachine.h | 23 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable 42 return TLOF.get(); in getObjFileLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
H A D | M68kTargetMachine.h | 32 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable 58 return TLOF.get(); in getObjFileLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARC/ |
H A D | ARCTargetMachine.h | 25 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable 46 return TLOF.get(); in getObjFileLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonTargetMachine.h | 25 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable 43 return static_cast<HexagonTargetObjectFile*>(TLOF.get()); in getObjFileLowering()
|
H A D | HexagonSplitConst32AndConst64.cpp | 64 auto &TLOF = *HTM.getObjFileLowering(); in runOnMachineFunction() local 65 if (HST.useSmallData() && TLOF.isSmallDataEnabled(HTM)) in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaTargetMachine.h | 26 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable 45 return TLOF.get(); in getObjFileLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/VE/ |
H A D | VETargetMachine.h | 24 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable 49 return TLOF.get(); in getObjFileLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DirectXTargetMachine.h | 21 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable 46 return TLOF.get(); in getObjFileLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetMachine.h | 25 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable 44 return TLOF.get(); in getObjFileLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetMachine.h | 25 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable 48 return TLOF.get(); in getObjFileLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86TargetMachine.h | 29 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable 54 return TLOF.get(); in getObjFileLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetMachine.h | 32 std::unique_ptr<TargetLoweringObjectFile> TLOF; 60 return TLOF.get(); in getObjFileLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsTargetMachine.h | 29 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable 64 return TLOF.get(); in getObjFileLowering()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
H A D | SparcTargetMachine.h | 24 std::unique_ptr<TargetLoweringObjectFile> TLOF; variable 41 return TLOF.get();
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetMachine.h | 26 std::unique_ptr<TargetLoweringObjectFile> TLOF; 51 return TLOF.get(); in getObjFileLowering()
|