HomeSort by relevance Sort by last modified time
    Searched defs:shouldEmitUsedDirectiveFor (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Target/
TargetLoweringObjectFile.h 64 /// shouldEmitUsedDirectiveFor - This hook allows targets to selectively
67 virtual bool shouldEmitUsedDirectiveFor(const GlobalValue *GV,
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 603 /// shouldEmitUsedDirectiveFor - This hook allows targets to selectively decide
607 shouldEmitUsedDirectiveFor(const GlobalValue *GV, Mangler *Mang) const {

Completed in 42 milliseconds