Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp43 static const X86_32ApplyFunctionTriple X86_32ApplyFunctions[] = { variable
186 if (type >= sizeof (X86_32ApplyFunctions) / sizeof (X86_32ApplyFunctions[0]) ) { in applyRelocation()
191 return X86_32ApplyFunctions[type].func(pRelocation, *this); in applyRelocation()
196 return X86_32ApplyFunctions[pType].name; in getName()
201 return X86_32ApplyFunctions[pType].size;; in getSize()