OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIEBlock
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfUnit.h
63
std::vector<
DIEBlock
*> DIEBlocks;
197
void addBlock(DIE &Die, dwarf::Attribute Attribute,
DIEBlock
*Block);
199
DIEBlock
*Block);
DIE.cpp
766
//
DIEBlock
Implementation
771
unsigned
DIEBlock
::ComputeSize(const AsmPrinter *AP) const {
782
void
DIEBlock
::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const {
802
unsigned
DIEBlock
::SizeOf(const AsmPrinter *AP, dwarf::Form Form) const {
815
void
DIEBlock
::print(raw_ostream &O) const {
DwarfUnit.cpp
103
for (
DIEBlock
*B : DIEBlocks)
104
B->~
DIEBlock
();
402
DIEBlock
*Block) {
409
DIEBlock
*Block) {
491
DIEBlock
*Block = new (DIEValueAllocator)
DIEBlock
;
DwarfCompileUnit.cpp
99
auto *Loc = new (DIEValueAllocator)
DIEBlock
();
/src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DIE.h
367
class
DIEBlock
;
389
DIEDelta *, DIEEntry,
DIEBlock
*, DIELoc *,
957
///
DIEBlock
- Represents a block of values.
959
class
DIEBlock
: public DIEValueList {
963
DIEBlock
() = default;
/src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
DWARFLinker.h
734
///
DIEBlock
objects that need to be destructed (but not freed!).
735
std::vector<
DIEBlock
*> DIEBlocks;
/src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp
413
(*I)->~
DIEBlock
();
1010
DIEBlock
*Block = nullptr;
1015
Block = new (DIEAlloc)
DIEBlock
;
1047
// FIXME: If
DIEBlock
and DIELoc just reuses the Size field of
2258
DIEBlock
*String = new (DIEAlloc)
DIEBlock
();
Completed in 36 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026