Home
last modified time | relevance | path

Searched defs:isSection (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCSymbolWasm.h48 bool isSection() const { return Type == wasm::WASM_SYMBOL_TYPE_SECTION; } in isSection() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSymbols.h346 bool isSection() const { return type == llvm::ELF::STT_SECTION; } in isSection() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h413 bool isSection() const { in isSection() function