Home
last modified time | relevance | path

Searched defs:createSection (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp261 COFFSection *WinCOFFObjectWriter::createSection(StringRef Name) { in createSection() function in WinCOFFObjectWriter
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp663 static OutputSection *createSection(InputSectionBase *isec, in createSection() function
/freebsd-13.1/contrib/llvm-project/lld/COFF/
H A DWriter.cpp842 auto createSection = [&](StringRef name, uint32_t outChars) { in createSections() local
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h965 Section &createSection(StringRef Name, sys::Memory::ProtectionFlags Prot) { in createSection() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp991 OpenMPIRBuilder::createSection(const LocationDescription &Loc, in createSection() function in OpenMPIRBuilder