Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCSymbolWasm.h46 bool isSection() const { return Type == wasm::WASM_SYMBOL_TYPE_SECTION; } in isSection() function
/external/llvm-project/llvm/include/llvm/MC/
DMCSymbolWasm.h47 bool isSection() const { return Type == wasm::WASM_SYMBOL_TYPE_SECTION; } in isSection() function
/external/llvm-project/lld/ELF/
DSymbols.h285 bool isSection() const { return type == llvm::ELF::STT_SECTION; } in isSection() function
DWriter.cpp1538 auto isSection = [](BaseCommand *base) { return isa<OutputSection>(base); }; in sortSections() local
/external/llvm/include/llvm/Object/
DCOFF.h392 bool isSection() const { in isSection() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Object/
DCOFF.h413 bool isSection() const { in isSection() function
/external/llvm-project/llvm/include/llvm/Object/
DCOFF.h413 bool isSection() const { in isSection() function