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

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp1226 static const X86_64ApplyFunctionTriple X86_64ApplyFunctions[] = { member in namespace:mcld
1240 if (type >= sizeof(X86_64ApplyFunctions) / sizeof(X86_64ApplyFunctions[0])) {
1245 return X86_64ApplyFunctions[type].func(pRelocation, *this);
1249 return X86_64ApplyFunctions[pType].name;
1253 return X86_64ApplyFunctions[pType].size;

Completed in 9 milliseconds