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 134 /// DIBasicType.
355 DIBasicType BTy(DbgNode);
395 bool DIBasicType::Verify() const {
681 DIBasicType(DbgNode).print(OS);
695 void DIBasicType::print(raw_ostream &OS) const {
820 void DIBasicType::dump() const {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 258 /// constructTypeDIE - Construct basic type die from DIBasicType.
260 DIBasicType BTy);
DwarfCompileUnit.cpp 450 if (DIBasicType(Ty).getEncoding() == dwarf::DW_ATE_signed
451 || DIBasicType(Ty).getEncoding() == dwarf::DW_ATE_signed_char) {
592 constructTypeDIE(*TyDIE, DIBasicType(Ty));
657 /// constructTypeDIE - Construct basic type die from DIBasicType.
658 void CompileUnit::constructTypeDIE(DIE &Buffer, DIBasicType BTy) {
    [all...]
DwarfDebug.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 321 /// DIBasicType - A basic type, like 'int' or 'float'.
322 class DIBasicType : public DIType {
324 explicit DIBasicType(const MDNode *N = 0) : DIType(N) {}

Completed in 207 milliseconds