/minix3/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/ |
H A D | DWARFFormValue.h | 51 uint16_t Form; // Form for this value. variable 55 DWARFFormValue(uint16_t Form = 0) : Form(Form) {} in Form() argument
|
H A D | DWARFAbbreviationDeclaration.h | 28 uint16_t Form; member
|
H A D | DWARFAcceleratorTable.h | 30 typedef uint16_t Form; typedef
|
/minix3/external/bsd/llvm/dist/llvm/unittests/DebugInfo/ |
H A D | DWARFFormValueTest.cpp | 31 bool isFormClass(uint16_t Form, DWARFFormValue::FormClass FC) { in isFormClass()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 39 dwarf::Form Form; variable 88 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) { in AddAttribute() 174 void addValue(dwarf::Attribute Attribute, dwarf::Form Form, DIEValue *Value) { in addValue() 428 unsigned SizeOf(AsmPrinter *AP, dwarf::Form Form) const override { in SizeOf() 457 unsigned SizeOf(AsmPrinter *AP, dwarf::Form Form) const override { in SizeOf()
|
/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/ |
H A D | DWARFAbbreviationDeclaration.cpp | 47 uint16_t Form = Data.getULEB128(OffsetPtr); in extract() local
|
H A D | DWARFDebugInfoEntry.cpp | 208 uint16_t Form = AttrSpec.Form; in extractFast() local
|
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.h | 48 uint8_t Form; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 184 Optional<dwarf::Form> Form, uint64_t Integer) { in addUInt() 192 void DwarfUnit::addUInt(DIE &Block, dwarf::Form Form, uint64_t Integer) { in addUInt() 199 Optional<dwarf::Form> Form, int64_t Integer) { in addSInt() 206 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form, in addSInt() 248 void DwarfUnit::addLabel(DIE &Die, dwarf::Attribute Attribute, dwarf::Form Form, in addLabel() 254 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) { in addLabel()
|
H A D | DwarfCompileUnit.cpp | 797 dwarf::Form Form = DD->getDwarfVersion() >= 4 ? dwarf::DW_FORM_sec_offset in addLocationList() local 814 void DwarfCompileUnit::addExpr(DIELoc &Die, dwarf::Form Form, in addExpr()
|
H A D | DwarfDebug.cpp | 1417 dwarf::Form Form = AbbrevData[i].getForm(); in emitDIE() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCCodeEmitter.cpp | 1405 uint64_t Form = TSFlags & X86II::FormMask; in EncodeInstruction() local 1422 uint64_t Form = TSFlags & X86II::FormMask; in EncodeInstruction() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 41 AddrForm Form; member 634 bool SystemZDAGToDAGISel::selectBDXAddr(SystemZAddressingMode::AddrForm Form, in selectBDXAddr()
|
/minix3/external/bsd/tcpdump/dist/ |
H A D | print-snmp.c | 250 static const char *Form[] = { variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 511 static void EmitAbbrev(MCStreamer *MCOS, uint64_t Name, uint64_t Form) { in EmitAbbrev()
|
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/ |
H A D | Dwarf.h | 332 enum Form : uint16_t { enum
|
/minix3/external/bsd/llvm/dist/clang/lib/Sema/ |
H A D | SemaChecking.cpp | 1213 } Form = Init; in SemaAtomicOpsOverloaded() local
|