Searched defs:CompileUnit (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h32 /// CompileUnit - This dwarf writer support class manages information associate
34 class CompileUnit { class in namespace:llvm
76 CompileUnit(unsigned I, DIE *D, AsmPrinter *A, DwarfDebug *DW);
77 ~CompileUnit();
H A DDwarfCompileUnit.cpp32 /// CompileUnit - Compile unit constructor.
33 CompileUnit::CompileUnit(unsigned I, DIE *D, AsmPrinter *A, DwarfDebug *DW) function in class:CompileUnit
38 /// ~CompileUnit - Destructor for compile unit.
39 CompileUnit::~CompileUnit() {
46 DIEEntry *CompileUnit::createDIEEntry(DIE *Entry) {
53 void CompileUnit::addUInt(DIE *Die, unsigned Attribute,
63 void CompileUnit::addSInt(DIE *Die, unsigned Attribute,
72 void CompileUnit
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp328 MDNode *CompileUnit = dyn_cast<MDNode>(N->getOperand(1)); local
329 if (!GCovFile || !CompileUnit) continue;
330 if (CompileUnit == CU) {

Completed in 132 milliseconds