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 88 if (const BuiltinType *BTy = dyn_cast<BuiltinType>(Ty)) {
89 switch (BTy->getKind()) {
118 MDHelper.createTBAANode(BTy->getName(Features), getChar());
CGExprScalar.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 298 DIBasicType BTy);
DwarfCompileUnit.cpp 703 void CompileUnit::constructTypeDIE(DIE &Buffer, DIBasicType BTy) {
705 StringRef Name = BTy.getName();
710 if (BTy.getTag() == dwarf::DW_TAG_unspecified_type) {
718 BTy.getEncoding());
720 uint64_t Size = BTy.getSizeInBits() >> 3;
    [all...]
DwarfDebug.cpp     [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]
  /external/llvm/lib/Analysis/
DebugInfo.cpp 359 DIBasicType BTy(DbgNode);
360 if (BTy.Verify()) {
361 unsigned Encoding = BTy.getEncoding();
    [all...]
  /external/clang/lib/AST/
RecordLayoutBuilder.cpp     [all...]
ASTContext.cpp     [all...]

Completed in 119 milliseconds