Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DUnwindInfoRegistrationPlugin.cpp63 auto &TargetSection = TargetBlock.getSection(); in addUnwindInfoRegistrationActions() local
64 if ((TargetSection.getMemProt() & MemProt::Exec) == MemProt::Exec) in addUnwindInfoRegistrationActions()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp76 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA() local
77 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
80 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID)) in processScatteredVANILLA()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp885 MCSection *TargetSection = &A.getSection(); in recordRelocation() local
887 SectionMap.contains(TargetSection) && in recordRelocation()
889 COFFSection *Section = SectionMap[TargetSection]; in recordRelocation()
1082 MCSection *TargetSection = &S->getSection(); in writeObject() local
1083 assert(SectionMap.contains(TargetSection) && in writeObject()
1086 encodeULEB128(SectionMap[TargetSection]->Symbol->getIndex(), OS); in writeObject()
/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLSymbols.cpp331 IO.mapRequired("TargetSection", Symbol.TargetSection); in map()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h101 uint16_t TargetSection = 0; variable
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp455 formatSegmentOffset(Tramp.TargetSection, Tramp.ThunkOffset)); in visitKnownRecord()