Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.h33 SmallVector<MCSymbol*, 4> Labels; variable
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp118 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS]; in addScopeLabel() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Target/
H A DTargetOptions.h67 Labels, // Do not use Basic Block Sections but label basic blocks. This enumerator
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/
H A DDWARFLinkerCompileUnit.h294 SmallDenseMap<uint64_t, uint64_t, 1> Labels; global() variable
/freebsd-src/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerCompileUnit.h713 LabelMapTy Labels; variable
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1315 collectBBAddrMapLabels(const std::unordered_map<uint64_t,BBAddrMap> & AddrToBBAddrMap,const std::unordered_map<uint64_t,PGOAnalysisMap> & AddrToPGOAnalysisMap,uint64_t SectionAddr,uint64_t Start,uint64_t End,std::unordered_map<uint64_t,std::vector<BBAddrMapLabel>> & Labels,const StringRef FileName) collectBBAddrMapLabels() argument
1348 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