Searched refs:BuildInfoRecord (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DCompileUnitIndex.cpp74 BuildInfoRecord bir;
75 llvm::cantFail(TypeDeserializer::deserializeAs<BuildInfoRecord>(*cvt, bir));
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h667 class BuildInfoRecord : public TypeRecord { class in namespace:llvm::codeview
669 BuildInfoRecord() = default;
670 explicit BuildInfoRecord(TypeRecordKind Kind) : TypeRecord(Kind) {} function in class:llvm::codeview::BuildInfoRecord
671 BuildInfoRecord(ArrayRef<TypeIndex> ArgIndices) function in class:llvm::codeview::BuildInfoRecord
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DRecordName.cpp236 Error TypeNameComputer::visitKnownRecord(CVType &CVR, BuildInfoRecord &BI) {
H A DTypeDumpVisitor.cpp425 Error TypeDumpVisitor::visitKnownRecord(CVType &CVR, BuildInfoRecord &Args) {
H A DTypeRecordMapping.cpp589 BuildInfoRecord &Record) {
/freebsd-current/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.h74 Error visitKnownRecord(CVType &Record, BuildInfoRecord &Args) override;
377 Error visitKnownRecord(CVType &Record, BuildInfoRecord &BI, TypeIndex TI,
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp938 TypeIndex BuildInfoArgs[BuildInfoRecord::MaxArgs] = {};
943 BuildInfoArgs[BuildInfoRecord::CurrentDirectory] =
945 BuildInfoArgs[BuildInfoRecord::SourceFile] =
948 BuildInfoArgs[BuildInfoRecord::TypeServerPDB] =
951 BuildInfoArgs[BuildInfoRecord::BuildTool] =
953 BuildInfoArgs[BuildInfoRecord::CommandLine] = getStringIdTypeIdx(
957 BuildInfoRecord BIR(BuildInfoArgs);
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp539 Error LVTypeVisitor::visitKnownRecord(CVType &Record, BuildInfoRecord &Args) {
555 TI = Args.getArgs()[BuildInfoRecord::BuildInfoArg::CurrentDirectory];
561 TI = Args.getArgs()[BuildInfoRecord::BuildInfoArg::SourceFile];
1953 Error LVLogicalVisitor::visitKnownRecord(CVType &Record, BuildInfoRecord &BI,
1966 TypeIndex TIName = BI.getArgs()[BuildInfoRecord::BuildInfoArg::SourceFile];
/freebsd-current/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp490 BuildInfoRecord &BI) {
/freebsd-current/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp590 template <> void LeafRecordImpl<BuildInfoRecord>::map(IO &IO) {

Completed in 303 milliseconds