Home
last modified time | relevance | path

Searched defs:CurrentSection (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TextAPI/
H A DTextStub.cpp834 UmbrellaSection CurrentSection; in NormalizedTBD_V4() local
859 SymbolSection CurrentSection; in NormalizedTBD_V4() local
922 for (const auto &CurrentSection : ParentUmbrellas) in denormalize() local
930 for (const auto &CurrentSection : AllowableClients) { in denormalize() local
936 for (const auto &CurrentSection : ReexportedLibraries) { in denormalize() local
944 for (const auto &CurrentSection : CurrentSections) { in denormalize() local
1006 MetadataSection CurrentSection; in assignTargetsToLibrary() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/
H A DELFAsmParser.cpp648 MCSectionSubPair CurrentSection = getStreamer().getCurrentSection(); in ParseSectionArguments() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp509 section_iterator CurrentSection; member in ObjectFileHandler