Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A 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
113 int32_t getMaxLineIncrementForSpecialOpcode() const { in getMaxLineIncrementForSpecialOpcode()
292 struct Prologue Prologue; member
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp301 unsigned Length, bool Prologue) { in opcode_0xxxxxxx()
312 unsigned Length, bool Prologue) { in opcode_10Lxxxxx()
331 unsigned Length, bool Prologue) { in opcode_1100xxxx()
343 unsigned Length, bool Prologue) { in opcode_11010Lxx()
360 unsigned Length, bool Prologue) { in opcode_11011Lxx()
377 unsigned Length, bool Prologue) { in opcode_11100xxx()
391 unsigned Length, bool Prologue) { in opcode_111010xx()
404 unsigned Length, bool Prologue) { in opcode_1110110L()
418 unsigned Length, bool Prologue) { in opcode_11101110()
434 unsigned Length, bool Prologue) { in opcode_11101111()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DPrettyFunctionDumper.cpp123 uint64_t Prologue = DebugStart->getVirtualAddress() - FuncStart; in start() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLine.cpp71 DWARFDebugLine::Prologue::Prologue() { clear(); } in Prologue() function in DWARFDebugLine::Prologue
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGClass.cpp778 void CodeGenFunction::EmitAsanPrologueOrEpilogue(bool Prologue) { in EmitAsanPrologueOrEpilogue()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp5840 Constant *Prologue = nullptr; in parseFunctionHeader() local