HomeSort by relevance Sort by last modified time
    Searched refs:ArgListRecord (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/DebugInfo/CodeView/
TypeTableBuilder.h 43 TypeIndex writeArgList(const ArgListRecord &Record);
TypeRecord.h 263 class ArgListRecord : public TypeRecord {
265 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices)
272 static ErrorOr<ArgListRecord> deserialize(TypeRecordKind Kind,
    [all...]
  /external/llvm/lib/DebugInfo/CodeView/
TypeRecord.cpp 73 ErrorOr<ArgListRecord> ArgListRecord::deserialize(TypeRecordKind Kind,
81 return ArgListRecord(Kind, Indices);
425 bool ArgListRecord::remapTypeIndices(ArrayRef<TypeIndex> IndexMap) {
TypeTableBuilder.cpp 61 TypeIndex TypeTableBuilder::writeArgList(const ArgListRecord &Record) {
TypeDumper.cpp 242 Error CVTypeDumper::visitArgList(ArgListRecord &Args) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 230 class ArgListRecord : public TypeRecord {
232 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
234 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices)
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 230 class ArgListRecord : public TypeRecord {
232 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
234 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices)
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 230 class ArgListRecord : public TypeRecord {
232 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
234 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 230 class ArgListRecord : public TypeRecord {
232 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
234 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices)
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 230 class ArgListRecord : public TypeRecord {
232 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
234 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices)
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 230 class ArgListRecord : public TypeRecord {
232 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
234 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices)
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 230 class ArgListRecord : public TypeRecord {
232 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
234 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 230 class ArgListRecord : public TypeRecord {
232 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
234 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices)
  /external/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp     [all...]

Completed in 142 milliseconds