Home
last modified time | relevance | path

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

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