Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp78 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA() local
79 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
82 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp756 MCSection *TargetSection = &A.getSection(); in recordRelocation() local
758 SectionMap.find(TargetSection) != SectionMap.end() && in recordRelocation()
760 Reloc.Symb = SectionMap[TargetSection]->Symbol; in recordRelocation()
1046 MCSection *TargetSection = &S->getSection(); in writeObject() local
1047 assert(SectionMap.find(TargetSection) != SectionMap.end() && in writeObject()
1050 encodeULEB128(SectionMap[TargetSection]->Symbol->getIndex(), OS); in writeObject()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/CodeView/
H A DSymbolRecordMapping.cpp83 error(IO.mapInteger(Tramp.TargetSection)); in visitKnownRecord()
H A DSymbolDumper.cpp155 W.printNumber("TargetSection", Tramp.TargetSection); in visitKnownRecord()
/freebsd-12.1/contrib/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp296 IO.mapRequired("TargetSection", Symbol.TargetSection); in map()
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h101 uint16_t TargetSection; variable
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp396 formatSegmentOffset(Tramp.TargetSection, Tramp.ThunkOffset)); in visitKnownRecord()