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/Target/
TargetLibraryInfo.h
648
llvm::DenseMap<unsigned, std::string>
CustomNames
;
714
return
CustomNames
.find(F)->second;
730
CustomNames
[F] = Name;
731
assert(
CustomNames
.find(F) !=
CustomNames
.end());
/external/llvm/lib/Target/
TargetLibraryInfo.cpp
604
CustomNames
= TLI.
CustomNames
;
Completed in 149 milliseconds