Searched refs:MR (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/CodeGen/
H A DCodeEmitter.cpp1211 llvm::MachineRelocation &MR = mRelocations[i]; local
1214 if (!MR.letTargetResolve()) {
1215 if (MR.isExternalSymbol()) {
1216 ResultPtr = GetPointerToNamedSymbol(MR.getExternalSymbol(), true);
1218 if (MR.mayNeedFarStub()) {
1222 } else if (MR.isGlobalValue()) {
1223 ResultPtr = GetPointerToGlobal(MR.getGlobalValue(),
1225 + MR.getMachineCodeOffset(),
1226 MR.mayNeedFarStub());
1227 } else if (MR
[all...]
H A DCodeEmitter.h203 virtual void addRelocation(const llvm::MachineRelocation &MR) { argument
204 mRelocations.push_back(MR);

Completed in 110 milliseconds