Searched defs:isVirtualSection (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSectionXCOFF.cpp77 bool MCSectionXCOFF::isVirtualSection() const { return XCOFF::XTY_CM == Type; } function in class:MCSectionXCOFF
H A DMCSectionCOFF.cpp111 bool MCSectionCOFF::isVirtualSection() const { function in class:MCSectionCOFF
H A DMCSectionWasm.cpp95 bool MCSectionWasm::isVirtualSection() const { return false; } function in class:MCSectionWasm
H A DMCSectionELF.cpp196 bool MCSectionELF::isVirtualSection() const { function in class:MCSectionELF
H A DMCSectionMachO.cpp166 bool MCSectionMachO::isVirtualSection() const { function in class:MCSectionMachO
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objcopy/MachO/
H A DObject.h71 bool isVirtualSection() const { function in struct:llvm::objcopy::macho::Section
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DMachO.h589 inline bool isVirtualSection(uint8_t type) { function

Completed in 104 milliseconds