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

/external/llvm/lib/Target/AArch64/
H A DAArch64Subtarget.cpp38 Reloc::Model RelocM) const {
39 if (RelocM == Reloc::Static)
H A DAArch64Subtarget.h46 bool GVIsIndirectSymbol(const GlobalValue *GV, Reloc::Model RelocM) const;
H A DAArch64AsmPrinter.cpp102 Reloc::Model RelocM = TM.getRelocationModel(); local
118 } else if (Subtarget->GVIsIndirectSymbol(GV, RelocM)) {
H A DAArch64ISelLowering.cpp1857 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); local
1858 if (GV->isWeakForLinker() && GV->isDeclaration() && RelocM == Reloc::Static) {
1895 bool UseGOT = Subtarget->GVIsIndirectSymbol(GV, RelocM);
/external/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp170 Reloc::Model RelocM) const {
171 if (RelocM == Reloc::Static)
186 if (RelocM == Reloc::PIC_) {
H A DARMSubtarget.h304 bool GVIsIndirectSymbol(const GlobalValue *GV, Reloc::Model RelocM) const;
H A DARMAsmPrinter.cpp581 Reloc::Model RelocM = TM.getRelocationModel(); local
582 if (RelocM == Reloc::PIC_ || RelocM == Reloc::DynamicNoPIC) {
610 if (RelocM == Reloc::DynamicNoPIC) {
H A DARMFastISel.cpp624 Reloc::Model RelocM = TM.getRelocationModel();
625 bool IsIndirect = Subtarget->GVIsIndirectSymbol(GV, RelocM);
636 Subtarget->isTargetDarwin() == (RelocM != Reloc::Static)) {
638 switch (RelocM) {
659 if (Subtarget->isTargetELF() && RelocM == Reloc::PIC_)
663 unsigned PCAdj = (RelocM != Reloc::PIC_) ? 0 :
674 unsigned Opc = (RelocM!=Reloc::PIC_) ? ARM::t2LDRpci : ARM::t2LDRpci_pic;
677 if (RelocM == Reloc::PIC_)
688 if (RelocM == Reloc::PIC_) {
H A DARMISelLowering.cpp2133 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); local
2135 if (RelocM == Reloc::Static) {
2149 if (RelocM == Reloc::Static)
2317 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); local
2321 if (Subtarget->useMovt() && RelocM != Reloc::Static) {
2325 if (RelocM == Reloc::Static)
2329 unsigned Wrapper = (RelocM == Reloc::PIC_)
2333 if (Subtarget->GVIsIndirectSymbol(GV, RelocM))
2342 if (RelocM == Reloc::Static) {
2347 unsigned PCAdj = (RelocM !
2426 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); local
6354 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); local
[all...]
H A DARMCodeEmitter.cpp726 Reloc::Model RelocM = TM.getRelocationModel(); local
729 Subtarget->GVIsIndirectSymbol(GV, RelocM),
/external/llvm/lib/MC/
H A DMCObjectFileInfo.cpp81 if (RelocM != Reloc::Static &&
126 if (RelocM == Reloc::Static) {
232 PersonalityEncoding = (RelocM == Reloc::PIC_)
235 LSDAEncoding = (RelocM == Reloc::PIC_)
238 FDEEncoding = (RelocM == Reloc::PIC_)
241 TTypeEncoding = (RelocM == Reloc::PIC_)
245 if (RelocM == Reloc::PIC_) {
270 if (RelocM == Reloc::PIC_) {
616 RelocM = relocm;
/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h336 Reloc::Model RelocM; member in class:llvm::MCObjectFileInfo

Completed in 184 milliseconds