Searched refs:getLabelEndName (Results 1 - 6 of 6) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXSection.h43 virtual std::string getLabelEndName() const { return ""; } function in class:llvm::NVPTXSection
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCSection.h58 virtual std::string getLabelEndName() const = 0;
H A DMCSectionCOFF.h75 virtual std::string getLabelEndName() const { function in class:llvm::MCSectionCOFF
H A DMCSectionELF.h64 virtual std::string getLabelEndName() const { function in class:llvm::MCSectionELF
H A DMCSectionMachO.h152 virtual std::string getLabelEndName() const { function
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1154 // We can't call MCSection::getLabelEndName, as it's only safe to do so
2200 Asm->OutStreamer.EmitLabel(Asm->GetTempSymbol(USection->getLabelEndName(),
2248 MCSymbol *End = Asm->GetTempSymbol(Section->getLabelEndName());
2489 Asm->EmitLabelDifference(Asm->GetTempSymbol(ISec->getLabelEndName(), ID),
2560 Asm->GetTempSymbol(ISec->getLabelEndName(), TheCU->getUniqueID()),

Completed in 79 milliseconds