HomeSort by: relevance | last modified time | path
    Searched defs:Prologue (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
PrettyFunctionDumper.cpp 123 uint64_t Prologue = DebugStart->getVirtualAddress() - FuncStart;
125 << formatv("+{0,2}", Prologue);
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugLine.h 63 struct Prologue {
64 Prologue();
110 /// Length of the prologue in bytes.
253 return Prologue.hasFileAtIndex(FileIndex);
257 return Prologue.getLastValidFileIndex();
260 /// Extracts filename by its index in filename table in prologue.
268 return Prologue.getFileNameByIndex(FileIndex, CompDir, Kind, Result);
281 /// Parse prologue and all rows.
292 struct Prologue Prologue;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugLine.cpp 71 DWARFDebugLine::Prologue::Prologue() { clear(); }
73 bool DWARFDebugLine::Prologue::hasFileAtIndex(uint64_t FileIndex) const {
76 "line table prologue has no dwarf version information");
82 Optional<uint64_t> DWARFDebugLine::Prologue::getLastValidFileIndex() const {
87 "line table prologue has no dwarf version information");
95 DWARFDebugLine::Prologue::getFileNameEntry(uint64_t Index) const {
98 "line table prologue has no dwarf version information");
105 void DWARFDebugLine::Prologue::clear() {
117 void DWARFDebugLine::Prologue::dump(raw_ostream &OS
    [all...]

Completed in 51 milliseconds