OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getNameWithPrefix
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/IR/
Mangler.cpp
37
assert(!Name.empty() && "
getNameWithPrefix
requires non-empty name");
65
void Mangler::
getNameWithPrefix
(raw_ostream &OS, const Twine &GVName,
70
void Mangler::
getNameWithPrefix
(SmallVectorImpl<char> &OutName,
108
void Mangler::
getNameWithPrefix
(raw_ostream &OS, const GlobalValue *GV,
169
void Mangler::
getNameWithPrefix
(SmallVectorImpl<char> &OutName,
173
getNameWithPrefix
(OS, GV, CannotUsePrivateLabel);
/external/llvm/lib/Target/
TargetLoweringObjectFile.cpp
110
TM.
getNameWithPrefix
(NameStr, GV, Mang);
326
void TargetLoweringObjectFile::
getNameWithPrefix
(
329
Mang.
getNameWithPrefix
(OutName, GV, /*CannotUsePrivateLabel=*/false);
/external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp
294
TM.
getNameWithPrefix
(Name, GV, Mang, true);
773
void TargetLoweringObjectFileMachO::
getNameWithPrefix
(
780
Mang.
getNameWithPrefix
(OutName, GV, CannotUsePrivateLabel);
[
all
...]
/external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
337
void AsmPrinter::
getNameWithPrefix
(SmallVectorImpl<char> &Name,
339
TM.
getNameWithPrefix
(Name, GV, *Mang);
[
all
...]
Completed in 117 milliseconds