Home
last modified time | relevance | path

Searched refs:getCompleteTypeIndex (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.h263 codeview::TypeIndex getCompleteTypeIndex(DITypeRef TypeRef);
DCodeViewDebug.cpp1764 TypeIndex CodeViewDebug::getCompleteTypeIndex(DITypeRef TypeRef) { in getCompleteTypeIndex() function in CodeViewDebug
1829 getCompleteTypeIndex(RecordTy); in emitDeferredCompleteTypes()
1871 TypeIndex TI = getCompleteTypeIndex(Var.DIVar->getType()); in emitLocalVariable()
2068 OS.EmitIntValue(getCompleteTypeIndex(DIGV->getType()).getIndex(), 4); in emitDebugInfoForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp2026 return getCompleteTypeIndex(Ty); in lowerTypeClass()
2075 return getCompleteTypeIndex(Ty); in lowerTypeUnion()
2288 TypeIndex CodeViewDebug::getCompleteTypeIndex(DITypeRef TypeRef) { in getCompleteTypeIndex() function in CodeViewDebug
2358 getCompleteTypeIndex(RecordTy); in emitDeferredCompleteTypes()
2402 : getCompleteTypeIndex(Var.DIVar->getType()); in emitLocalVariable()
2679 OS.EmitIntValue(getCompleteTypeIndex(T).getIndex(), 4); in emitDebugInfoForUDTs()
2779 OS.EmitIntValue(getCompleteTypeIndex(DIGV->getType()).getIndex(), 4); in emitDebugInfoForGlobal()
DCodeViewDebug.h356 codeview::TypeIndex getCompleteTypeIndex(DITypeRef TypeRef);