Searched refs:getLabelBeginName (Results 1 - 7 of 7) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXSection.h42 virtual std::string getLabelBeginName() const { return ""; } function in class:llvm::NVPTXSection
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCSection.h57 virtual std::string getLabelBeginName() const = 0;
H A DMCSectionCOFF.h72 virtual std::string getLabelBeginName() const { function in class:llvm::MCSectionCOFF
H A DMCSectionELF.h62 virtual std::string getLabelBeginName() const { function in class:llvm::MCSectionELF
H A DMCSectionMachO.h148 virtual std::string getLabelBeginName() const { function
/freebsd-10-stable/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp328 std::string LA = (A ? A->getLabelBeginName() : "");
329 std::string LB = (B ? B->getLabelBeginName() : "");
2190 .EmitLabel(Asm->GetTempSymbol(USection->getLabelBeginName(),
2230 MCSymbol *Begin = Asm->GetTempSymbol(Section->getLabelBeginName());
2485 Asm->EmitSectionOffset(Asm->GetTempSymbol(ISec->getLabelBeginName(), ID),
2490 Asm->GetTempSymbol(ISec->getLabelBeginName(), ID),
2555 Asm->GetTempSymbol(ISec->getLabelBeginName(), TheCU->getUniqueID()),
2561 Asm->GetTempSymbol(ISec->getLabelBeginName(), TheCU->getUniqueID()), 4);
2905 Asm->GetTempSymbol(ISec->getLabelBeginName(), CU->getUniqueID()),
H A DDwarfCompileUnit.cpp1980 Asm->EmitSectionOffset(Asm->GetTempSymbol(ASection->getLabelBeginName()),

Completed in 161 milliseconds