Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsELFStreamer.h33 SmallVector<MCSymbol*, 4> Labels; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfFile.cpp124 SmallVectorImpl<DbgLabel *> &Labels = ScopeLabels[LS]; in addScopeLabel() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Target/
H A DTargetOptions.h67 Labels, // Do not use Basic Block Sections but label basic blocks. This enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h274 SmallDenseMap<uint64_t, uint64_t, 1> Labels; variable
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp944 std::unordered_map<uint64_t, std::string> &Labels) { in collectLocalBranchTargets()