OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIEBlock
(Results
1 - 5
of
5
) sorted by null
/external/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.cpp
47
DIEBlocks[j]->~
DIEBlock
();
237
DIEBlock
*Block) {
398
DIEBlock
*Block = new (DIEValueAllocator)
DIEBlock
();
421
DIEBlock
*Block = new (DIEValueAllocator)
DIEBlock
();
553
DIEBlock
*Block = new (DIEValueAllocator)
DIEBlock
();
609
DIEBlock
*Block = new (DIEValueAllocator)
DIEBlock
();
[
all
...]
DwarfCompileUnit.h
84
std::vector<
DIEBlock
*> DIEBlocks;
161
DIEBlock
*getDIEBlock() {
162
return new (DIEValueAllocator)
DIEBlock
();
249
void addBlock(DIE *Die, unsigned Attribute, unsigned Form,
DIEBlock
*Block);
DIE.h
418
///
DIEBlock
- A block of values. Primarily used for location expressions.
420
class
DIEBlock
: public DIEValue, public DIE {
423
DIEBlock
()
425
virtual ~
DIEBlock
() {}
DIE.cpp
388
//
DIEBlock
Implementation
393
unsigned
DIEBlock
::ComputeSize(AsmPrinter *AP) {
405
void
DIEBlock
::EmitValue(AsmPrinter *Asm, unsigned Form) const {
421
unsigned
DIEBlock
::SizeOf(AsmPrinter *AP, unsigned Form) const {
432
void
DIEBlock
::print(raw_ostream &O) const {
DwarfDebug.h
42
class
DIEBlock
;
Completed in 81 milliseconds