HomeSort by: relevance | last modified time | path
    Searched refs:BaseTypeRef (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DwarfCompileUnit.h 137 struct BaseTypeRef {
138 BaseTypeRef(unsigned BitSize, dwarf::TypeKind Encoding) :
145 std::vector<BaseTypeRef> ExprRefedBaseTypes;
DwarfDebug.cpp 2466 if (Op.getDescription().Op[I] == Encoding::BaseTypeRef) {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFExpression.cpp 103 Descriptions[DW_OP_convert] = Desc(Op::Dwarf5, Op::BaseTypeRef);
106 Desc(Op::Dwarf5, Op::SizeLEB, Op::BaseTypeRef);
171 case Operation::BaseTypeRef:
289 if (Size == Operation::BaseTypeRef && U) {
364 if (Size == Operation::BaseTypeRef) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFExpression.h 47 BaseTypeRef = 8,
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp 952 if ((Op0 == Encoding::BaseTypeRef && Op1 != Encoding::SizeNA) ||
953 (Op1 == Encoding::BaseTypeRef && Op0 != Encoding::Size1))
956 if ((Op0 == Encoding::BaseTypeRef && Op1 == Encoding::SizeNA) ||
957 (Op1 == Encoding::BaseTypeRef && Op0 == Encoding::Size1)) {

Completed in 64 milliseconds