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

  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/
NativeInlineSiteSymbol.cpp 81 FuncIdRecord FRecord;
83 TypeDeserializer::deserializeAs<FuncIdRecord>(InlineeType, FRecord));
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
TypeRecord.h 609 class FuncIdRecord : public TypeRecord {
611 FuncIdRecord() = default;
612 explicit FuncIdRecord(TypeRecordKind Kind) : TypeRecord(Kind) {}
613 FuncIdRecord(TypeIndex ParentScope, TypeIndex FunctionType, StringRef Name)
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/
RecordName.cpp 152 Error TypeNameComputer::visitKnownRecord(CVType &CVR, FuncIdRecord &Func) {
TypeDumpVisitor.cpp 347 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, FuncIdRecord &Func) {
TypeRecordMapping.cpp 552 Error TypeRecordMapping::visitKnownRecord(CVType &CVR, FuncIdRecord &Record) {
  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
MinimalTypeDumper.cpp 425 FuncIdRecord &Func) {
  /src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
CodeViewYAMLTypes.cpp 568 template <> void LeafRecordImpl<FuncIdRecord>::map(IO &IO) {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
CodeViewDebug.cpp 406 FuncIdRecord FuncId(ParentScope, getTypeIndex(SP->getType()), DisplayName);

Completed in 22 milliseconds