OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNameWithPrefix
(Results
1 - 9
of
9
) sorted by null
/external/llvm/include/llvm/Target/
Mangler.h
58
///
getNameWithPrefix
- Fill OutName with the name of the appropriate prefix
61
void
getNameWithPrefix
(SmallVectorImpl<char> &OutName, const GlobalValue *GV,
64
///
getNameWithPrefix
- Fill OutName with the name of the appropriate prefix
67
void
getNameWithPrefix
(SmallVectorImpl<char> &OutName, const Twine &GVName,
/external/llvm/lib/Target/
Mangler.cpp
104
///
getNameWithPrefix
- Fill OutName with the name of the appropriate prefix
107
void Mangler::
getNameWithPrefix
(SmallVectorImpl<char> &OutName,
112
assert(!Name.empty() && "
getNameWithPrefix
requires non-empty name");
182
///
getNameWithPrefix
- Fill OutName with the name of the appropriate prefix
185
void Mangler::
getNameWithPrefix
(SmallVectorImpl<char> &OutName,
197
getNameWithPrefix
(OutName, Name, PrefixTy, UseGlobalPrefix);
209
getNameWithPrefix
(OutName, "__unnamed_" + Twine(ID), PrefixTy,
244
getNameWithPrefix
(NameStr, GV, false);
/external/llvm/lib/CodeGen/AsmPrinter/
OcamlGCPrinter.cpp
61
AP.Mang->
getNameWithPrefix
(TmpStr, SymName);
AsmPrinter.cpp
[
all
...]
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
99
Mang->
getNameWithPrefix
(Name, GV, true);
635
Mang->
getNameWithPrefix
(Name, GV, true);
666
Mang->
getNameWithPrefix
(Name, GV, true);
730
Mang->
getNameWithPrefix
(Name, GV, false, false);
763
Mang->
getNameWithPrefix
(Name, GV, false, false);
/external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp
49
AP.Mang->
getNameWithPrefix
(Name, GV, isImplicitlyPrivate);
/external/llvm/tools/lto/
LTOCodeGenerator.cpp
310
mangler.
getNameWithPrefix
(Buffer, &GV, false);
LTOModule.cpp
471
_mangler.
getNameWithPrefix
(Buffer, def, false);
607
_mangler.
getNameWithPrefix
(name, decl, false);
/external/llvm/lib/Target/X86/
X86MCInstLower.cpp
84
Mang->
getNameWithPrefix
(Name, GV, isImplicitlyPrivate);
Completed in 4459 milliseconds