Searched refs:RelocM (Results 1 - 12 of 12) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp56 Reloc::Model RelocM) const {
57 if (RelocM == Reloc::Static)
H A DAArch64Subtarget.h59 bool GVIsIndirectSymbol(const GlobalValue *GV, Reloc::Model RelocM) const;
H A DAArch64AsmPrinter.cpp93 Reloc::Model RelocM = TM.getRelocationModel(); local
109 } else if (Subtarget->GVIsIndirectSymbol(GV, RelocM)) {
H A DAArch64ISelLowering.cpp2166 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); local
2167 if (GV->isWeakForLinker() && GV->isDeclaration() && RelocM == Reloc::Static) {
2204 bool UseGOT = getSubtarget()->GVIsIndirectSymbol(GV, RelocM);
/freebsd-10-stable/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp84 if (RelocM != Reloc::Static &&
130 if (RelocM == Reloc::Static) {
255 PersonalityEncoding = (RelocM == Reloc::PIC_)
258 LSDAEncoding = (RelocM == Reloc::PIC_)
261 FDEEncoding = (RelocM == Reloc::PIC_)
264 TTypeEncoding = (RelocM == Reloc::PIC_)
268 if (RelocM == Reloc::PIC_) {
293 if (RelocM == Reloc::PIC_) {
314 if (RelocM == Reloc::PIC_) {
329 if (RelocM
[all...]
/freebsd-10-stable/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp259 Reloc::Model RelocM) const {
260 if (RelocM == Reloc::Static)
275 if (RelocM == Reloc::PIC_) {
H A DARMSubtarget.h360 bool GVIsIndirectSymbol(const GlobalValue *GV, Reloc::Model RelocM) const;
H A DARMAsmPrinter.cpp451 Reloc::Model RelocM = TM.getRelocationModel(); local
452 if (RelocM == Reloc::PIC_ || RelocM == Reloc::DynamicNoPIC) {
480 if (RelocM == Reloc::DynamicNoPIC) {
H A DARMFastISel.cpp669 Reloc::Model RelocM = TM.getRelocationModel();
670 bool IsIndirect = Subtarget->GVIsIndirectSymbol(GV, RelocM);
686 Subtarget->isTargetDarwin() == (RelocM != Reloc::Static)) {
688 switch (RelocM) {
709 if (Subtarget->isTargetELF() && RelocM == Reloc::PIC_)
713 unsigned PCAdj = (RelocM != Reloc::PIC_) ? 0 :
724 unsigned Opc = (RelocM!=Reloc::PIC_) ? ARM::t2LDRpci : ARM::t2LDRpci_pic;
727 if (RelocM == Reloc::PIC_)
739 if (RelocM == Reloc::PIC_) {
H A DARMCodeEmitter.cpp652 Reloc::Model RelocM = TM.getRelocationModel(); local
655 Subtarget->GVIsIndirectSymbol(GV, RelocM),
H A DARMISelLowering.cpp2355 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); local
2357 if (RelocM == Reloc::Static) {
2371 if (RelocM == Reloc::Static)
2539 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); local
2543 if (Subtarget->useMovt() && RelocM != Reloc::Static) {
2547 if (RelocM == Reloc::Static)
2551 unsigned Wrapper = (RelocM == Reloc::PIC_)
2555 if (Subtarget->GVIsIndirectSymbol(GV, RelocM))
2564 if (RelocM == Reloc::Static) {
2569 unsigned PCAdj = (RelocM !
2648 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); local
6924 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); local
[all...]
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h359 Reloc::Model RelocM; member in class:llvm::MCObjectFileInfo

Completed in 271 milliseconds