Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/MC/
DMCSection.cpp35 bool MCSection::hasEnded() const { return End && End->isInSection(); } in hasEnded() function in MCSection
DMCStreamer.cpp1241 assert(!Section->hasEnded() && "Section already ended"); in switchSection()
DMCAsmStreamer.cpp2500 assert(TextSection->hasEnded() && ".text section is not end!"); in emitDwarfLineEndEntry()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCSection.h138 bool hasEnded() const;