OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIEDwarfExpression
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfExpression.h
405
class
DIEDwarfExpression
final : public DwarfExpression {
429
DIEDwarfExpression
(const AsmPrinter &AP, DwarfCompileUnit &CU, DIELoc &DIE);
DwarfUnit.cpp
48
DIEDwarfExpression
::
DIEDwarfExpression
(const AsmPrinter &AP,
52
void
DIEDwarfExpression
::emitOp(uint8_t Op, const char* Comment) {
56
void
DIEDwarfExpression
::emitSigned(int64_t Value) {
60
void
DIEDwarfExpression
::emitUnsigned(uint64_t Value) {
64
void
DIEDwarfExpression
::emitData1(uint8_t Value) {
68
void
DIEDwarfExpression
::emitBaseTypeRef(uint64_t Idx) {
72
void
DIEDwarfExpression
::enableTemporaryBuffer() {
77
void
DIEDwarfExpression
::disableTemporaryBuffer() { IsBuffering = false; }
79
unsigned
DIEDwarfExpression
::getTemporaryBufferSize()
[
all
...]
DwarfCompileUnit.cpp
204
std::unique_ptr<
DIEDwarfExpression
> DwarfExpr;
239
DwarfExpr = std::make_unique<
DIEDwarfExpression
>(*Asm, *this, *Loc);
485
DIEDwarfExpression
DwarfExpr(*Asm, *this, *Loc);
742
DIEDwarfExpression
DwarfExpr(*Asm, *this, *Loc);
759
DIEDwarfExpression
DwarfExpr(*Asm, *this, *Loc);
776
DIEDwarfExpression
DwarfExpr(*Asm, *this, *Loc);
829
DIEDwarfExpression
DwarfExpr(*Asm, *this, *Loc);
1231
DIEDwarfExpression
DwarfExpr(*Asm, *this, *Loc);
1418
DIEDwarfExpression
DwarfExpr(*Asm, *this, *Loc);
1444
DIEDwarfExpression
DwarfExpr(*Asm, *this, *Loc)
[
all
...]
Completed in 19 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026