Home
last modified time | relevance | path

Searched refs:isWritable (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
HDIPDBSectionContrib.h41 virtual bool isWritable() const = 0;
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/DIA/
HDDIASectionContrib.h42 bool isWritable() const override;
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_procmaps_mac.cpp50 bool isWritable) { in NextSectionLoad() argument
56 module->addAddressRange(sec_start, sec_end, /*executable=*/false, isWritable, in NextSectionLoad()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIASectionContrib.cpp111 bool DIASectionContrib::isWritable() const { in isWritable() function in DIASectionContrib