HomeSort by relevance Sort by last modified time
    Searched refs:ArgListRecord (Results 1 - 20 of 20) 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-4393122/include/llvm/DebugInfo/CodeView/
TypeRecord.h 235 class ArgListRecord : public TypeRecord {
237 ArgListRecord() = default;
238 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
240 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices)
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeRecord.h 235 class ArgListRecord : public TypeRecord {
237 ArgListRecord() = default;
238 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
240 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices)
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeRecord.h 237 class ArgListRecord : public TypeRecord {
239 ArgListRecord() = default;
240 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
242 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices)
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeRecord.h 237 class ArgListRecord : public TypeRecord {
239 ArgListRecord() = default;
240 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
242 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices)
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeRecord.h 237 class ArgListRecord : public TypeRecord {
239 ArgListRecord() = default;
240 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
242 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices)
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeRecord.h 237 class ArgListRecord : public TypeRecord {
239 ArgListRecord() = default;
240 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
242 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices)
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/CodeView/
TypeRecord.h 235 class ArgListRecord : public TypeRecord {
237 ArgListRecord() = default;
238 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
240 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices)
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/CodeView/
TypeRecord.h 235 class ArgListRecord : public TypeRecord {
237 ArgListRecord() = default;
238 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
240 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices)
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/CodeView/
TypeRecord.h 237 class ArgListRecord : public TypeRecord {
239 ArgListRecord() = default;
240 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
242 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices)
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/CodeView/
TypeRecord.h 237 class ArgListRecord : public TypeRecord {
239 ArgListRecord() = default;
240 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
242 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices)
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/CodeView/
TypeRecord.h 237 class ArgListRecord : public TypeRecord {
239 ArgListRecord() = default;
240 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
242 ArgListRecord(TypeRecordKind Kind, ArrayRef<TypeIndex> Indices)
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/CodeView/
TypeRecord.h 237 class ArgListRecord : public TypeRecord {
239 ArgListRecord() = default;
240 explicit ArgListRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
242 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-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 236 milliseconds