Searched refs:getAllMetadata (Results 1 – 20 of 20) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalObject.h | 116 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
|
D | Instruction.h | 191 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const { in getAllMetadata() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalObject.h | 170 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const;
|
D | Instruction.h | 260 getAllMetadata(SmallVectorImpl<std::pair<unsigned, MDNode *>> &MDs) const {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | ConstantMerge.cpp | 72 GV->getAllMetadata(MDs); in hasMetadataOtherThanDebugLoc()
|
D | DeadArgumentElimination.cpp | 244 Fn.getAllMetadata(MDs); in DeleteDeadVarargs() 1075 F->getAllMetadata(MDs); in RemoveDeadStuffFromFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | CloneModule.cpp | 133 I->getAllMetadata(MDs); in CloneModule()
|
D | ValueMapper.cpp | 879 I->getAllMetadata(MDs); in remapInstruction() 929 GO.getAllMetadata(MDs); in remapGlobalObjectMetadata()
|
D | CloneFunction.cpp | 144 OldFunc->getAllMetadata(MDs); in CloneFunctionInto()
|
D | Local.cpp | 2395 Source.getAllMetadata(MD); in copyMetadataForLoad()
|
/third_party/node/deps/npm/lib/ |
D | install.js | 131 var getAllMetadata = require('./install/deps.js').getAllMetadata variable 366 getAllMetadata(this.args, this.currentTree, process.cwd(), iferr(next, (args) => {
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/ |
D | ValueEnumerator.cpp | 382 GV.getAllMetadata(MDs); in ValueEnumerator() 397 F.getAllMetadata(MDs); in ValueEnumerator()
|
D | BitcodeWriter.cpp | 2150 GO.getAllMetadata(MDs); in pushGlobalMetadataAttachment()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 1056 GO.getAllMetadata(MDs); in processGlobalObjectMetadata() 1081 I.getAllMetadata(MDs); in processInstructionMetadata() 3318 GV->getAllMetadata(MDs); in printGlobal() 3435 F->getAllMetadata(MDs); in printFunction() 3536 F->getAllMetadata(MDs); in printFunction() 4088 I.getAllMetadata(InstMD); in printInstruction()
|
D | Metadata.cpp | 1416 void GlobalObject::getAllMetadata( in getAllMetadata() function in GlobalObject 1455 Other->getAllMetadata(MDs); in copyMetadata()
|
D | Core.cpp | 919 unwrap<Instruction>(Value)->getAllMetadata(Entries); in LLVMInstructionGetAllMetadataOtherThanDebugLoc() 2027 Instr->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata() 2029 unwrap<GlobalObject>(Value)->getAllMetadata(Entries); in LLVMGlobalCopyAllMetadata()
|
D | DebugInfo.cpp | 653 I.getAllMetadata(MDs); in stripNonLineTableDebugInfo()
|
D | Verifier.cpp | 2261 F.getAllMetadata(MDs); in visitFunction()
|
/third_party/node/deps/npm/lib/install/ |
D | deps.js | 227 exports.getAllMetadata = function (args, tree, where, next) { function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineLoadStoreAlloca.cpp | 489 SI.getAllMetadata(MD); in combineStoreToNewValue()
|