Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DWinCOFFObjectWriter.cpp253 COFFSection *WinCOFFWriter::createSection(StringRef Name) { in createSection() function in WinCOFFWriter
/freebsd/contrib/llvm-project/lld/ELF/
H A DLinkerScript.cpp767 static OutputDesc *createSection(InputSectionBase *isec, StringRef outsecName) { in createSection() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DWriter.cpp976 auto createSection = [&](StringRef name, uint32_t outChars) { in createSections() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h1106 Section &createSection(StringRef Name, orc::MemProt Prot) { in createSection() function
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2153 OpenMPIRBuilder::createSection(const LocationDescription &Loc, in createSection() function in OpenMPIRBuilder