Home
last modified time | relevance | path

Searched defs:TargetSection (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp905 MCSection *TargetSection = &A.getSection(); recordRelocation() local
1101 MCSection *TargetSection = &S->getSection(); writeObject() local
/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp77 bool IsCode = TargetSection.isText(); in processScatteredVANILLA() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp1270 auto &TargetSection = TargetBlock.getSection(); findUnwindSectionInfo() local
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DSymbolRecord.h100 uint16_t TargetSection = 0; variable