Home
last modified time | relevance | path

Searched refs:DataSec (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DMachO.h43 if (auto *DataSec = G.findSectionByName(orc::MachODataDataSectionName)) in getMachODefaultRWDataSection() local
44 return *DataSec; in getMachODefaultRWDataSection()
/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBTFDebug.cpp1737 for (auto &DataSec : DataSecEntries) in endModule() local
1738 addType(std::move(DataSec.second)); in endModule()