OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CustomNames
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
TargetLibraryInfo.h
62
llvm::DenseMap<unsigned, std::string>
CustomNames
;
127
CustomNames
[F] = Name;
128
assert(
CustomNames
.find(F) !=
CustomNames
.end());
262
return Impl->
CustomNames
.find(F)->second;
/external/llvm/lib/Analysis/
TargetLibraryInfo.cpp
409
:
CustomNames
(TLI.
CustomNames
) {
416
:
CustomNames
(std::move(TLI.
CustomNames
)) {
424
CustomNames
= TLI.
CustomNames
;
430
CustomNames
= std::move(TLI.
CustomNames
);
Completed in 45 milliseconds