Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DLLVMContext.h102 MD_associated = 22, // "associated" enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DLLVMContext.cpp61 {MD_associated, "associated"}, in LLVMContext()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp600 Function8bitCounterArray->addMetadata(LLVMContext::MD_associated, *MD); in CreateFunctionLocalArrays()
606 FunctionPCsArray->addMetadata(LLVMContext::MD_associated, *MD); in CreateFunctionLocalArrays()
DAddressSanitizer.cpp1908 Metadata->setMetadata(LLVMContext::MD_associated, MD); in InstrumentGlobalsELF()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp338 MDNode *MD = GO->getMetadata(LLVMContext::MD_associated); in getAssociatedSymbol()