Home
last modified time | relevance | path

Searched refs:getCrel (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptionsCommandFlags.h54 bool getCrel();
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCTargetOptionsCommandFlags.cpp176 Options.Crel = getCrel(); in InitMCTargetOptionsFromFlags()
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DELFObjectFile.h456 Elf_Crel getCrel(DataRefImpl Crel) const;
1106 symbolIdx = getCrel(Rel).r_symidx; in getRelocationSymbol()
1125 return getCrel(Rel).r_offset; in getRelocationOffset()
1136 return getCrel(Rel).r_type; in getRelocationType()
1161 return (int64_t)getCrel(Rel).r_addend; in getRelocationAddend()
1187 ELFObjectFile<ELFT>::getCrel(DataRefImpl Crel) const { in getCrel() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DELFDump.cpp108 auto ERela = Obj->getCrel(Rel); in getRelocationValueString()