Home
last modified time | relevance | path

Searched defs:Labels (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.h33 SmallVector<MCSymbol*, 4> Labels; variable
/llvm-project/clang-tools-extra/clangd/unittests/support/
H A DTestTracer.cpp29 auto &Labels = LabelsIt->getValue(); in takeMetric() local
/llvm-project/bolt/include/bolt/Core/
H A DJumpTable.h82 LabelMapType Labels; variable
H A DBinaryFunction.h471 LabelsMapType Labels; global() variable
/llvm-project/bolt/lib/Core/
H A DJumpTable.cpp31 JumpTableType Type, LabelMapType &&Labels, in JumpTable()
H A DBinaryContext.cpp2420 for (const auto &Labels : SplitLabels) { calculateEmittedSize() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp118 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS]; in addScopeLabel() local
/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h67 Labels, // Do not use Basic Block Sections but label basic blocks. This global() enumerator
/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h296 SmallDenseMap<uint64_t, uint64_t, 1> Labels; variable
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h713 LabelMapTy Labels; variable
/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1449 collectBBAddrMapLabels(const BBAddrMapInfo & FullAddrMap,uint64_t SectionAddr,uint64_t Start,uint64_t End,std::unordered_map<uint64_t,std::vector<BBAddrMapLabel>> & Labels) collectBBAddrMapLabels() argument
1486 collectLocalBranchTargets(ArrayRef<uint8_t> Bytes,MCInstrAnalysis * MIA,MCDisassembler * DisAsm,MCInstPrinter * IP,const MCSubtargetInfo * STI,uint64_t SectionAddr,uint64_t Start,uint64_t End,std::unordered_map<uint64_t,std::string> & Labels) collectLocalBranchTargets() argument