Searched defs:isSection (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h45 bool isSection() const { return Type == wasm::WASM_SYMBOL_TYPE_SECTION; } function in class:llvm::MCSymbolWasm
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DSymbols.h276 bool isSection() const { return type == llvm::ELF::STT_SECTION; } function in class:lld::elf::Symbol
H A DWriter.cpp1514 auto isSection = [](BaseCommand *base) { return isa<OutputSection>(base); }; local
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h413 bool isSection() const { function in class:llvm::object::COFFSymbolRef

Completed in 118 milliseconds