Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp842 StringRef getGlobalMetadataSection() const;
2034 StringRef ModuleAddressSanitizer::getGlobalMetadataSection() const { in getGlobalMetadataSection() function in ModuleAddressSanitizer
2128 Metadata->setSection(getGlobalMetadataSection()); in CreateMetadataGlobal()
2222 "__start_" + getGlobalMetadataSection()); in InstrumentGlobalsELF()
2226 "__stop_" + getGlobalMetadataSection()); in InstrumentGlobalsELF()