Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/X86/
DX86Relocator.cpp1168 static const X86_64ApplyFunctionTriple X86_64ApplyFunctions[] = { variable
1185 if (type >= sizeof (X86_64ApplyFunctions) / sizeof (X86_64ApplyFunctions[0]) ) { in applyRelocation()
1190 return X86_64ApplyFunctions[type].func(pRelocation, *this); in applyRelocation()
1195 return X86_64ApplyFunctions[pType].name; in getName()
1200 return X86_64ApplyFunctions[pType].size; in getSize()