Home
last modified time | relevance | path

Searched refs:FuncIdRecord (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeTableBuilder.h55 TypeIndex writeFuncId(const FuncIdRecord &Record);
DTypeRecord.h713 class FuncIdRecord : public TypeRecord {
715 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name) in FuncIdRecord() function
723 static ErrorOr<FuncIdRecord> deserialize(TypeRecordKind Kind,
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp228 ErrorOr<FuncIdRecord> FuncIdRecord::deserialize(TypeRecordKind Kind, in deserialize()
233 return FuncIdRecord(L->ParentScope, L->FunctionType, Name); in deserialize()
490 bool FuncIdRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) { in remapTypeIndices()
DTypeTableBuilder.cpp238 TypeIndex TypeTableBuilder::writeFuncId(const FuncIdRecord &Record) { in writeFuncId()
DTypeDumper.cpp384 Error CVTypeDumper::visitFuncId(FuncIdRecord &Func) { in visitFuncId()
/external/llvm/lib/CodeGen/AsmPrinter/
DCodeViewDebug.cpp244 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName); in getFuncIdForSubprogram()