Searched refs:createExprForRelocation (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.2-release/contrib/llvm/lib/MC/
H A DMCRelocationInfo.cpp25 MCRelocationInfo::createExprForRelocation(object::RelocationRef Rel) { function in class:MCRelocationInfo
H A DMCObjectSymbolizer.cpp108 const MCExpr *RelExpr = RelInfo->createExprForRelocation(*R);
149 if (const MCExpr *RelExpr = RelInfo->createExprForRelocation(*R)) {
/freebsd-10.2-release/contrib/llvm/include/llvm/MC/
H A DMCRelocationInfo.h43 virtual const MCExpr *createExprForRelocation(object::RelocationRef Rel);
/freebsd-10.2-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFRelocationInfo.cpp28 const MCExpr *createExprForRelocation(RelocationRef Rel) { function in class:__anon2667::X86_64ELFRelocationInfo
H A DX86MachORelocationInfo.cpp27 const MCExpr *createExprForRelocation(RelocationRef Rel) { function in class:__anon2671::X86_64MachORelocationInfo

Completed in 101 milliseconds