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.
359 DIBasicType BTy(DbgNode);
412 bool DIBasicType::Verify() const {
675 void DIBasicType::anchor() { }
736 DIBasicType(DbgNode).print(OS);
755 void DIBasicType::print(raw_ostream &OS) const {
885 void DIBasicType::dump() const {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 296 /// constructTypeDIE - Construct basic type die from DIBasicType.
298 DIBasicType BTy);
DwarfCompileUnit.cpp 477 if (DIBasicType(Ty).getEncoding() == dwarf::DW_ATE_signed
478 || DIBasicType(Ty).getEncoding() == dwarf::DW_ATE_signed_char) {
621 constructTypeDIE(*TyDIE, DIBasicType(Ty));
702 /// constructTypeDIE - Construct basic type die from DIBasicType.
703 void CompileUnit::constructTypeDIE(DIE &Buffer, DIBasicType BTy) {
    [all...]
DwarfDebug.cpp     [all...]
  /external/llvm/include/llvm/Analysis/
DebugInfo.h 325 /// DIBasicType - A basic type, like 'int' or 'float'.
326 class DIBasicType : public DIType {
329 explicit DIBasicType(const MDNode *N = 0) : DIType(N) {}
    [all...]

Completed in 36 milliseconds