Home
last modified time | relevance | path

Searched defs:Prologue (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h63 struct Prologue { struct
75 uint64_t PrologueLength; argument
77 uint8_t SegSelectorSize;
81 uint8_t MinInstLength;
106 uint32_t sizeofPrologueLength() const { return isDWARF64() ? 8 : 4; } in sizeofPrologueLength() argument
112 return PrologueLength + sizeofTotalLength() + sizeof(getVersion()) + in getLength() argument
117 uint32_t getStatementTableLength() const { in getStatementTableLength()
121 int32_t getMaxLineIncrementForSpecialOpcode() const { in getMaxLineIncrementForSpecialOpcode()
293 struct Prologue Prologue; member
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugLine.h36 struct Prologue { struct
46 uint64_t PrologueLength; argument
70 uint32_t sizeofPrologueLength() const { in sizeofPrologueLength() argument
76 return PrologueLength + sizeofTotalLength() + sizeof(Version) + in getLength() argument
80 uint32_t getStatementTableLength() const { in getStatementTableLength()
83 int32_t getMaxLineIncrementForSpecialOpcode() const { in getMaxLineIncrementForSpecialOpcode()
210 struct Prologue Prologue; member
/external/llvm/tools/llvm-readobj/
DARMWinEHPrinter.cpp228 unsigned Length, bool Prologue) { in opcode_0xxxxxxx()
239 unsigned Length, bool Prologue) { in opcode_10Lxxxxx()
258 unsigned Length, bool Prologue) { in opcode_1100xxxx()
270 unsigned Length, bool Prologue) { in opcode_11010Lxx()
287 unsigned Length, bool Prologue) { in opcode_11011Lxx()
304 unsigned Length, bool Prologue) { in opcode_11100xxx()
318 unsigned Length, bool Prologue) { in opcode_111010xx()
331 unsigned Length, bool Prologue) { in opcode_1110110L()
345 unsigned Length, bool Prologue) { in opcode_11101110()
361 unsigned Length, bool Prologue) { in opcode_11101111()
[all …]
/external/vixl/tools/test_generator/
Ddata_types.py210 def Prologue(): member in Input
389 def Prologue(self): member in Register
399 def Prologue(self): member in DRegisterF64
417 def Prologue(self): member in NZCV
457 def Prologue(self): member in Q
497 def Prologue(self): member in GE
522 def Prologue(self): member in FPSCR
608 def Prologue(self): member in MemOperand
/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp121 uint64_t Prologue = DebugStart->getVirtualAddress() - FuncStart; in start() local
/external/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp20 DWARFDebugLine::Prologue::Prologue() { clear(); } in Prologue() function in DWARFDebugLine::Prologue
/external/llvm/include/llvm/CodeGen/
DCallingConvLower.h189 typedef enum { Unknown, Prologue, Call } ParmContext; enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFDebugLine.cpp66 DWARFDebugLine::Prologue::Prologue() { clear(); } in Prologue() function in DWARFDebugLine::Prologue
/external/clang/lib/CodeGen/
DCGClass.cpp854 void CodeGenFunction::EmitAsanPrologueOrEpilogue(bool Prologue) { in EmitAsanPrologueOrEpilogue()
/external/llvm/lib/AsmParser/
DLLParser.cpp4626 Constant *Prologue = nullptr; in ParseFunctionHeader() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp5389 Constant *Prologue = nullptr; in ParseFunctionHeader() local