|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/IR/Mangler.h 38 void getNameWithPrefix(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
References
lib/CodeGen/TargetLoweringObjectFileImpl.cpp 1213 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel);
1381 getMangler().getNameWithPrefix(TmpData, GO, /*CannotUsePrivateLabel=*/true);
1414 getMangler().getNameWithPrefix(OutName, GV, CannotUsePrivateLabel);
lib/LTO/LTOCodeGenerator.cpp 433 Mang.getNameWithPrefix(MangledName, &GV, /*CannotUsePrivateLabel=*/false);
lib/Object/RecordStreamer.cpp 148 Mang.getNameWithPrefix(MangledName, &GV, /*CannotUsePrivateLabel=*/false);
lib/Target/AArch64/AArch64TargetObjectFile.cpp 81 getMangler().getNameWithPrefix(OutName, GV, /* CannotUsePrivateLabel */ true);
lib/Target/TargetLoweringObjectFile.cpp 346 Mang->getNameWithPrefix(OutName, GV, /*CannotUsePrivateLabel=*/false);
lib/Target/TargetMachine.cpp 253 Mang.getNameWithPrefix(Name, GV, false);