Home
last modified time | relevance | path

Searched refs:TargetSection (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp77 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA() local
78 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
81 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA()
/llvm-project-15.0.7/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp754 MCSection *TargetSection = &A.getSection(); in recordRelocation() local
756 SectionMap.find(TargetSection) != SectionMap.end() && in recordRelocation()
758 COFFSection *Section = SectionMap[TargetSection]; in recordRelocation()
1106 MCSection *TargetSection = &S->getSection(); in writeObject() local
1107 assert(SectionMap.find(TargetSection) != SectionMap.end() && in writeObject()
1110 encodeULEB128(SectionMap[TargetSection]->Symbol->getIndex(), OS); in writeObject()
/llvm-project-15.0.7/llvm/test/DebugInfo/PDB/
H A Dpdb-yaml-symbols.test114 YAML: TargetSection: 1
/llvm-project-15.0.7/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp82 error(IO.mapInteger(Tramp.TargetSection)); in visitKnownRecord()
H A DSymbolDumper.cpp152 W.printNumber("TargetSection", Tramp.TargetSection); in visitKnownRecord()
/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp319 IO.mapRequired("TargetSection", Symbol.TargetSection); in map()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h101 uint16_t TargetSection = 0; variable
/llvm-project-15.0.7/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp431 formatSegmentOffset(Tramp.TargetSection, Tramp.ThunkOffset)); in visitKnownRecord()