Home
last modified time | relevance | path

Searched refs:LineTable (Results 226 – 250 of 1089) sorted by relevance

12345678910>>...44

/dports/graphics/llvm-mesa/llvm-13.0.1.src/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.cpp158 DWARFDebugLine::Prologue dwarfgen::LineTable::createBasicPrologue() const { in createBasicPrologue()
204 void dwarfgen::LineTable::setCustomPrologue( in setCustomPrologue()
210 void dwarfgen::LineTable::addByte(uint8_t Value) { in addByte()
214 void dwarfgen::LineTable::addStandardOpcode(uint8_t Opcode, in addStandardOpcode()
220 void dwarfgen::LineTable::addExtendedOpcode(uint64_t Length, uint8_t Opcode, in addExtendedOpcode()
228 void dwarfgen::LineTable::generate(MCContext &MC, AsmPrinter &Asm) const { in generate()
245 void dwarfgen::LineTable::writeData(ArrayRef<ValueAndLength> Data, in writeData()
266 size_t dwarfgen::LineTable::getContentsSize() const { in getContentsSize()
284 MCSymbol *dwarfgen::LineTable::writeDefaultPrologue(AsmPrinter &Asm) const { in writeDefaultPrologue()
312 void dwarfgen::LineTable::writePrologue(AsmPrinter &Asm) const { in writePrologue()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.cpp158 DWARFDebugLine::Prologue dwarfgen::LineTable::createBasicPrologue() const {
204 void dwarfgen::LineTable::setCustomPrologue(
210 void dwarfgen::LineTable::addByte(uint8_t Value) {
214 void dwarfgen::LineTable::addStandardOpcode(uint8_t Opcode,
220 void dwarfgen::LineTable::addExtendedOpcode(uint64_t Length, uint8_t Opcode,
228 void dwarfgen::LineTable::generate(MCContext &MC, AsmPrinter &Asm) const {
245 void dwarfgen::LineTable::writeData(ArrayRef<ValueAndLength> Data,
266 size_t dwarfgen::LineTable::getContentsSize() const {
284 MCSymbol *dwarfgen::LineTable::writeDefaultPrologue(AsmPrinter &Asm) const {
312 void dwarfgen::LineTable::writePrologue(AsmPrinter &Asm) const {
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp571 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine() local
579 if (LineTable.Version >= 4) in emitDebugLine()
586 LineTable.StandardOpcodeLengths.getValueOr( in emitDebugLine()
587 getStandardOpcodeLengths(LineTable.Version, LineTable.OpcodeBase)); in emitDebugLine()
588 uint8_t OpcodeBase = LineTable.OpcodeBase in emitDebugLine()
589 ? *LineTable.OpcodeBase in emitDebugLine()
595 for (StringRef IncludeDir : LineTable.IncludeDirs) { in emitDebugLine()
601 for (const DWARFYAML::File &File : LineTable.Files) in emitDebugLine()
606 LineTable.PrologueLength ? *LineTable.PrologueLength : Buffer.size(); in emitDebugLine()
613 if (LineTable.Length) { in emitDebugLine()
[all …]
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/ObjectYAML/
H A DDWARFEmitter.cpp570 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine() local
578 if (LineTable.Version >= 4) in emitDebugLine()
585 LineTable.StandardOpcodeLengths.getValueOr( in emitDebugLine()
586 getStandardOpcodeLengths(LineTable.Version, LineTable.OpcodeBase)); in emitDebugLine()
587 uint8_t OpcodeBase = LineTable.OpcodeBase in emitDebugLine()
588 ? *LineTable.OpcodeBase in emitDebugLine()
594 for (StringRef IncludeDir : LineTable.IncludeDirs) { in emitDebugLine()
600 for (const DWARFYAML::File &File : LineTable.Files) in emitDebugLine()
605 LineTable.PrologueLength ? *LineTable.PrologueLength : Buffer.size(); in emitDebugLine()
612 if (LineTable.Length) { in emitDebugLine()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp570 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine() local
578 if (LineTable.Version >= 4) in emitDebugLine()
585 LineTable.StandardOpcodeLengths.getValueOr( in emitDebugLine()
586 getStandardOpcodeLengths(LineTable.Version, LineTable.OpcodeBase)); in emitDebugLine()
587 uint8_t OpcodeBase = LineTable.OpcodeBase in emitDebugLine()
588 ? *LineTable.OpcodeBase in emitDebugLine()
594 for (StringRef IncludeDir : LineTable.IncludeDirs) { in emitDebugLine()
600 for (const DWARFYAML::File &File : LineTable.Files) in emitDebugLine()
605 LineTable.PrologueLength ? *LineTable.PrologueLength : Buffer.size(); in emitDebugLine()
612 if (LineTable.Length) { in emitDebugLine()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp570 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine() local
578 if (LineTable.Version >= 4) in emitDebugLine()
585 LineTable.StandardOpcodeLengths.getValueOr( in emitDebugLine()
586 getStandardOpcodeLengths(LineTable.Version, LineTable.OpcodeBase)); in emitDebugLine()
587 uint8_t OpcodeBase = LineTable.OpcodeBase in emitDebugLine()
588 ? *LineTable.OpcodeBase in emitDebugLine()
594 for (StringRef IncludeDir : LineTable.IncludeDirs) { in emitDebugLine()
600 for (const DWARFYAML::File &File : LineTable.Files) in emitDebugLine()
605 LineTable.PrologueLength ? *LineTable.PrologueLength : Buffer.size(); in emitDebugLine()
612 if (LineTable.Length) { in emitDebugLine()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp570 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine() local
578 if (LineTable.Version >= 4) in emitDebugLine()
585 LineTable.StandardOpcodeLengths.getValueOr( in emitDebugLine()
586 getStandardOpcodeLengths(LineTable.Version, LineTable.OpcodeBase)); in emitDebugLine()
587 uint8_t OpcodeBase = LineTable.OpcodeBase in emitDebugLine()
588 ? *LineTable.OpcodeBase in emitDebugLine()
594 for (StringRef IncludeDir : LineTable.IncludeDirs) { in emitDebugLine()
600 for (const DWARFYAML::File &File : LineTable.Files) in emitDebugLine()
605 LineTable.PrologueLength ? *LineTable.PrologueLength : Buffer.size(); in emitDebugLine()
612 if (LineTable.Length) { in emitDebugLine()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp570 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine() local
578 if (LineTable.Version >= 4) in emitDebugLine()
585 LineTable.StandardOpcodeLengths.getValueOr( in emitDebugLine()
586 getStandardOpcodeLengths(LineTable.Version, LineTable.OpcodeBase)); in emitDebugLine()
587 uint8_t OpcodeBase = LineTable.OpcodeBase in emitDebugLine()
588 ? *LineTable.OpcodeBase in emitDebugLine()
594 for (StringRef IncludeDir : LineTable.IncludeDirs) { in emitDebugLine()
600 for (const DWARFYAML::File &File : LineTable.Files) in emitDebugLine()
605 LineTable.PrologueLength ? *LineTable.PrologueLength : Buffer.size(); in emitDebugLine()
612 if (LineTable.Length) { in emitDebugLine()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp570 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine() local
578 if (LineTable.Version >= 4) in emitDebugLine()
585 LineTable.StandardOpcodeLengths.getValueOr( in emitDebugLine()
586 getStandardOpcodeLengths(LineTable.Version, LineTable.OpcodeBase)); in emitDebugLine()
587 uint8_t OpcodeBase = LineTable.OpcodeBase in emitDebugLine()
588 ? *LineTable.OpcodeBase in emitDebugLine()
594 for (StringRef IncludeDir : LineTable.IncludeDirs) { in emitDebugLine()
600 for (const DWARFYAML::File &File : LineTable.Files) in emitDebugLine()
605 LineTable.PrologueLength ? *LineTable.PrologueLength : Buffer.size(); in emitDebugLine()
612 if (LineTable.Length) { in emitDebugLine()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp570 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine() local
578 if (LineTable.Version >= 4) in emitDebugLine()
585 LineTable.StandardOpcodeLengths.getValueOr( in emitDebugLine()
586 getStandardOpcodeLengths(LineTable.Version, LineTable.OpcodeBase)); in emitDebugLine()
587 uint8_t OpcodeBase = LineTable.OpcodeBase in emitDebugLine()
588 ? *LineTable.OpcodeBase in emitDebugLine()
594 for (StringRef IncludeDir : LineTable.IncludeDirs) { in emitDebugLine()
600 for (const DWARFYAML::File &File : LineTable.Files) in emitDebugLine()
605 LineTable.PrologueLength ? *LineTable.PrologueLength : Buffer.size(); in emitDebugLine()
612 if (LineTable.Length) { in emitDebugLine()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp570 for (const DWARFYAML::LineTable &LineTable : DI.DebugLines) { in emitDebugLine() local
578 if (LineTable.Version >= 4) in emitDebugLine()
585 LineTable.StandardOpcodeLengths.getValueOr( in emitDebugLine()
586 getStandardOpcodeLengths(LineTable.Version, LineTable.OpcodeBase)); in emitDebugLine()
587 uint8_t OpcodeBase = LineTable.OpcodeBase in emitDebugLine()
588 ? *LineTable.OpcodeBase in emitDebugLine()
594 for (StringRef IncludeDir : LineTable.IncludeDirs) { in emitDebugLine()
600 for (const DWARFYAML::File &File : LineTable.Files) in emitDebugLine()
605 LineTable.PrologueLength ? *LineTable.PrologueLength : Buffer.size(); in emitDebugLine()
612 if (LineTable.Length) { in emitDebugLine()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.cpp154 DWARFDebugLine::Prologue dwarfgen::LineTable::createBasicPrologue() const { in createBasicPrologue()
199 void dwarfgen::LineTable::setCustomPrologue( in setCustomPrologue()
205 void dwarfgen::LineTable::addByte(uint8_t Value) { in addByte()
209 void dwarfgen::LineTable::addStandardOpcode(uint8_t Opcode, in addStandardOpcode()
215 void dwarfgen::LineTable::addExtendedOpcode(uint64_t Length, uint8_t Opcode, in addExtendedOpcode()
223 void dwarfgen::LineTable::generate(MCContext &MC, AsmPrinter &Asm) const { in generate()
240 void dwarfgen::LineTable::writeData(ArrayRef<ValueAndLength> Data, in writeData()
261 MCSymbol *dwarfgen::LineTable::writeDefaultPrologue(AsmPrinter &Asm) const { in writeDefaultPrologue()
289 void dwarfgen::LineTable::writePrologue(AsmPrinter &Asm) const { in writePrologue()
355 void dwarfgen::LineTable::writeProloguePayload( in writeProloguePayload()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.cpp154 DWARFDebugLine::Prologue dwarfgen::LineTable::createBasicPrologue() const { in createBasicPrologue()
194 void dwarfgen::LineTable::setPrologue(DWARFDebugLine::Prologue NewPrologue) { in setPrologue()
199 void dwarfgen::LineTable::setCustomPrologue( in setCustomPrologue()
205 void dwarfgen::LineTable::addByte(uint8_t Value) { in addByte()
209 void dwarfgen::LineTable::addStandardOpcode(uint8_t Opcode, in addStandardOpcode()
215 void dwarfgen::LineTable::addExtendedOpcode(uint64_t Length, uint8_t Opcode, in addExtendedOpcode()
223 void dwarfgen::LineTable::generate(MCContext &MC, AsmPrinter &Asm) const { in generate()
240 void dwarfgen::LineTable::writeData(ArrayRef<ValueAndLength> Data, in writeData()
261 MCSymbol *dwarfgen::LineTable::writeDefaultPrologue(AsmPrinter &Asm) const { in writeDefaultPrologue()
289 void dwarfgen::LineTable::writePrologue(AsmPrinter &Asm) const { in writePrologue()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.cpp154 DWARFDebugLine::Prologue dwarfgen::LineTable::createBasicPrologue() const { in createBasicPrologue()
194 void dwarfgen::LineTable::setPrologue(DWARFDebugLine::Prologue NewPrologue) { in setPrologue()
199 void dwarfgen::LineTable::setCustomPrologue( in setCustomPrologue()
205 void dwarfgen::LineTable::addByte(uint8_t Value) { in addByte()
209 void dwarfgen::LineTable::addStandardOpcode(uint8_t Opcode, in addStandardOpcode()
215 void dwarfgen::LineTable::addExtendedOpcode(uint64_t Length, uint8_t Opcode, in addExtendedOpcode()
223 void dwarfgen::LineTable::generate(MCContext &MC, AsmPrinter &Asm) const { in generate()
240 void dwarfgen::LineTable::writeData(ArrayRef<ValueAndLength> Data, in writeData()
261 MCSymbol *dwarfgen::LineTable::writeDefaultPrologue(AsmPrinter &Asm) const { in writeDefaultPrologue()
289 void dwarfgen::LineTable::writePrologue(AsmPrinter &Asm) const { in writePrologue()
[all …]
/dports/devel/llvm80/llvm-8.0.1.src/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.cpp155 DWARFDebugLine::Prologue dwarfgen::LineTable::createBasicPrologue() const { in createBasicPrologue()
200 void dwarfgen::LineTable::setCustomPrologue( in setCustomPrologue()
206 void dwarfgen::LineTable::addByte(uint8_t Value) { in addByte()
210 void dwarfgen::LineTable::addStandardOpcode(uint8_t Opcode, in addStandardOpcode()
216 void dwarfgen::LineTable::addExtendedOpcode(uint64_t Length, uint8_t Opcode, in addExtendedOpcode()
224 void dwarfgen::LineTable::generate(MCContext &MC, AsmPrinter &Asm) const { in generate()
241 void dwarfgen::LineTable::writeData(ArrayRef<ValueAndLength> Data, in writeData()
262 MCSymbol *dwarfgen::LineTable::writeDefaultPrologue(AsmPrinter &Asm) const { in writeDefaultPrologue()
290 void dwarfgen::LineTable::writePrologue(AsmPrinter &Asm) const { in writePrologue()
356 void dwarfgen::LineTable::writeProloguePayload( in writeProloguePayload()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.cpp150 DWARFDebugLine::Prologue dwarfgen::LineTable::createBasicPrologue() const { in checkDefaultPrologue()
195 void dwarfgen::LineTable::setCustomPrologue( in TEST_F()
201 void dwarfgen::LineTable::addByte(uint8_t Value) {
205 void dwarfgen::LineTable::addStandardOpcode(uint8_t Opcode,
211 void dwarfgen::LineTable::addExtendedOpcode(uint64_t Length, uint8_t Opcode, in TEST_F()
219 void dwarfgen::LineTable::generate(MCContext &MC, AsmPrinter &Asm) const {
236 void dwarfgen::LineTable::writeData(ArrayRef<ValueAndLength> Data,
257 MCSymbol *dwarfgen::LineTable::writeDefaultPrologue(AsmPrinter &Asm) const {
285 void dwarfgen::LineTable::writePrologue(AsmPrinter &Asm) const {
351 void dwarfgen::LineTable::writeProloguePayload( in TEST_P()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/tools/acpisrc/
H A Dasfile.c310 ACPI_IDENTIFIER_TABLE *LineTable; in AsConvertFile() local
321 LineTable = ConversionTable->SourceLineTable; in AsConvertFile()
331 LineTable = ConversionTable->HeaderLineTable; in AsConvertFile()
341 LineTable = ConversionTable->PatchLineTable; in AsConvertFile()
385 if (LineTable) in AsConvertFile()
387 for (i = 0; LineTable[i].Identifier; i++) in AsConvertFile()
389 AsRemoveLine (FileBuffer, LineTable[i].Identifier); in AsConvertFile()
/dports/cad/alliance/alliance/src/graal/src/
H A DGRM_equi.c107 long *LineTable; local
201 LineTable = &Table[ Mask << 4 ];
205 if ( LineTable[ (int)Index ] == -1 ) break;
209 Rec->X + LineTable[ Index + 0 ],
210 Rec->Y + LineTable[ Index + 1 ],
211 LineTable[ Index + 2 ],
212 LineTable[ Index + 3 ] );
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp122 llvm::Error LineTable::encode(FileWriter &Out, uint64_t BaseAddr) const { in encode()
251 llvm::Expected<LineTable> LineTable::decode(DataExtractor &Data, in decode()
253 LineTable LT; in decode()
266 Expected<LineEntry> LineTable::lookup(DataExtractor &Data, uint64_t BaseAddr, uint64_t Addr) { in lookup()
289 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const LineTable &LT) { in operator <<()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp122 llvm::Error LineTable::encode(FileWriter &Out, uint64_t BaseAddr) const { in encode()
251 llvm::Expected<LineTable> LineTable::decode(DataExtractor &Data, in decode()
253 LineTable LT; in decode()
266 Expected<LineEntry> LineTable::lookup(DataExtractor &Data, uint64_t BaseAddr, uint64_t Addr) { in lookup()
289 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const LineTable &LT) { in operator <<()
/dports/devel/llvm10/llvm-10.0.1.src/lib/DebugInfo/GSYM/
H A DLineTable.cpp122 llvm::Error LineTable::encode(FileWriter &Out, uint64_t BaseAddr) const { in encode()
251 llvm::Expected<LineTable> LineTable::decode(DataExtractor &Data, in decode()
253 LineTable LT; in decode()
266 Expected<LineEntry> LineTable::lookup(DataExtractor &Data, uint64_t BaseAddr, uint64_t Addr) { in lookup()
289 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const LineTable &LT) { in operator <<()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp122 llvm::Error LineTable::encode(FileWriter &Out, uint64_t BaseAddr) const { in encode()
251 llvm::Expected<LineTable> LineTable::decode(DataExtractor &Data, in decode()
253 LineTable LT; in decode()
266 Expected<LineEntry> LineTable::lookup(DataExtractor &Data, uint64_t BaseAddr, uint64_t Addr) { in lookup()
289 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const LineTable &LT) { in operator <<()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/DebugInfo/GSYM/
H A DLineTable.cpp122 llvm::Error LineTable::encode(FileWriter &Out, uint64_t BaseAddr) const { in encode()
251 llvm::Expected<LineTable> LineTable::decode(DataExtractor &Data, in decode()
253 LineTable LT; in decode()
266 Expected<LineEntry> LineTable::lookup(DataExtractor &Data, uint64_t BaseAddr, uint64_t Addr) { in lookup()
289 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const LineTable &LT) { in operator <<()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/DebugInfo/GSYM/
H A DLineTable.cpp122 llvm::Error LineTable::encode(FileWriter &Out, uint64_t BaseAddr) const { in encode()
251 llvm::Expected<LineTable> LineTable::decode(DataExtractor &Data, in decode()
253 LineTable LT; in decode()
266 Expected<LineEntry> LineTable::lookup(DataExtractor &Data, uint64_t BaseAddr, uint64_t Addr) { in lookup()
289 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const LineTable &LT) { in operator <<()
/dports/devel/llvm11/llvm-11.0.1.src/lib/DebugInfo/GSYM/
H A DLineTable.cpp122 llvm::Error LineTable::encode(FileWriter &Out, uint64_t BaseAddr) const { in encode()
251 llvm::Expected<LineTable> LineTable::decode(DataExtractor &Data, in decode()
253 LineTable LT; in decode()
266 Expected<LineEntry> LineTable::lookup(DataExtractor &Data, uint64_t BaseAddr, uint64_t Addr) { in lookup()
289 raw_ostream &llvm::gsym::operator<<(raw_ostream &OS, const LineTable &LT) { in operator <<()

12345678910>>...44