OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CompileUnit
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h
35
///
CompileUnit
- This dwarf writer support class manages information associated
37
class
CompileUnit
{
99
CompileUnit
(unsigned UID, unsigned L, DIE *D, const MDNode *N, AsmPrinter *A,
101
~
CompileUnit
();
DwarfCompileUnit.cpp
35
///
CompileUnit
- Compile unit constructor.
36
CompileUnit
::
CompileUnit
(unsigned UID, unsigned L, DIE *D, const MDNode *N,
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
::addUInt(DIE *Die, unsigned Attribute
[
all
...]
/external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp
389
MDNode *
CompileUnit
= dyn_cast<MDNode>(N->getOperand(1));
390
if (!GCovFile || !
CompileUnit
) continue;
391
if (
CompileUnit
== CU) {
/prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar
Completed in 35 milliseconds