HomeSort by relevance Sort by last modified time
    Searched defs:getCXXABI (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTypes.h 118 CGCXXABI &getCXXABI() const { return TheCXXABI; }
CodeGenModule.h 421 /// getCXXABI() - Return a reference to the configured C++ ABI.
422 CGCXXABI &getCXXABI() { return ABI; }
    [all...]
  /external/clang/include/clang/Basic/
TargetInfo.h 626 TargetCXXABI getCXXABI() const {
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp 679 TargetCXXABI getCXXABI() const {
680 return Context.getTargetInfo().getCXXABI();
684 return getCXXABI().isMicrosoft();
    [all...]

Completed in 39 milliseconds