HomeSort by relevance Sort by last modified time
    Searched full:compileunit (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp 32 /// CompileUnit - Compile unit constructor.
33 CompileUnit::CompileUnit(unsigned I, DIE *D, AsmPrinter *A, DwarfDebug *DW)
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::addString(DIE *Die, unsigned Attribute, unsigned Form
    [all...]
DwarfDebug.h 33 class CompileUnit;
195 CompileUnit *FirstCU;
197 /// Maps MDNode with its corresponding CompileUnit.
198 DenseMap <const MDNode *, CompileUnit *> CUMap;
200 /// Maps subprogram MDNode with its corresponding CompileUnit.
201 DenseMap <const MDNode *, CompileUnit *> SPMap;
323 DIE *updateSubprogramScopeDIE(CompileUnit *SPCU, const MDNode *SPNode);
327 DIE *constructLexicalScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
332 DIE *constructInlinedScopeDIE(CompileUnit *TheCU, LexicalScope *Scope);
338 DIE *constructScopeDIE(CompileUnit *TheCU, LexicalScope *Scope)
    [all...]
DwarfCompileUnit.h 32 /// CompileUnit - This dwarf writer support class manages information associate
34 class CompileUnit {
76 CompileUnit(unsigned I, DIE *D, AsmPrinter *A, DwarfDebug *DW);
77 ~CompileUnit();
DwarfDebug.cpp 185 DIE *DwarfDebug::updateSubprogramScopeDIE(CompileUnit *SPCU,
249 DIE *DwarfDebug::constructLexicalScopeDIE(CompileUnit *TheCU,
295 DIE *DwarfDebug::constructInlinedScopeDIE(CompileUnit *TheCU,
375 DIE *DwarfDebug::constructScopeDIE(CompileUnit *TheCU, LexicalScope *Scope) {
464 /// constructCompileUnit - Create new CompileUnit for the given
466 CompileUnit *DwarfDebug::constructCompileUnit(const MDNode *N) {
473 CompileUnit *NewCU = new CompileUnit(ID, Die, Asm, this);
511 void DwarfDebug::constructSubprogramDIE(CompileUnit *TheCU,
540 if (CompileUnit *CU = CUMap.lookup(DISubprogram(N).getCompileUnit())
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 328 MDNode *CompileUnit = dyn_cast<MDNode>(N->getOperand(1));
329 if (!GCovFile || !CompileUnit) continue;
330 if (CompileUnit == CU) {
  /external/llvm/lib/Analysis/
DIBuilder.cpp 73 /// createCompileUnit - A CompileUnit provides an anchor for all debugging
127 assert(TheCU && "Unable to create DW_TAG_file_type without CompileUnit");
    [all...]
  /external/llvm/include/llvm/Analysis/
DIBuilder.h 76 /// createCompileUnit - A CompileUnit provides an anchor for all debugging
DebugInfo.h 213 assert (getVersion() <= LLVMDebugVersion10 && "Invalid CompileUnit!");
  /prebuilt/common/groovy/
groovy-src-1.7.0.zip 

Completed in 84 milliseconds