/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/ |
H A D | PPCLoopInstrFormPrep.cpp | 378 InstrForm Form) { in prepareBaseForDispFormChain() 494 InstrForm Form) { in rewriteLoadStores() 708 InstrForm Form) { in dispFormPrep() 736 InstrForm Form) { in alreadyPrepared()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFFormValue.h | 57 dwarf::Form Form; /// Form for this value. variable 67 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {} in Form() function
|
H A D | DWARFAbbreviationDeclaration.h | 43 dwarf::Form Form; member
|
H A D | DWARFAcceleratorTable.h | 97 using Form = dwarf::Form; member 258 dwarf::Form Form; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.h | 82 dwarf::Form Form, T &&Value) { in addAttribute()
|
H A D | DwarfUnit.cpp | 228 Optional<dwarf::Form> Form, uint64_t Integer) { in addUInt() 236 void DwarfUnit::addUInt(DIEValueList &Block, dwarf::Form Form, in addUInt() 242 Optional<dwarf::Form> Form, int64_t Integer) { in addSInt() 248 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form, in addSInt() 287 dwarf::Form Form, const MCSymbol *Label) { in addLabel() 291 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) { in addLabel() 401 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, dwarf::Form Form, in addBlock()
|
H A D | AccelTable.cpp | 212 dwarf::Form Form; member 412 dwarf::Form Form = DIEInteger::BestForm(/*IsSigned*/ false, LargestCUIndex); in getUniformAttributes() local
|
H A D | DwarfCompileUnit.cpp | 1470 dwarf::Form Form = (DD->getDwarfVersion() >= 5) in addLocationList() local 1503 void DwarfCompileUnit::addExpr(DIELoc &Die, dwarf::Form Form, in addExpr()
|
H A D | DwarfDebug.h | 387 Form, enumerator
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/ |
H A D | DIE.h | 54 dwarf::Form Form; variable 109 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) { in AddAttribute() 381 dwarf::Form Form = (dwarf::Form)0; variable 719 dwarf::Form Form, T &&Value) { in addValue()
|
H A D | AccelTable.h | 230 const uint16_t Form; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/BinaryFormat/ |
H A D | Dwarf.cpp | 116 unsigned llvm::dwarf::FormVersion(dwarf::Form Form) { in FormVersion() 127 unsigned llvm::dwarf::FormVendor(dwarf::Form Form) { in FormVendor() 694 Optional<uint8_t> llvm::dwarf::getFixedFormByteSize(dwarf::Form Form, in getFixedFormByteSize()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFFormValue.cpp | 108 bool DWARFFormValue::skipValue(dwarf::Form Form, DataExtractor DebugInfoData, in skipValue()
|
H A D | DWARFDie.cpp | 243 dwarf::Form Form = AttrValue.Value.getForm(); in dumpAttribute() local
|
H A D | DWARFAcceleratorTable.cpp | 453 uint32_t Form = Section.AccelSection.getULEB128(Offset); in extractAttributeEncoding() local
|
H A D | DWARFDebugLine.cpp | 38 dwarf::Form Form; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | X86RecognizableInstr.h | 173 uint8_t Form; variable
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | dwarf2yaml.cpp | 249 auto Form = FormValue.getValue().getForm(); in dumpDebugInfo() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwp/ |
H A D | llvm-dwp.cpp | 225 getIndexedString(dwarf::Form Form, DataExtractor InfoData, uint64_t &InfoOffset, in getIndexedString() 289 dwarf::Form Form; in getCUIdentifiers() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86MCCodeEmitter.cpp | 705 uint64_t Form = TSFlags & X86II::FormMask; in emitPrefixImpl() local 1445 uint64_t Form = TSFlags & X86II::FormMask; in encodeInstruction() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 42 AddrForm Form; member 689 bool SystemZDAGToDAGISel::selectBDXAddr(SystemZAddressingMode::AddrForm Form, in selectBDXAddr() 1678 SystemZAddressingMode::AddrForm Form; in SelectInlineAsmMemoryOperand() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | IndexBody.cpp | 409 auto visitForm = [&](InitListExpr *Form) { in TraverseInitListExpr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/ |
H A D | DwarfLinkerForBinary.cpp | 719 dwarf::Form Form = Abbrev->getFormByIndex(*LowPcIdx); in hasLiveAddressRange() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/ |
H A D | DWARFYAML.h | 32 llvm::dwarf::Form Form; member
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/BinaryFormat/ |
H A D | Dwarf.h | 131 enum Form : uint16_t { enum
|