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

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/PDB/Native/
NativeTypeFunctionSig.h 66 codeview::ArgListRecord ArgList;
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeTypeFunctionSig.cpp 105 cantFail(TypeDeserializer::deserializeAs<ArgListRecord>(CVT, ArgList));
  /src/external/apache2/llvm/dist/llvm/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)
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
RecordName.cpp 76 Error TypeNameComputer::visitKnownRecord(CVType &CVR, ArgListRecord &Args) {
TypeDumpVisitor.cpp 224 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, ArgListRecord &Args) {
TypeRecordMapping.cpp 338 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, ArgListRecord &Record) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.cpp 301 ArgListRecord &Args) {
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 433 template <> void LeafRecordImpl<ArgListRecord>::map(IO &IO) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 1926 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices);
1975 ArgListRecord ArgListRec(TypeRecordKind::ArgList, ArgTypeIndices);

Completed in 23 milliseconds