HomeSort by: relevance | last modified time | path
    Searched defs:classifyGlobalFunctionReference (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/
M68kSubtarget.cpp 212 M68kSubtarget::classifyGlobalFunctionReference(const GlobalValue *GV) const {
213 return classifyGlobalFunctionReference(GV, *GV->getParent());
217 M68kSubtarget::classifyGlobalFunctionReference(const GlobalValue *GV,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64Subtarget.cpp 294 unsigned AArch64Subtarget::classifyGlobalFunctionReference(
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.cpp 177 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV) const {
178 return classifyGlobalFunctionReference(GV, *GV->getParent());
182 X86Subtarget::classifyGlobalFunctionReference(const GlobalValue *GV,

Completed in 20 milliseconds