search for: cudi

Displaying 7 results from an estimated 7 matches for "cudi".

Did you mean: cuni
2016 Nov 17
3
DWARF Generator
...Triple Triple("x86_64--"); StringRef Path("/tmp/test.elf"); bool DwarfInitSuccess = DG.init(Triple, Path); EXPECT_TRUE(DwarfInitSuccess); uint16_t Version = 4; uint8_t AddrSize = 8; DwarfGenCU &CU = DG.appendCompileUnit(Version, AddrSize); DwarfGenDIE CUDie = CU.getUnitDIE(); CUDie.addAttribute(DW_AT_name, DW_FORM_strp, "/tmp/main.c"); CUDie.addAttribute(DW_AT_language, DW_FORM_data2, DW_LANG_C); DwarfGenDIE SubprogramDie = CUDie.addChild(DW_TAG_subprogram); SubprogramDie.addAttribute(DW_AT_name, DW_FORM_strp, "main"...
2016 Nov 18
4
DWARF Generator
...t;); > StringRef Path("/tmp/test.elf"); > bool DwarfInitSuccess = DG.init(Triple, Path); > EXPECT_TRUE(DwarfInitSuccess); > uint16_t Version = 4; > uint8_t AddrSize = 8; > DwarfGenCU &CU = DG.appendCompileUnit(Version, AddrSize); > DwarfGenDIE CUDie = CU.getUnitDIE(); > > CUDie.addAttribute(DW_AT_name, DW_FORM_strp, "/tmp/main.c"); > CUDie.addAttribute(DW_AT_language, DW_FORM_data2, DW_LANG_C); > > DwarfGenDIE SubprogramDie = CUDie.addChild(DW_TAG_subprogram); > SubprogramDie.addAttribute(DW_AT_name,...
2016 Nov 18
2
DWARF Generator
...t.elf"); >>> bool DwarfInitSuccess = DG.init(Triple, Path); >>> EXPECT_TRUE(DwarfInitSuccess); >>> uint16_t Version = 4; >>> uint8_t AddrSize = 8; >>> DwarfGenCU &CU = DG.appendCompileUnit(Version, AddrSize); >>> DwarfGenDIE CUDie = CU.getUnitDIE(); >>> >>> CUDie.addAttribute(DW_AT_name, DW_FORM_strp, "/tmp/main.c"); >>> CUDie.addAttribute(DW_AT_language, DW_FORM_data2, DW_LANG_C); >>> >>> DwarfGenDIE SubprogramDie = CUDie.addChild(DW_TAG_subprogram); >>&g...
2016 Nov 18
2
DWARF Generator
...; bool DwarfInitSuccess = DG.init(Triple, Path); > >>> EXPECT_TRUE(DwarfInitSuccess); > >>> uint16_t Version = 4; > >>> uint8_t AddrSize = 8; > >>> DwarfGenCU &CU = DG.appendCompileUnit(Version, AddrSize); > >>> DwarfGenDIE CUDie = CU.getUnitDIE(); > >>> > >>> CUDie.addAttribute(DW_AT_name, DW_FORM_strp, "/tmp/main.c"); > >>> CUDie.addAttribute(DW_AT_language, DW_FORM_data2, DW_LANG_C); > >>> > >>> DwarfGenDIE SubprogramDie = CUDie.addChild(DW_TAG_...
2013 Nov 15
1
[LLVMdev] DebugInfo: LTO Metadata Size reduction by removing some cycles
...M test cases have been cleaned up (the easiest way to find these test cases would be to add an assert in CompileUnit::getORCreateContextDIE. Changing this: if (DIE *ContextDIE = getDIE(Context)) return ContextDIE; to this: if (DIE *ContextDIE = getDIE(Context)) { assert(ContextDIE != CUDie); return ContextDIE; } Then finding all the test cases that fail and null out any context fields that refer to the CU, thus relying on the fallback instead. Since we're not working on LTO right now, cleaning up those test cases (20-30, it's not a lot but more than I have time for)...
2012 Sep 04
1
cenboxplot(): Reporting Limit Twice Correct Concentration
...quot;BaTot", "BeDis", "BeTot", "BiDis", "BiTot", "CaDis", "CaTot", "CdDis", "CdTot", "ClDis", "ClTot", "CoDis", "CoTot", "CrDis", "CrTot", "CuDis", "CuTot", "DO", "FeDis", "FeTot", "HgDis", "HgTot", "MgDis", "MgTot", "MnDis", "MnTot", "MoDis", "MoTot", "N", "NH4", "NaDis", &quot...
2012 Aug 22
1
Error in if (n > 0)
...BaTot", "BeDis", "BeTot", "BiDis", "BiTot", "CaDis", "CaTot", "CdDis", "CdTot", "ClDis", "ClTot", "CoDis", "CoTot", "CrDis", "CrTot", "CuDis", "CuTot", "DO", "FeDis", "FeTot", "HgDis", "HgTot", "MgDis", "MgTot", "MnDis", "MnTot", "MoDis", "MoTot", "N", "NH4", "NaDis", &quot...