Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFDebugLine.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
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-readobj/
HDARMWinEHPrinter.cpp253 unsigned Length, bool Prologue) { in opcode_0xxxxxxx()
264 unsigned Length, bool Prologue) { in opcode_10Lxxxxx()
283 unsigned Length, bool Prologue) { in opcode_1100xxxx()
295 unsigned Length, bool Prologue) { in opcode_11010Lxx()
312 unsigned Length, bool Prologue) { in opcode_11011Lxx()
329 unsigned Length, bool Prologue) { in opcode_11100xxx()
343 unsigned Length, bool Prologue) { in opcode_111010xx()
356 unsigned Length, bool Prologue) { in opcode_1110110L()
370 unsigned Length, bool Prologue) { in opcode_11101110()
386 unsigned Length, bool Prologue) { in opcode_11101111()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
HDPrettyFunctionDumper.cpp123 uint64_t Prologue = DebugStart->getVirtualAddress() - FuncStart; in start() local
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
HDHashedNameToDIE.cpp124 DWARFMappedHash::Prologue::Prologue(dw_offset_t _die_base_offset) in Prologue() function in DWARFMappedHash::Prologue
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugLine.cpp66 DWARFDebugLine::Prologue::Prologue() { clear(); } in Prologue() function in DWARFDebugLine::Prologue
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGClass.cpp755 void CodeGenFunction::EmitAsanPrologueOrEpilogue(bool Prologue) { in EmitAsanPrologueOrEpilogue()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/AsmParser/
HDLLParser.cpp5389 Constant *Prologue = nullptr; in ParseFunctionHeader() local