Home
last modified time | relevance | path

Searched refs:getRefKind (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCValue.cpp26 if (getRefKind()) in print()
27 OS << ':' << getRefKind() << ':'; in print()
H A DMCExpr.cpp828 if (Res.getRefKind() != MCSymbolRefExpr::VK_None || !Res.getSymA() || in evaluateAsRelocatableImpl()
834 Res.getSymB(), Res.getConstant(), Res.getRefKind()); in evaluateAsRelocatableImpl()
H A DMCAssembler.cpp144 if (V.getSymB() || V.getRefKind() != MCSymbolRefExpr::VK_None) in isThumbFunc()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCValue.h47 uint32_t getRefKind() const { return RefKind; } in getRefKind() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsMCExpr.cpp152 if (Res.getRefKind() != MCSymbolRefExpr::VK_None) in evaluateAsRelocatableImpl()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp220 static_cast<AArch64MCExpr::VariantKind>(Target.getRefKind()); in adjustFixupValue()
431 static_cast<AArch64MCExpr::VariantKind>(Target.getRefKind()); in applyFixup()
H A DAArch64ELFObjectWriter.cpp113 static_cast<AArch64MCExpr::VariantKind>(Target.getRefKind()); in getRelocType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp1825 return Res.getRefKind() == RISCVMCExpr::VK_RISCV_None; in classifySymbolRef()