/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.cpp | 66 DWARFDebugLine::Prologue::Prologue() { clear(); } in Prologue() function in DWARFDebugLine::Prologue 68 bool DWARFDebugLine::Prologue::hasFileAtIndex(uint64_t FileIndex) const { in hasFileAtIndex() 78 DWARFDebugLine::Prologue::getFileNameEntry(uint64_t Index) const { in getFileNameEntry() 88 void DWARFDebugLine::Prologue::clear() { in clear() 100 void DWARFDebugLine::Prologue::dump(raw_ostream &OS, in dump() 300 Error DWARFDebugLine::Prologue::parse(const DWARFDataExtractor &DebugLineData, in parse() 429 Prologue.dump(OS, DumpOptions); in dump() 445 Prologue.clear(); in clear() 456 Row.reset(LineTable->Prologue in resetRowAndSequence() [all...] |
H A D | DWARFVerifier.cpp | 712 uint32_t MaxDirIndex = LineTable->Prologue.IncludeDirectories.size(); in verifyDebugLineRows() 715 for (const auto &FileName : LineTable->Prologue.FileNames) { in verifyDebugLineRows() 771 bool isDWARF5 = LineTable->Prologue.getVersion() >= 5; in verifyDebugLineRows() 777 << LineTable->Prologue.FileNames.size() in verifyDebugLineRows()
|
/third_party/vixl/tools/test_generator/ |
H A D | data_types.py | 210 def Prologue(): member in Input 384 Description of a Register input. The `Prologue` and `Epilogue` methods 389 def Prologue(self): member in Register 399 def Prologue(self): member in DRegisterF64 412 The `Prologue` and `Epilogue` methods describe what C++ code to emit to set 417 def Prologue(self): member in NZCV 453 The `Prologue` and `Epilogue` methods describe what C++ code to emit to set 457 def Prologue(self): member in Q 493 The `Prologue` and `Epilogue` methods describe what C++ code to emit to set 497 def Prologue(sel member in GE 522 def Prologue(self): global() member in FPSCR 608 def Prologue(self): global() member in MemOperand [all...] |
H A D | generator.py | 553 return "".join([input.Prologue() for input in self.inputs])
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugLine.h | 63 struct Prologue { struct in llvm::DWARFDebugLine 64 Prologue(); 258 return Prologue.hasFileAtIndex(FileIndex); in hasFileAtIndex() 269 return Prologue.getFileNameByIndex(FileIndex, CompDir, Kind, Result); in getFileNameByIndex() 293 struct Prologue Prologue; member 359 void moveToNextTable(uint64_t OldOffset, const Prologue &P);
|
/third_party/node/deps/v8/src/baseline/ppc/ |
H A D | baseline-compiler-ppc-inl.h | 17 void BaselineCompiler::Prologue() { UNIMPLEMENTED(); } in Prologue() function in v8::internal::baseline::BaselineCompiler
|
/third_party/node/deps/v8/src/baseline/loong64/ |
H A D | baseline-compiler-loong64-inl.h | 17 void BaselineCompiler::Prologue() { in Prologue() function in v8::internal::baseline::BaselineCompiler
|
/third_party/node/deps/v8/src/baseline/riscv64/ |
H A D | baseline-compiler-riscv64-inl.h | 16 void BaselineCompiler::Prologue() { in Prologue() function in v8::internal::baseline::BaselineCompiler
|
/third_party/node/deps/v8/src/baseline/mips64/ |
H A D | baseline-compiler-mips64-inl.h | 17 void BaselineCompiler::Prologue() { in Prologue() function in v8::internal::baseline::BaselineCompiler
|
/third_party/node/deps/v8/src/baseline/mips/ |
H A D | baseline-compiler-mips-inl.h | 17 void BaselineCompiler::Prologue() { in Prologue() function in v8::internal::baseline::BaselineCompiler
|
/third_party/node/deps/v8/src/baseline/ia32/ |
H A D | baseline-compiler-ia32-inl.h | 18 void BaselineCompiler::Prologue() { in Prologue() function in v8::internal::baseline::BaselineCompiler
|
/third_party/node/deps/v8/src/baseline/s390/ |
H A D | baseline-compiler-s390-inl.h | 17 void BaselineCompiler::Prologue() { in Prologue() function in v8::internal::baseline::BaselineCompiler
|
/third_party/node/deps/v8/src/baseline/x64/ |
H A D | baseline-compiler-x64-inl.h | 18 void BaselineCompiler::Prologue() { in Prologue() function in v8::internal::baseline::BaselineCompiler
|
/third_party/node/deps/v8/src/baseline/arm64/ |
H A D | baseline-compiler-arm64-inl.h | 16 void BaselineCompiler::Prologue() { in Prologue() function in v8::internal::baseline::BaselineCompiler
|
/third_party/node/deps/v8/src/baseline/arm/ |
H A D | baseline-compiler-arm-inl.h | 17 void BaselineCompiler::Prologue() { in Prologue() function in v8::internal::baseline::BaselineCompiler
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline-compiler.h | 64 void Prologue();
|
/third_party/node/deps/v8/src/logging/ |
H A D | counters-definitions.h | 30 HR(gc_finalize_prologue, V8.GCFinalizeMC.Prologue, 0, 10000, 101) \
|
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | macro-assembler-ia32.h | 230 void Prologue();
|
H A D | macro-assembler-ia32.cc | 861 void TurboAssembler::Prologue() { in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | macro-assembler-arm.h | 77 void Prologue();
|
/third_party/node/deps/v8/src/codegen/loong64/ |
H A D | macro-assembler-loong64.h | 84 void Prologue();
|
/third_party/node/deps/v8/src/codegen/x64/ |
H A D | macro-assembler-x64.h | 431 void Prologue();
|
/third_party/node/deps/v8/src/codegen/mips64/ |
H A D | macro-assembler-mips64.h | 115 void Prologue();
|
/third_party/node/deps/v8/src/codegen/mips/ |
H A D | macro-assembler-mips.h | 94 void Prologue();
|
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.h | 106 void Prologue();
|