Searched refs:X86_32ApplyFunctions (Results 1 - 1 of 1) sorted by last modified time

/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp165 static const X86_32ApplyFunctionTriple X86_32ApplyFunctions[] = { variable
308 if (type >= sizeof (X86_32ApplyFunctions) / sizeof (X86_32ApplyFunctions[0]) ) {
313 return X86_32ApplyFunctions[type].func(pRelocation, *this);
318 return X86_32ApplyFunctions[pType].name;
323 return X86_32ApplyFunctions[pType].size;;

Completed in 101 milliseconds