Home
last modified time | relevance | path

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

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldMachO.cpp75 SectionRef TargetSection = *TargetSI; in processScatteredVANILLA() local
76 bool IsCode = TargetSection.isText(); in processScatteredVANILLA()
78 findOrEmitSection(Obj, TargetSection, IsCode, ObjSectionToID); in processScatteredVANILLA()
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp725 MCSection *TargetSection = &A.getSection(); in recordRelocation() local
727 SectionMap.find(TargetSection) != SectionMap.end() && in recordRelocation()
729 Reloc.Symb = SectionMap[TargetSection]->Symbol; in recordRelocation()