Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DTextStubV5.cpp111 Undefineds, enumerator
392 case TBDKey::Undefineds: in getSymbolSection()
647 auto UndefinedsOrErr = getSymbolSection(File, TBDKey::Undefineds, Targets); in parseToInterfaceFile()
650 TargetsToSymbols Undefineds = std::move(*UndefinedsOrErr); in parseToInterfaceFile() local
682 for (auto &[Targets, Symbols] : Undefineds) in parseToInterfaceFile()
989 Array Undefineds = serializeSymbols(File->undefineds(), ActiveTargets); in serializeIF() local
990 insertNonEmptyValues(Library, TBDKey::Undefineds, std::move(Undefineds)); in serializeIF()
H A DTextStub.cpp547 Undefineds.emplace_back(std::move(Section)); in NormalizedTBD()
647 for (const auto &Section : Undefineds) { in denormalize()
707 std::vector<UndefinedSection> Undefineds; member
859 handleSymbols(Undefineds, File->undefineds()); in NormalizedTBD_V4()
937 handleSymbols(Undefineds, SymbolFlags::Undefined); in denormalize()
955 SectionList Undefineds; member
1013 IO.mapOptional("undefineds", Keys->Undefineds); in mapKeysToValues()
1040 IO.mapOptional("undefineds", Keys->Undefineds); in mapKeysToValuesV4()
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DDylibReader.h32 bool Undefineds = true; member
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/BinaryReader/
H A DDylibReader.cpp298 if (Opt.Undefineds) in readSymbols()