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

/external/llvm/lib/Target/ARM/
H A DARMSubtarget.cpp367 Reloc::Model RelocM) const {
368 if (RelocM == Reloc::Static)
383 if (RelocM == Reloc::PIC_) {
H A DARMSubtarget.h456 bool GVIsIndirectSymbol(const GlobalValue *GV, Reloc::Model RelocM) const;
H A DARMAsmPrinter.cpp417 Reloc::Model RelocM = TM.getRelocationModel(); local
418 if (RelocM == Reloc::PIC_ || RelocM == Reloc::DynamicNoPIC) {
446 if (RelocM == Reloc::DynamicNoPIC) {
H A DARMFastISel.cpp579 Reloc::Model RelocM = TM.getRelocationModel();
580 bool IsIndirect = Subtarget->GVIsIndirectSymbol(GV, RelocM);
594 (Subtarget->isTargetMachO() || RelocM == Reloc::Static)) {
600 switch (RelocM) {
618 if (Subtarget->isTargetELF() && RelocM == Reloc::PIC_)
622 unsigned PCAdj = (RelocM != Reloc::PIC_) ? 0 :
633 unsigned Opc = (RelocM!=Reloc::PIC_) ? ARM::t2LDRpci : ARM::t2LDRpci_pic;
636 if (RelocM == Reloc::PIC_)
648 if (RelocM == Reloc::PIC_) {
H A DARMCodeEmitter.cpp642 Reloc::Model RelocM = TM.getRelocationModel(); local
645 Subtarget->GVIsIndirectSymbol(GV, RelocM),
H A DARMISelLowering.cpp2294 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); local
2296 if (RelocM == Reloc::Static) {
2310 if (RelocM == Reloc::Static)
2479 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); local
2487 RelocM == Reloc::PIC_ ? ARMISD::WrapperPIC : ARMISD::Wrapper;
2492 if (Subtarget->GVIsIndirectSymbol(GV, RelocM))
2583 Reloc::Model RelocM = getTargetMachine().getRelocationModel(); local
2585 unsigned PCAdj = (RelocM != Reloc::PIC_)
2597 if (RelocM == Reloc::PIC_) {
6474 Reloc::Model RelocM local
[all...]
/external/llvm/lib/MC/
H A DMCObjectFileInfo.cpp150 if (RelocM == Reloc::Static) {
291 PersonalityEncoding = (RelocM == Reloc::PIC_)
294 LSDAEncoding = (RelocM == Reloc::PIC_)
297 TTypeEncoding = (RelocM == Reloc::PIC_)
302 if (RelocM == Reloc::PIC_) {
329 if (RelocM == Reloc::PIC_) {
357 if (RelocM == Reloc::PIC_) {
371 if (RelocM == Reloc::PIC_) {
384 if (RelocM == Reloc::PIC_) {
802 RelocM
[all...]
/external/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h366 return RelocM;
371 Reloc::Model RelocM; member in class:llvm::MCObjectFileInfo

Completed in 294 milliseconds