Searched refs:CannotUsePrivateLabel (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
H A DMangler.h55 bool CannotUsePrivateLabel) const;
57 bool CannotUsePrivateLabel) const;
/external/llvm/lib/IR/
H A DMangler.cpp80 bool CannotUsePrivateLabel) const {
83 if (CannotUsePrivateLabel)
141 bool CannotUsePrivateLabel) const {
143 getNameWithPrefix(OS, GV, CannotUsePrivateLabel);
/external/llvm/lib/Target/
H A DTargetMachine.cpp188 bool CannotUsePrivateLabel = TLOF.isSectionAtomizableBySymbols(*TheSection); local
189 Mang.getNameWithPrefix(Name, GV, CannotUsePrivateLabel);

Completed in 65 milliseconds