Home
last modified time | relevance | path

Searched defs:SectionBase (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.cpp54 bool, function_ref<bool(const SectionBase *)>) { in removeSectionReferences()
66 const DenseMap<SectionBase *, SectionBase *> &) {} in replaceSectionReferences() argument
792 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences()
1018 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences()
1107 const DenseMap<SectionBase *, SectionBase *> &FromTo) { in replaceSectionReferences()
H A DELFObjcopy.cpp343 SectionPred RemovePred = [](const SectionBase &) { return false; }; in replaceAndRemoveSections()
H A DObject.h34 class SectionBase; variable
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DOrcRPCTPCServer.h502 uint64_t SectionBase = 0; in reserveMemory() local