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

  /external/llvm/lib/Analysis/
DebugInfo.cpp 125 /// DIBasicType.
354 bool DIBasicType::Verify() const {
595 DIBasicType(DbgNode).print(OS);
609 void DIBasicType::print(raw_ostream &OS) const {
701 void DIBasicType::dump() const {
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 247 /// constructTypeDIE - Construct basic type die from DIBasicType.
249 DIBasicType BTy);
DwarfCompileUnit.cpp 456 DIBasicType BTy(Ty);
577 constructTypeDIE(*TyDIE, DIBasicType(Ty));
641 /// constructTypeDIE - Construct basic type die from DIBasicType.
642 void CompileUnit::constructTypeDIE(DIE &Buffer, DIBasicType BTy) {
    [all...]
DwarfDebug.cpp 628 DIBasicType BTy(Ty);
    [all...]
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 306 /// DIBasicType - A basic type, like 'int' or 'float'.
307 class DIBasicType : public DIType {
309 explicit DIBasicType(const MDNode *N = 0) : DIType(N) {}

Completed in 362 milliseconds