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

/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h35 /// CompileUnit - This dwarf writer support class manages information associated
37 class CompileUnit { class in namespace:llvm
99 CompileUnit(unsigned UID, unsigned L, DIE *D, const MDNode *N, AsmPrinter *A,
101 ~CompileUnit();
H A DDwarfCompileUnit.cpp35 /// CompileUnit - Compile unit constructor.
36 CompileUnit::CompileUnit(unsigned UID, unsigned L, DIE *D, const MDNode *N, function in class:CompileUnit
44 /// ~CompileUnit - Destructor for compile unit.
45 CompileUnit::~CompileUnit() {
52 DIEEntry *CompileUnit::createDIEEntry(DIE *Entry) {
59 int64_t CompileUnit::getDefaultLowerBound() const {
102 void CompileUnit::addFlag(DIE *Die, unsigned Attribute) {
112 void CompileUnit
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp389 MDNode *CompileUnit = dyn_cast<MDNode>(N->getOperand(1)); local
390 if (!GCovFile || !CompileUnit) continue;
391 if (CompileUnit == CU) {

Completed in 73 milliseconds