OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setCXXABI
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Basic/
TargetInfo.h
489
///
setCXXABI
- Use this specific C++ ABI.
492
bool
setCXXABI
(const std::string &Name) {
500
return
setCXXABI
(ABI);
503
///
setCXXABI
- Set the C++ ABI to be used by this implementation.
506
virtual bool
setCXXABI
(TargetCXXABI ABI) {
/external/clang/lib/Basic/
Targets.cpp
[
all
...]
Completed in 15 milliseconds