Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h475 void setRawLocation(Metadata *NewLocation) { in setRawLocation() argument
476 assert((isa<ValueAsMetadata>(NewLocation) || isa<DIArgList>(NewLocation) || in setRawLocation()
477 isa<MDNode>(NewLocation)) && in setRawLocation()
480 resetDebugValue(0, NewLocation); in setRawLocation()
548 LLVM_ABI void handleChangedLocation(Metadata *NewLocation);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp290 TargetPtrT NewLocation = FDELocation - DeltaForText; in processFDE() local
291 writeBytesUnaligned(NewLocation, P, sizeof(TargetPtrT)); in processFDE()