HomeSort by relevance Sort by last modified time
    Searched refs:BTy (Results 1 - 9 of 9) sorted by null

  /external/clang/lib/CodeGen/
CodeGenTBAA.cpp 94 if (const BuiltinType *BTy = dyn_cast<BuiltinType>(Ty)) {
95 switch (BTy->getKind()) {
124 MDHelper.createTBAANode(BTy->getName(Features), getChar());
CGExprScalar.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 301 DIBasicType BTy);
DwarfCompileUnit.cpp 697 void CompileUnit::constructTypeDIE(DIE &Buffer, DIBasicType BTy) {
699 StringRef Name = BTy.getName();
704 if (BTy.getTag() == dwarf::DW_TAG_unspecified_type) {
712 BTy.getEncoding());
714 uint64_t Size = BTy.getSizeInBits() >> 3;
    [all...]
DwarfDebug.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /external/llvm/lib/VMCore/
DebugInfo.cpp 360 DIBasicType BTy(DbgNode);
361 if (BTy.Verify()) {
362 unsigned Encoding = BTy.getEncoding();
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
ASTContext.cpp     [all...]

Completed in 167 milliseconds