HomeSort by relevance Sort by last modified time
    Searched refs:IsPCRel (Results 101 - 107 of 107) sorted by null

1 2 3 45

  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 183 bool IsPCRel) const override;
189 MCValue Target, bool &IsPCRel,
624 bool InSet, bool IsPCRel) const {
633 InSet, IsPCRel);
655 const MCFixup &Fixup, MCValue Target, bool &IsPCRel, uint64_t &FixedValue) {
    [all...]
MachObjectWriter.cpp 439 bool &IsPCRel, uint64_t &FixedValue) {
646 bool InSet, bool IsPCRel) const {
659 if (IsPCRel) {
681 // For Darwin x86_64, there is one special case when the reference IsPCRel.
    [all...]
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 234 bool IsPCRel) const {
  /external/swiftshader/third_party/LLVM/lib/MC/
MachObjectWriter.cpp 563 bool IsPCRel) const {
578 if (IsPCRel) {
593 // For Darwin x86_64, there is one special case when the reference IsPCRel.
  /external/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 404 uint64_t FixupValue, bool IsPCRel) const override {
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 730 bool IsPCRel = Obj->getAnyRelocationPCRel(RE);
737 bool isPCRel = Obj->getAnyRelocationPCRel(RE);
744 if (isPCRel)
771 if (isPCRel)
839 if (IsPCRel)
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 112 uint64_t Value, bool IsPCRel) const override {

Completed in 305 milliseconds

1 2 3 45