HomeSort by relevance Sort by last modified time
    Searched refs:CannotUsePrivateLabel (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/IR/
Mangler.h 55 bool CannotUsePrivateLabel) const;
57 bool CannotUsePrivateLabel) const;
  /external/llvm/lib/IR/
Mangler.cpp 80 bool CannotUsePrivateLabel) const {
83 if (CannotUsePrivateLabel)
141 bool CannotUsePrivateLabel) const {
143 getNameWithPrefix(OS, GV, CannotUsePrivateLabel);
  /external/llvm/lib/Target/
TargetMachine.cpp 188 bool CannotUsePrivateLabel = TLOF.isSectionAtomizableBySymbols(*TheSection);
189 Mang.getNameWithPrefix(Name, GV, CannotUsePrivateLabel);

Completed in 9356 milliseconds