Home
last modified time | relevance | path

Searched refs:getEntriesForEmission (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DNonRelocatableStringpool.h56 std::vector<DwarfStringPoolEntryRef> getEntriesForEmission() const;
/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DNonRelocatableStringpool.cpp42 NonRelocatableStringpool::getEntriesForEmission() const { in getEntriesForEmission() function in llvm::NonRelocatableStringpool
/openbsd/src/gnu/llvm/llvm/tools/dsymutil/
DMachOUtils.cpp594 NewStrings.getEntriesForEmission(); in generateDsymCompanion()
/openbsd/src/gnu/llvm/llvm/lib/DWARFLinker/
DDWARFStreamer.cpp229 std::vector<DwarfStringPoolEntryRef> Entries = Pool.getEntriesForEmission(); in emitStrings()