OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:compileunit
(Results
1 - 8
of
8
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
29
///
CompileUnit
- Compile unit constructor.
30
CompileUnit
::
CompileUnit
(unsigned I, DIE *D, AsmPrinter *A, DwarfDebug *DW)
35
/// ~
CompileUnit
- Destructor for compile unit.
36
CompileUnit
::~
CompileUnit
() {
43
DIEEntry *
CompileUnit
::createDIEEntry(DIE *Entry) {
50
void
CompileUnit
::addUInt(DIE *Die, unsigned Attribute,
60
void
CompileUnit
::addSInt(DIE *Die, unsigned Attribute,
69
void
CompileUnit
::addString(DIE *Die, unsigned Attribute, unsigned Form
[
all
...]
DwarfCompileUnit.h
32
///
CompileUnit
- This dwarf writer support class manages information associate
34
class
CompileUnit
{
71
CompileUnit
(unsigned I, DIE *D, AsmPrinter *A, DwarfDebug *DW);
72
~
CompileUnit
();
DwarfDebug.h
31
class
CompileUnit
;
169
CompileUnit
*FirstCU;
170
DenseMap <const MDNode *,
CompileUnit
*> CUMap;
425
/// constructCompileUnit - Create new
CompileUnit
for the given
429
/// getCompielUnit - Get
CompileUnit
DIE.
430
CompileUnit
*getCompileUnit(const MDNode *N) const;
DwarfDebug.cpp
316
CompileUnit
*SPCU = getCompileUnit(SP);
454
CompileUnit
*SPCU = getCompileUnit(SPNode);
527
CompileUnit
*TheCU = getCompileUnit(Scope->getScopeNode());
589
CompileUnit
*TheCU = getCompileUnit(InlinedSP);
661
CompileUnit
*VariableCU = getCompileUnit(DV->getVariable());
863
/// constructCompileUnit - Create new
CompileUnit
for the given
872
CompileUnit
*NewCU = new
CompileUnit
(ID, Die, Asm, this);
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp
337
MDNode *
CompileUnit
= dyn_cast<MDNode>(N->getOperand(1));
338
if (!GCovFile || !
CompileUnit
) continue;
339
if (
CompileUnit
== CU) {
/external/llvm/lib/Analysis/
DIBuilder.cpp
34
/// createCompileUnit - A
CompileUnit
provides an anchor for all debugging
63
assert(TheCU && "Unable to create DW_TAG_file_type without
CompileUnit
");
[
all
...]
/external/llvm/include/llvm/Analysis/
DIBuilder.h
62
/// createCompileUnit - A
CompileUnit
provides an anchor for all debugging
/prebuilt/common/groovy/
groovy-src-1.7.0.zip
Completed in 1686 milliseconds