| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | DebugFrameDataSubsection.h | 27 : DebugSubsectionRef(DebugSubsectionKind::FrameData) {} in DebugFrameDataSubsectionRef() 29 return S->kind() == DebugSubsectionKind::FrameData; in classof() 35 FixedStreamArray<FrameData>::Iterator begin() const { return Frames.begin(); } in begin() 36 FixedStreamArray<FrameData>::Iterator end() const { return Frames.end(); } in end() 42 FixedStreamArray<FrameData> Frames; 48 : DebugSubsection(DebugSubsectionKind::FrameData), in DebugFrameDataSubsection() 51 return S->kind() == DebugSubsectionKind::FrameData; in classof() 57 void addFrameData(const FrameData &Frame); 58 void setFrames(ArrayRef<FrameData> Frames); 62 std::vector<FrameData> Frames;
|
| H A D | CodeView.h | 321 FrameData = 0xf5, enumerator 577 struct FrameData { struct
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIAFrameData.cpp | 16 : FrameData(DiaFrameData) {} in DIAFrameData() 20 PrivateGetDIAValue(IDiaFrameData *FrameData, in PrivateGetDIAValue() argument 23 if (S_OK == (FrameData->*Method)(&Value)) in PrivateGetDIAValue() 30 return PrivateGetDIAValue(FrameData, &IDiaFrameData::get_addressOffset); in getAddressOffset() 34 return PrivateGetDIAValue(FrameData, &IDiaFrameData::get_addressSection); in getAddressSection() 38 return PrivateGetDIAValue(FrameData, &IDiaFrameData::get_lengthBlock); in getLengthBlock() 42 return invokeBstrMethod(*FrameData, &IDiaFrameData::get_program); in getProgram() 46 return PrivateGetDIAValue(FrameData, in getRelativeVirtualAddress() 51 return PrivateGetDIAValue(FrameData, &IDiaFrameData::get_virtualAddress); in getVirtualAddress()
|
| H A D | DIATable.cpp | 44 return PDB_TableType::FrameData; in getTableType()
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/ |
| H A D | DebugFrameDataSubsection.cpp | 18 if (Reader.bytesRemaining() % sizeof(FrameData) != 0) { in initialize() 23 if (Reader.bytesRemaining() % sizeof(FrameData) != 0) in initialize() 27 uint32_t Count = Reader.bytesRemaining() / sizeof(FrameData); in initialize() 39 uint32_t Size = sizeof(FrameData) * Frames.size(); in calculateSerializedSize() 51 std::vector<FrameData> SortedFrames(Frames.begin(), Frames.end()); in commit() 52 llvm::sort(SortedFrames, [](const FrameData &LHS, const FrameData &RHS) { in commit() 60 void DebugFrameDataSubsection::addFrameData(const FrameData &Frame) { in addFrameData()
|
| H A D | DebugSubsectionVisitor.cpp | 78 case DebugSubsectionKind::FrameData: { in visitDebugSubsection()
|
| /llvm-project-15.0.7/llvm/test/MC/COFF/ |
| H A D | cv-fpo-realign.s | 4 # at each instruction, and in the last FrameData we should use the '@' 24 # CHECK: SubSectionType: FrameData (0xF5) 25 # CHECK: FrameData { 32 # CHECK: FrameData { 40 # CHECK: FrameData { 48 # CHECK: FrameData { 57 # CHECK: FrameData { 67 # CHECK: FrameData {
|
| H A D | cv-fpo-csrs.s | 65 # OBJ-NEXT: SubSectionType: FrameData (0xF5) 68 # OBJ-NEXT: FrameData { 85 # OBJ-NEXT: FrameData { 102 # OBJ-NEXT: FrameData { 120 # OBJ-NEXT: FrameData { 139 # OBJ-NEXT: FrameData { 159 # OBJ-NEXT: FrameData { 179 # OBJ-NOT: FrameData
|
| H A D | cv-fpo-setframe.s | 68 # OBJ-NEXT: SubSectionType: FrameData (0xF5) 71 # OBJ-NEXT: FrameData { 88 # OBJ-NEXT: FrameData { 105 # OBJ-NEXT: FrameData { 122 # OBJ-NEXT: FrameData { 140 # OBJ-NEXT: FrameData { 159 # OBJ-NEXT: FrameData { 179 # OBJ-NOT: FrameData
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/COFF/ |
| H A D | fpo-csrs.ll | 75 ; OBJ-NEXT: FrameData { 92 ; OBJ-NEXT: FrameData { 109 ; OBJ-NOT: FrameData 142 ; OBJ-NEXT: FrameData { 159 ; OBJ-NEXT: FrameData { 176 ; OBJ-NEXT: FrameData { 194 ; OBJ-NOT: FrameData 228 ; OBJ-NEXT: FrameData { 299 ; OBJ-NOT: FrameData 429 ; OBJ-NOT: FrameData [all …]
|
| H A D | vframe-csr.ll | 38 ; OBJ: SubSectionType: FrameData (0xF5) 40 ; OBJ: FrameData { 42 ; OBJ: FrameData { 44 ; OBJ: FrameData { 46 ; OBJ: FrameData { 48 ; OBJ: FrameData {
|
| H A D | fpo-shrink-wrap.ll | 40 ; OBJ: SubSectionType: FrameData (0xF5) 41 ; OBJ: FrameData { 51 ; OBJ: FrameData { 62 ; OBJ: FrameData { 74 ; OBJ: FrameData { 87 ; OBJ-NOT: FrameData
|
| H A D | vframe-fpo.ll | 75 ; CODEVIEW-NEXT: SubSectionType: FrameData (0xF5) 78 ; CODEVIEW: FrameData { 80 ; CODEVIEW: FrameData { 82 ; CODEVIEW: FrameData { 84 ; CODEVIEW: FrameData { 86 ; CODEVIEW: FrameData {
|
| H A D | fpo-realign-vframe.ll | 76 ; OBJ: SubSectionType: FrameData (0xF5) 78 ; OBJ: FrameData { 80 ; OBJ: FrameData { 82 ; OBJ: FrameData { 84 ; OBJ: FrameData {
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Coroutines/ |
| H A D | CoroFrame.cpp | 801 for (auto *V : FrameData.getAllDefs()) { in cacheDIVar() 991 cacheDIVar(FrameData, DIVarCache); in buildFrameDebugInfo() 1046 {Index, {FrameData.getAlign(V).value(), FrameData.getOffset(V)}}); in buildFrameDebugInfo() 1157 FrameData.setFieldIndex( in buildFrameType() 1180 FrameData.Allocas.emplace_back( in buildFrameType() 1183 for (auto &S : FrameData.Spills) { in buildFrameType() 1192 FrameData.setFieldIndex(S.first, Id); in buildFrameType() 1196 FrameData.updateLayoutIndex(B); in buildFrameType() 2701 FrameDataInfo FrameData; in buildCoroutineFrame() local 2796 for (auto &Iter : FrameData.Spills) { in buildCoroutineFrame() [all …]
|
| /llvm-project-15.0.7/llvm/test/CodeGen/BPF/ |
| H A D | simplifycfg.ll | 15 ; } FrameData; 20 ; FrameData frame; 38 %struct.FrameData = type { i8* } 44 %frame = alloca %struct.FrameData, align 8 48 %1 = bitcast %struct.FrameData* %frame to i8* 79 %8 = bitcast %struct.FrameData* %frame to i8* 85 %f_back = getelementptr inbounds %struct.FrameData, %struct.FrameData* %frame, i32 0, i32 0 103 %12 = bitcast %struct.FrameData* %frame to i8*
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | DbiStreamBuilder.h | 32 struct FrameData; 69 void addNewFpoData(const codeview::FrameData &FD);
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/DIA/ |
| H A D | DIAFrameData.h | 32 CComPtr<IDiaFrameData> FrameData;
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | FormatUtil.cpp | 59 RETURN_CASE(DebugSubsectionKind, FrameData, "frames"); in formatChunkKind() 79 RETURN_CASE(DebugSubsectionKind, FrameData, "DEBUG_S_FRAMEDATA"); in formatChunkKind()
|
| /llvm-project-15.0.7/llvm/test/DebugInfo/PDB/Inputs/ |
| H A D | debug-subsections.yaml | 81 - !FrameData
|
| /llvm-project-15.0.7/lld/test/COFF/Inputs/ |
| H A D | pdb-globals.yaml | 131 - !FrameData 191 - !FrameData 335 - !FrameData 694 - !FrameData
|
| /llvm-project-15.0.7/llvm/tools/llvm-pdbutil/ |
| H A D | YAMLOutputStyle.cpp | 187 case DebugSubsectionKind::FrameData: in convertSubsectionKind() 188 return opts::ModuleSubsection::FrameData; in convertSubsectionKind()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/ |
| H A D | X86WinCOFFTargetStreamer.cpp | 316 CurFlags |= FrameData::IsFunctionStart; in emitFrameDataRecord() 402 OS.emitInt32(unsigned(DebugSubsectionKind::FrameData)); in emitFPOData()
|
| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/PDB/ |
| H A D | PDBTypes.h | 94 FrameData, enumerator 319 FrameData, enumerator
|
| /llvm-project-15.0.7/llvm/test/tools/llvm-readobj/COFF/ |
| H A D | codeview-linetables.test | 38 MFUN32-NEXT: SubSectionType: FrameData (0xF5) 57 MFUN32-NEXT: SubSectionType: FrameData (0xF5) 76 MFUN32-NEXT: SubSectionType: FrameData (0xF5) 362 MFILE32-NEXT: SubSectionType: FrameData (0xF5)
|